body {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
}
form {
	margin: 0px;
	padding: 0px;
}
label {
	font-weight: bold;
}
#container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}
#logo {
	padding-top: 25px;
}
#bartop {
	padding-left: 207px;
	height: 75px;
	background: url(images/bartop_bg.jpg) repeat;
}
#bartop ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#bartop ul li {
	display: inline;
}
#bartop ul li a {
	color: #FFFFFF;
	line-height: 75px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 10px;
}
#sidebar {
	float: left;
	margin-top: -40px;
	background: url(images/sidebar_bg.jpg) repeat-y;
	width: 207px;
}
#sidebar_t {
	background: url(images/sidebar_top_bg.jpg) top no-repeat;
}
#sidebar_b {
	background: url(images/sidebar_bottom_bg.jpg) left bottom no-repeat;
	width: 100%;
	overflow: hidden;
	min-height: 500px;
}
#contents {
	float: none;
	margin-left: 207px;
	padding-left: 5px;
}
#footer {
	clear: both;
	padding: 15px 0px;
}
.contentsbox {
	padding: 10px;
}
#sidebar h2.caption {
	background: url(images/siderbar_header.jpg) repeat-x;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	padding: 0px 10px;
	margin: 5px 0px;
}
#contents h2.caption {
	margin: 5px 0px;
	padding: 5px;
	margin-bottom: 1px;
	color: #9A1D19;
	border-bottom: 1px #E5E4E4 solid;
}
.clr{
	clear:both;
}
.divider {
	height: 1px;
	font-size: 0px;
	border-bottom: 1px #E5E4E4 solid;
}
.textbox{
	font-family:inherit;
	font-size:inherit;

}
.button{
	background: #878586;
	margin-left:2px;
	border: 1px #262626 solid;
	color: #FFFFFF;
	font-weight: bold;
}
h2 .count, h2 a {
	
}
h2.maincat, #sidebar a {
	background: url(images/bullet.jpg) top left no-repeat;
	padding-left: 15px;
	font-weight: bold;
}
h2.maincat a, p.subcats a, #sidebar a {
	text-decoration: none;
}
h2.maincat a:hover, p.subcats a:hover, #sidebar a:hover {
	text-decoration: underline;
}
p.subcats a {
	color: #515151;
	font-size: 10px;
}
