body {
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	background-attachment: scroll;
	background-image: url(../../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 260px 50px;
}
#container {
	width: 989px;
}
#logo {
	height: 85px;
	width: 989px;
	margin-bottom: 40px;
}
#nav {
	float: left;
	width: 115px;
	margin-left: 35px;
}
#contentContainer {
	margin-left: 110px;
	width: 546px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
#content {
	background-color: #FFFFFF;
	width: 496px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
}
#content a {
	color: #333333;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}


#footer {
	float: left;
	width: 825px;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin-top: 100px;
	height: 100px;
}

#image {
	margin-bottom: 15px;
}
#bodyCopy {
	line-height: 16px;
}
#news {
	height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-left: 5px;
}
.orange {
	color: #F6872E;
}
#news a {
	text-decoration: none;
	color: #333333;
}
#new a:hover {
	text-decoration: underline;
}

