* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/bg.jpg) repeat-x;
	color: #000;
}

.wrapper {
	width: 1051px;
	margin: 0 auto;
	background: url(images/nav_bg.jpg) repeat-y;
}

h1 {
	background: url(images/header.jpg) no-repeat;
	width: 1051px;
	text-indent: -9999999px;
	font-size: 14px;
	height: 151px;
}

h2 {
	font-size: 12px;
}

h3 {
	text-indent: -9999999px;
	font-size: 12px;
	position: absolute;
	top: 0;
}

a {
	color: #669900;
}

a:hover {
	text-decoration: none;
}

.nav {
	width: 219px;
	float: left;
	background: url(images/nav_bg.jpg) repeat-y;
	height: 800px;
}

.nav ul {
	list-style-type: none;
	margin: 0 40px;
}

.nav ul li {
	padding: 6px 0;
	border-bottom: 1px dotted #666;
}

.nav ul li a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

.nav ul li a:hover {
	color: #999;
}

.content {
	width: 820px;
	float: right;
	margin: 20px 0 0 0;
}

.footer {
	clear: both;
	background: url(images/footer_bg.jpg) repeat-x;
	height: 103px;
}

.footer h2 {
	display: block;
	width: 1051px;
	height: 35px;
	_height: 103px;
	margin: 0 auto;
	text-align: center;
	background: url(images/footer.jpg) repeat-x;
	padding-top: 68px;
	color: #FFF;
}

.footer h2 a {
	color: #FFF;
	text-decoration: none;
}

h6 {
	font-size: 36px;
	color: #669900;
	letter-spacing: -1px;
	margin-bottom: 20px;
	font-family: "Franklin Gothic Book", Arial, Helvetica, sans-serif;
}

.content p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 175%;
}

.rightbox {
	width: 336px;
	height: 280px;
	margin: 0 0 20px 20px;
	float: right;
}

.topbox {
	text-align: center;
	margin-bottom: 20px;
}

.welcome {
	background: url(images/home.jpg) no-repeat top center;
	width: 728px;
	height: 442px;
	text-indent: -9999999px;
	margin-bottom: 20px;
}