body {
	margin: 0px;
	background-color: #4ABBE3;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	color: #4D2E67;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}#container {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#top {
	margin: 0px;
	padding: 0px;
	height: 176px;
	width: 870px;
	background-image: url(../images/top-bg.jpg);
}
#nav {
	height: 74px;
	width: 870px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav-bg.jpg);
}
#content {
	width: 800px;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 35px;
	text-align: justify;
	margin: 0px;
}
#bottom {
	background-image: url(../images/bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #4ABBE3;
	margin: 0px;
	width: 800px;
	padding-top: 68px;
	padding-right: 35px;
	padding-left: 35px;
	text-align: center;
	font-size: 12px;
	color: #003399;
}
a:link {
	color: #7200ff;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:visited {
	color: #7200ff;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:hover {
	color: #E1272C;
}
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;
}
h2 {
	font-size: 18px;
	color: #4D3161;
	font-style: italic;
	margin: 0px;
}
