@charset "UTF-8";
body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.wrapper {
	background-color: #FFFFFF;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper .header {
	background-image: url(images/header.jpg);
	height: 142px;
	width: 1000px;
}
.wrapper .main-content {
	background-image: url(images/body-bg.jpg);
	height: 538px;
	width: 1000px;
}
.wrapper .footer {
	background-image: url(images/footer.jpg);
	height: 70px;
	width: 680px;
	padding-left: 320px;
	padding-top: 50px;
}
a {
	color: #78AEB2;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-image: url(images/link-bg.jpg);
}
.menu   {
	height: 508px;
	width: 170px;
	padding-top: 30px;
	padding-left: 20px;
	float: left;
}
img {
	border: 0px;
}
.wrapper .home-content {
	background-image: url(images/home-bg.jpg);
	height: 538px;
	width: 1000px;
}
.wrapper .main-content .flash-section {
	height: 538px;
	width: 810px;
	float: left;
}
.wrapper .home-content .home-section {
	height: 458px;
	width: 710px;
	float: left;
	padding-left: 100px;
	padding-top: 80px;
}
.wrapper .home-content .home-section .home-image {
	height: 375px;
	width: 500px;
}
.wrapper .home-content .home-section .homepage-caption {
	text-align: center;
	width: 500px;
	padding-top: 16px;
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #78AEB2;
}
.wrapper .link-content {
	background-image: url(images/links/link-bg.jpg);
	height: 538px;
	width: 1000px;
}
.link-section   {
	height: 420px;
	width: 680px;
	float: left;
	padding-left: 80px;
	padding-top: 100px;
}
.links    {
	width: 600px;
}
.wrapper .link-content .link-section .links .links-col {
	float: left;
	width: 300px;
}
.wrapper .contact-content {
	background-image: url(images/contact-bg.jpg);
	height: 538px;
	width: 1000px;
}
.contact {
	width: 550px;
	text-align: center;
	padding-top: 60px;
	font-size: 16px;
}
.about {
	text-align: center;
	font-size: 10px;
	padding-left: 190px;
}

