* { margin: 0; padding: 0; border: none; }

body {
	background: #666666 url(../img/bg.jpg) repeat-x top left;
}

#main {
	margin: 0 auto;
	background: #ffffff url(../img/mainbg.jpg) repeat-y top left;
	border: 1px solid #666666;
	width: 922px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#header {
	height: 98px;
	width: 100%;
	border-bottom: 1px solid #666666;
}

#nav {
	height: 30px;
	background: url(../img/navbrdr.jpg) no-repeat bottom left;
}

	#nav ul {
		list-style: none;
		padding-top: 6px;
	}
	
	#nav ul li {
		display: inline;
		margin-left: 20px;
	}
	
	#nav ul li a {
		font: bold 14px Verdana, Arial, Helvetica, sans-serif;
		color: #127012;
		text-decoration: none;
	}
	
	#nav ul li a:hover {
		color: #000;
		text-decoration: none;
	}
	
#copyarea {
	padding: 20px 20px 10px 20px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

	#leftcol {
		float: left;
		width: 450px;
	}
	
	#rightcol {
		float: right;
		width: 410px;
	}

#ftrnav {
	text-align: center;
	padding: 10px 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #127012;
}

	#ftrnav a {
		color: #127012;
		text-decoration: none;
	}

	#ftrnav a:hover {
		color: #000;
		text-decoration: none;
	}
	
#footer {
	height: 22px;
	background: url(../img/footer.jpg) repeat-x top left;
	padding: 7px 20px 0 20px;
}

	#ftrleft {
		float: left;
	}	
	
	#ftrright {
		float: right;
	}