@charset "utf-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	background: #DDF3CB;
	margin: 0; 
	padding: 0;
	text-align: center; 
}
a:link { 
	color: #0000ff;
	text-decoration: none;
}
a:visited { 
	color: #939;
	text-decoration: none;
}
a:hover { 
	color: #F37D1C;
	text-decoration: none;
}
.main #container { 
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 
.main #header {
	background: #DDF3CB;
	background: url(pictures/psychic.png) no-repeat;
	height: 150px;
	background-image: url(pictures/psychic.jpg);
} 
.main #header h1 {
	margin: 0; 
	padding: 10px 0; 
	color: #008000;
	text-align: center;
	font-size: 24px;
}
.main #sidebar1 {
	float: left; 
	width: 150px; 
	background: #EFFAE6; 
	padding: 15px 10px 15px 20px; 
}
.main #sidebar2 {
	float: right; 
	width: 160px; 
	background: #EFFAE6; 
	padding: 15px 10px 15px 20px; 
	font-size: 85%;
}
.main #mainContent {
	margin: 0 190px; 
	padding: 0 10px;
} 
.main #footer { 
	padding: 0 10px 0 20px; 
	background:#DDF3CB;
} 
.main #footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size: 12px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.main #container #mainContent h1 {
	font-size: 20px;
	color: #008000;
}
.main #container h2,h3,h4,h5,h6 {
	font-size: 1em;
	color: #008000;
}
.pink {
	font-style: normal;
	font-weight: bold;
	color: #F0F;
}
.red {
	font-style: normal;
	font-weight: bold;
	color:#900;
}
.category {
	font-family: "Verdana";
	color:#069;
	font-style:italic;
	font-weight:bold;
}
.categoryNormal {
	font-family: "Verdana";
	color:#069;
	font-style:normal;
	font-weight:bold;
}
.fltCenter {
	float: none;
	margin-left:125px;
}