*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #656565;
}
body {
	margin:0px;
	padding: 0px;
	background: #F2F0F1;
	text-align: center;
}
form{
	margin: 0px;
	padding: 0px;
}
#container{
	width:780px;
	background: #FFFFFF;
	border: 2px #D8D8D8 solid;
	margin: 0px auto;
	padding: 5px;
	text-align: left;
		
}
#header{
	background: url(images/header_bg.jpg) repeat-x;
}
#navtop{
	padding-top: 30px;
	text-align:right;
}
#navtop ul{
	margin:0px;
	padding: 0px;
	list-style: none;
}
#navtop ul li{
	display: inline;
}
#navtop ul li a{
	color: #6E6E6E;
	text-decoration: none;
	padding: 0px 3px;
	border-left: 1px #6E6E6E solid;
}
#navtop ul li a.first{
	border-left: none;
}
#logo{
	margin:0px;
}
#searchbox{
	background: url(images/search_bg.jpg) repeat-x;
	height: 56px;
	text-align: center;
	padding-top: 10px;
}
#contents-wide, #contents{
	background: #F3F3F3;
}
#contents{
	float: none;
	margin-right: 25%;
}
#sidebar{
	float:right;
	width: 25%;
	overflow: hidden;
}
#footer{
	background: url(images/footer.jpg) repeat-x;
	color: #6D6D6D;
	height: 55px;
	margin:5px 0px;
	padding-left: 5px;
	text-align: left;
	font-size: 0.9em;
	line-height: 55px;
	clear: both;
}
.contentbox {
	padding:5px;
}
.heading{
	background:#D5D5D5;
	height: 24px;
	line-height: 24px;
	padding: 0px 5px;
	margin: 3px 0px;
}
#searchbox * {
	font-weight: bold;
	color: #FFFFFF;
}
#sidebar * {
	color: #6592BC;
}
#sidebar .heading{
	background: #6490BF;
	color: #FFFFFF;
}
#sidebar a {
	color: #EBBC00;
	font-weight: bold;
}
.clr{
	clear:both;
}
.textbox{
	font-family:inherit;
	font-size:inherit;
}
.button{
	background: #6490BF;
	color: #FFFFFF;
	border: 1px #afafaf solid;
}
/*h2, h2 .count, h2 a, #sidebar a {
	color: #5E5E5E;
}
*/
h2.maincat {
	background: url(images/folder_icon.jpg) center left no-repeat;
	padding-left: 25px;
}
