#wrapper {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	background-color: #BDCEE8;
}
#wrapper #nav a:hover {
	color: #339933;
	text-decoration: underline;
}

#wrapper #header {
	background-image: url(../images/header.jpg);
	height: 56px;
}
#wrapper #header h1 {
	font-size: 2.4em;
	color: #336633;
	margin-left: 180px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
#wrapper #nav {
	background-image: url(../images/nav.jpg);
	height: 22px;
}
#wrapper #nav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #left_margin {
	background-image: url(../images/left_margin.jpg);
	float: left;
	height: 413px;
	width: 162px;
}
#wrapper #nav li {
	float: left;
	font-size: 1.1em;
	list-style-type: none;
}
#wrapper #content {
	font-size: 1.1em;
	background-image: url(../images/content.jpg);
	float: left;
	height: 413px;
	width: 656px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#wrapper #content #col_2 {
	float: left;
	width: 300px;
	margin-top: 18px;
	margin-left: 20px;
}

#wrapper #right_margin {
	background-image: url(../images/right_margin.jpg);
	float: left;
	height: 413px;
	width: 162px;
}
#wrapper #footer_1 {
	background-image: url(../images/footer_1.jpg);
	height: 80px;
	clear: both;
}
#wrapper #footer_2 {
	background-image: url(../images/footer_2.jpg);
	height: 80px;
	clear: both;
}
#wrapper #footer_3 {
	background-image: url(../images/footer_3.jpg);
	height: 80px;
	margin-bottom: 0px;
}
#wrapper #footer_3 p {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-top: 58px;
}
#wrapper #footer_3 a {
	float: right;
	color: #FFFFFF;
}
#wrapper #content #col_1 {
	float: left;
	width: 300px;
	margin-top: 18px;
	padding-left: 18px;
}


#wrapper #nav a {
	margin-right: 30px;
	font-size: 1em;
	font-weight: bold;
	color: #336633;
	text-decoration: none;
	display: block;
}
#wrapper #content h2 {
	font-size: 1.2em;
	color: #336633;
}
