
/* Body */
body {
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12px;
}

.clear { clear: both; }
.heading { font-size:16px; font-weight:bold; color:#0099CC; }

#main { width: 900px; margin: 0 auto; background-color:#FFFFFF; overflow: hidden; }
#logo { height: 120px; }
#header { margin-top: 5px; }
#nav { float: left; width: 200px; }
#top_box { height: 40px; width: 198px; float:left; background-color: #387CE2; }
#nav_menu { background-color: #7C828B; width: 198px; height: 187px; margin-top: 2px; }
#nav_menu ul { list-style: none; padding-top: 0px; margin-left:0px; padding-left:0px; margin-top:0px; }
#nav_menu li { height: 30px; width: 178px; padding-left: 15px; margin-left: 2px; border-bottom: 1px solid #CCCCCC; }
#nav_menu li:hover {background-color:#CCCCCC; }
#nav_menu a { color:#FFFFFF; font-weight:bold; text-decoration:none; height: 30px; display:block; line-height: 25px; }
#nav_menu a:hover { color:#333333; }

#display { float:right; width: 700px; }
#top_right { height: 40px; background-color: #2c62b3; color:#FFFFFF; padding-right: 10px; text-align:right; }
#head_display { margin-top:2px ; height: 187px; background-image: url('images/display-bg.jpg'); }

#main_content { margin-top: 10px;}
#categories { width: 200px; float:left; }
#categories ul { list-style: none; margin-left: 0px; padding-left:0px; margin-top: 0px; }
#categories li { width: 190px; padding-top: 5px; padding-bottom: 5px; border-bottom: 1px dashed #CCCCCC; padding-left: 5px; margin-left:2px;  }
#categories a { color:#666666; text-decoration: none; }
#categories a:hover { color:#000000; }
.cat_header { color:#0066CC; font-size: 12px; font-weight:bold; margin-left: 2px; line-height: 5px;}

#content { width: 670px; float:right; padding: 10px; min-height: 300px; overflow:hidden; }
#content2 { width: 850px; margin:0 auto; padding: 10px; min-height: 300px; overflow:hidden; }

#footer { color:#333333; text-align:center; font-size: 10px; padding: 5px; }
#footer a { color:#333333; text-decoration: none; }
#footer a:hover { color:#999999; text-decoration: underline; }

