body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body *{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565656;
}
form{
	margin: 0px;
	padding: 0px;
}
#container{
	width:800px;
	margin: 0px auto;
	text-align:left;
}
#logo{
	margin:25px 0px;
}
#navtop{
	text-align: center;
}
#navtop ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#navtop ul li{
	display: inline;
}
#navtop ul li a{
	
}
#searchbox{
	background: url(images/search_bg_center.jpg) repeat-x;
	text-align:center;
}
#searchbox_l{
	background: url(images/search_bg_left.jpg) left no-repeat;
}
#searchbox_r{
	background: url(images/search_bg_right.jpg) right no-repeat;
	height: 78px;
}
#searchbox_i{
	background: url(images/search_icon.jpg) center left no-repeat;
	padding-top: 25px;
	height: 53px;
	width: 70%;
	margin: 0px auto;
}
#contents {
	
}
h2.caption {
	background: url(images/bg_heading.jpg) repeat-x;
	height: 24px;
	line-height: 24px;
	margin: 2px 0px;
	padding-left: 5px;
	border: 1px #B2B2B2 solid;

}
#footer{
	background: url(images/footer_center.jpg) repeat-x;
	margin-top: 20px;
}
#footer_l{
	background: url(images/footer_left.jpg) left no-repeat;
}
#footer_r{
	background: url(images/footer_right.jpg) right no-repeat;
	height:27px;
	padding: 7px 0px 0px 7px;
}
.clr{
	clear:both;
}
.textbox{
	font-family:inherit;
	font-size:inherit;

}
.button{
	background: url(images/btn_search.jpg) no-repeat;
	width: 66px;
	height: 20px;
	border: none;
}
/*h2, h2 .count, h2 a, #sidebar a {
	color: #5E5E5E;
}*/
h2.maincat {
	background: url(images/folder_icon.jpg) center left no-repeat;
	padding-left: 25px;
}
