@charset "UTF-8";
/* CSS Document */

body {
	background-color: #2ee3ff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 30px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	height: 100%;
}
#wrapper {
	width: 927px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#container {
	width: 712px;
	float: right;
	background-image: url(../images/content_repeat.jpg);
	background-repeat: repeat-y;
}
#sidebar {
	width: 215px;
	height: 139px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
h1 {
	font-size: 2em;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#header {
	width: 712px;
	background-image: url(../images/space.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 56px;
	width: 572px;
	padding-left: 140px;
	background-repeat: no-repeat;
	color: #FFF;
	line-height: 45px;
}		
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	color: #FFF;
	font-weight: normal;
	padding-top: 50px;
	padding-left: 140px;
}
.contact {
	font-size: 1.2em;
	padding-top: 120px;
	padding-left: 140px;
	color: #FFF;
}
.footercontact {
	font-size: 1.2em;
	padding-left: 140px;
	color: #FFF;
}
.turquoise {
	color: #0FF;
}
.smalltext {
	color: #FFF;
	font-size: 0.7em;
	line-height: 1.6em;
	font-style: normal;
}
.darkblue {
	color: #0D2558;
	font-weight: bold;
}
#navlist
{
	font-size: 0.7em;
	float: left;
	width: 50em;
	padding-left: 145px;
}

#navlist li
{
	list-style: none;
	border-top: 1px solid #37D8F5;
	padding: 0.25em 0.25em 0.25em 4px;
	width: 15em;
	float: left;
}

#navlist li a { text-decoration: none; }
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #000C3D;
}
#navlist p {
	font-weight: bold;
	color: #28E0FC;
	font-size: 1em;
}
#links {
	clear: both;
	text-align: left;
	float: right;
	margin-top: 250px;
}
h3 {
	color: #189FC9;
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 1.1em;
}
