h1 {
	color: #006600;
	font-size: 24px;
}
h2 {
	color: #009900;
	font-size: 20px;
}
h4 {
	line-height: 14px;
}
body {
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
#container {
	margin: 10px auto;
	width: 992px;
	height: 100%;
}
#header {
	background-image: url(../images/header.png);
	height: 225px;
}
#header_img {
	position: absolute;
	height: 125px;
	width: 675px;
	margin: 20px 0 0 310px;
}
#nav {
	position: absolute;
	margin: 172px 0 0 350px;
}
#nav ul {
	margin: 0;
	padding: 0;
	display: block;
}
#nav li {
	display: inline;
	list-style: none;
	border-right: 1px solid #666666;
}
#nav .last {
	border-right: none;
}
#nav a {
	color: #000000;
	font-size: 17px;
	text-decoration: none;
	padding: 10px 15px 20px 15px;
}
#nav a:hover {
	background-image: url(../images/button_bg.png);
}
#content {
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	height: 100%;
	margin-left: 1px;
}
#leftside {
	float: left;
	background-image: url(../images/sidebox_middle.jpg);
	background-repeat: repeat-y;
	margin-left: 18px;
	width: 180px;
	padding: 0;
}
#leftside ul {
	margin: 0;
	padding: 0;
}
#leftside li {
	font-size: 17px;
	margin: 0 0 20px 3px;
	list-style: none;
	color: #FFFFFF;
}
#leftside a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 10px 8px 10px;
}
#leftside a:hover {
	background-color: #CCFF33;
	color: #111111;
}
#leftside_bottom {
	background-image: url(../images/sidebox_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
	width: 180px;
	margin-left: -2px;
}
#main_wide {
	float: left;
	width: 700px;
	padding: 10px 30px 0 40px;
}
#main_narrow {
	float: left;
	width: 410px;
	padding: 10px 20px 0 40px;
}	
#rightside {
	float: left;
	margin-top: 10px;
	padding: 0 15px 0 15px;
	width: 280px;
	height: 590px;
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
}
#rightside_nav {
}
#rightside_nav ul {
	margin: 0;
	padding: 0;
	font-size: 17px;
}
#rightside_nav li {
	list-style: none;
	text-indent: 20px;
	margin-bottom: 15px;
}
#rightside_nav a {
	text-decoration: none;
	color: #000000;
}
#rightside_nav a:hover {
	text-decoration: underline;
	color: #002200;
}
#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	padding-top: 85px;
	color: #000000;
	text-align: center;
	font-size: 12px;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}
#copyright {
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
}
#copyright a {
	text-decoration: none;
	color: #0099FF;
}
#copyright a:hover {
	text-decoration: underline;
}
.clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin-top: -1px;
	clear: both;
}
