@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:22px;
	font-style: normal;
	font-weight: normal;
	background-color:#000;
	color:#CCC;

}
a{
	color:#900;
	text-decoration:underline;
}
.container {
	text-decoration: none;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	}
.containerbody{
	margin-left:auto;
	margin-right:auto;
	padding-top:253px;
	width:1107px;
}
.title {
	font-size: 34px;
	font-weight: normal;
	color: #333;
	padding: 0px;
	height: 85px;
	width: 685px;
	top: 0px;
	position: relative;
}
.copy {
	margin-left:auto;
	margin-right:auto;
	width:700px;
	float:left;
	margin-left:111px;
}
.nav {
	height:171px;
	margin-left:126px;
	width:750px;
}
.navimg{
	border:none;
}
.sidebar{
	float:left;
	width:250px;
	margin-top:10px;
}
.footer{
	background-image:url(images/footerback.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:95px;
	color:#97c14d;
	text-align:center;
}
h1{
	line-height:27px;
}
