html {
	height: 100%;
}
body{
	margin:0px;
	padding:0px;
	text-align:center;
	height: 100%;
}
*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
form {
	margin: 0px;
	padding: 0px;
}
body, h1, h2, h3, h4, h5, h6, p, td, th, div, a {
	color: #030000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container{
	width:800px;
	background: #FFFFFF;
	margin: 0px auto;
	text-align: left;
	height: 100%;
}
#main {
	background: url(images/header_bg.jpg) top repeat-x;
	margin-right: 201px;
	float: none;
	min-height: 100%;
}
#logo{
	padding-top: 15px;
	text-align:center;
}
#header{
	background: url(images/img_leaf.jpg) left top no-repeat;
	height: 132px;
}
#contents{
	/*background: #EEE298;*/
	padding: 10px;
}
#sidebar{
	background: #675F48 url(images/right_bg.jpg) repeat;
	width: 200px;
	float: right;
	min-height: 100%;
}
#searchbox{
	padding: 15px 5px;
}
#searchbox label {
	color: #c1c1c1;
	display: block;
	font-weight: bold;
}
#navbar{
	
}
#navbar ul{
	margin: 0px;
	padding: 35px;
	list-style: none;
	
}
#navbar ul li{
	
}
#navbar ul li a{
	line-height: 20px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#featured{
	background: #675F48;
}
#featured h2{
	color: #c1c1c1;
	text-align:center;
	display: block;
	font-weight: bold;
	padding:3px;
	margin:3px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}
#pathway, #pathway a, #links .url {
	font-size: 10px;
	color: #999999;
}
#footer{
	border-top: 1px solid #675F48;
	color: #515151;
	margin:0px;
	padding: 5px 5px;
	font-size: 0.95em;
}
.clr {
	clear: both;
}

.textbox{
	font-family:inherit;
	font-size:inherit;
	background: #C1C1C1;
	border: 1px #C1C1C1 solid;

}
.button{
	background: #191919;
	margin-left:1px;
	padding: 1px;
	border: none;
	height: 18px;
	color: #c1c1c1;
	font-weight:bold;
	border: 1px solid #c1c1c1;
}
h2.maincat, #sidebar a {
	font-weight: bold;
}
#featured table * {
	color: #FFFFFF;
}
#featured a {
	color: #c1c1c1;
}
h2.maincat a:hover, #sidebar a:hover {
	/*color: #0099CC;*/
}
p.subcats a {
	color: #515151;
	font-size: 10px;
}
#links table {
	margin: 5px 0px;
}
#links a {
	font-weight: bold;
}
