body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5D5D;
}
form {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}
#header {
	background: url(images/header_bg.jpg) repeat-x;
	height: 98px;
}
#navtop {
	text-align: right;
	margin: 3px;
}
#navtop ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navtop ul li {
	display: inline;
}
#navtop ul li a {
	text-decoration: none;
	margin-right: 5px;
	padding-left: 5px;
	border-left: 1px #5D5D5D solid;
}
#navtop ul li a.first {
	border-left: none;
}
#logo {
	margin-top: 25px;
	text-align: center;
}
#boxsearch {
	background: url(images/search_bg.jpg) repeat-x;
	height: 35px;
	padding-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}
#boxsearch, #boxsearch form {
	color: #FFFFFF;
	font-weight: bold;
}
#sidebar {
	float: right;
	width: 25%;
}
#contents {
	float: none;
	margin-right: 25%;
	padding-right: 5px;
}
#contents-wide {
	margin-right: 0px;
	padding-right: 0px;
}
h2.caption {
	background: url(images/dirbg_center.jpg) repeat-x;
	width: 40%;
	margin: 0px;
	padding: 0px;
}
h2.caption span {
	background: url(images/dirbg_left.jpg) left no-repeat;
	display: block;
}
h2.caption span span {
	background: url(images/dirbg_right.jpg) right no-repeat;
	height: 28px;
	line-height: 28px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
#sidebar h2.caption {
	width: 60%;
}
#footer {
	clear: both;
	margin: 5px 0px;
	border-top: 2px #8B8B8B solid;
	padding: 5px 0px;
}
div.contentsbox {
	border: 1px #000000 solid;
	padding: 10px;
}
.clr{
	clear:both;
}
.textbox{
	font-family:inherit;
	font-size:inherit;

}
.button{
	background: url(images/btn_search.jpg) no-repeat;
	width: 66px;
	height: 25px;
	border: none;
}
h2, h2 .count, h2 a, #sidebar a {
	color: #D69807;
}
h2.maincat {
	background: url(images/icon_folder.jpg) center left no-repeat;
	padding-left: 25px;
}
