body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}
a {
	color: #648D0D;
}
a img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}
#logo {
	padding-top: 25px;
}
#header {
	background: url(images/header_c.jpg) repeat-x;
	height:135px;
}
#header_l {
	background: url(images/header_l.jpg) left no-repeat;
	height:100%;
}
#header_r {
	background: url(images/header_r.jpg) right no-repeat;
	height:100%;
	text-align: center;
}
#navtop {
	
}
#navtop ul {
	margin: 0px;
	padding: 0px;
}
#navtop ul li {
	display: inline;
}
#boxsearch {
	background: url(images/img_search.jpg) center left no-repeat;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 60px;
	width: 70%;
	height: 44px;
}
#boxsearch form {
	color: #FFFFFF;
	font-weight: bold;
}
#contents {
	
}
#footer {
	clear: both;
	margin: 5px 0px;
	background: url(images/footer_c.jpg) repeat-x;
}
#footer_l {
	background: url(images/footer_l.jpg) left no-repeat;
}
#footer_r {
	background: url(images/footer_r.jpg) right no-repeat;
	height: 24px;
	padding: 10px;
}
h2.caption {
	background: url(images/bar_c.jpg) repeat-x;
	margin: 5px 0px;
	padding: 0px;
	margin-bottom: 1px;
}
h2.caption span {
	background: url(images/bar_l.jpg) left no-repeat;
	display: block;
}
h2.caption span span {
	background: url(images/bar_r.jpg) right no-repeat;
	height: 24px;
	line-height: 24px;
	display: block;
	font-weight: bold;
	padding: 0px 5px;
}
.clr{
	clear:both;
}
.textbox{
	font-family:inherit;
	font-size:inherit;

}
.button{
	background: url(images/button_bg.jpg);
	margin-left:2px;
	border: 1px #689400 solid;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
h2 .count, h2 a {
	color: #648D0D;
}
h2.maincat {
	background: url(images/arrow.jpg) center left no-repeat;
	padding-left: 25px;
}
h2.maincat a, p.subcats a {
	text-decoration: none;
}
h2.maincat a:hover, p.subcats a:hover, #sidebar a:hover {
	text-decoration: underline;
}
p.subcats a {
	color: #404040;
	font-size: 10px;
}