#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container-bg.jpg);
}
#right {
	float: right;
	height: 272px;
	width: 548px;
	background-image: url(../images/right-bg.jpg);
}
#top {
	height: 149px;
	width: 780px;
	background-image: url(../images/top-bg.jpg);
}
h1 {
	font-size: 12px;
	background-color: #F0F0F0;
	text-align: center;
	margin: 0px;
	text-transform:capitalize;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E5E8E1;
}
#content {
	float: right;
	width: 518px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #627C35;
}
#footer {
	clear: both;
	width: 760px;
	background-color: #7782b0;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	margin: 0px;
	padding-top: 5px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #627C35;
}

#nav {
	height: 658px;
	width: 232px;
	float: left;
	background-image: url(../images/left-bg.jpg);
}
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;
	margin-bottom: 10px;
}
.rightimg {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #9AB97D;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:visited {
 color: #9AB97D;
 text-decoration: underline;
 font-weight: normal;
 font-variant: normal;
}
a:hover {
	color: #7782B0;
}
#footer a:link {
	color: #9AB97D;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
#footer a:visited {
 color: #9AB97D;
 text-decoration: underline;
 font-weight: normal;
 font-variant: normal;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#contact {
	float: right;
	margin-right: 50px;
}
