#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container-bg.jpg);
	background-repeat: repeat;
}
#footer {
	background-image: url(../images/footer-bg.jpg);
	width: 600px;
	clear: both;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 11px;
	padding-left: 169px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: 12px;
	color: #28306E;
}
h1 {
	font-size: 10px;
	text-align: center;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #364800;
	text-transform: capitalize;
}

body {
	background-color: #dce5f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
}
#content {
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: right;
	width: 580px;
	padding-right: 21px;
	padding-left: 21px;
}
h2 {
	background-image: url(../images/h2-bg.jpg);
	color: #3E4B00;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 45px;
	padding-top: 6px;
	font-size: 18px;
	padding-bottom: 6px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#nav {
	float: left;
	height: 205px;
	width: 158px;
	background-image: url(../images/nav-bg.jpg);
}

#top {
	background-image: url(../images/top-bg.jpg);
	height: 208px;
	width: 780px;
}
a:link {
	color: #969D57;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:visited {
	color: #969D57;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:hover {
	color: #3A4A01;
}
img {
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
}
 .leftimg {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.marketing {
	border: 5px solid #FFFFFF;
}

.rightimg {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
.divider {
	color: #394900;
	height: 2px;
}
