body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	background-color: #7683B0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	background-image: url(../images/container-bg.jpg);
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	font-size: 10px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/h1.jpg);
	width: 1000px;
	height: 29px;
	padding-top: 2px;
	color: #D0CDE0;
	text-transform: capitalize;
}
#nav {
	width: 1000px;
	height: 38px;
	background-image: url(../images/nav.jpg);
}
#content {
	width: 800px;
	margin: 0px;
	padding-right: 100px;
	padding-left: 100px;
	text-align: justify;
}
#logo {
	padding-left: 93px;
	float: left;
}

#bottom {
	background-image: url(../images/footer-bg.jpg);
	width: 800px;
	padding-right: 100px;
	padding-left: 100px;
	background-repeat: no-repeat;
	background-color: #7683B0;
	color: #D2CEE9;
	text-align: center;
	padding-top: 25px;
	margin: 0px;
}

#top {
	height: 123px;
	width: 1000px;
	margin: 0px;
	background-image: url(../images/top.jpg);
}
a:link {
	color: #7683B0;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:visited {
	color: #7683B0;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:hover {
	color: #85AB62;
}
h2 {
	background-image: url(../images/h2.jpg);
	background-repeat: no-repeat;
	height: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	padding-left: 36px;
	padding-top: 4px;
	color: #4f587d;
}

#bottom a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
#bottom a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
#bottom a:hover {
	color: #85AB62;
}
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;
}
