body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(images/sliver_teal.gif);
	background-repeat: repeat-x;
}





#container1 {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 800px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(images/01.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#container2 {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 800px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(images/04.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#container3 {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 800px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(images/03.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#container4 {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 800px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(images/02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#container5{
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 800px;
	float: left;
	background-image: url(images/05.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 490px;
	text-decoration: none;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav {
	position:absolute;
	left:500px;
	text-decoration: none;
	list-style-type: none;
	top: 0px;
	color: #006666;
	margin: 0px;
	padding: 0px;
	width: 500px;
	font-size: 80%;
}
#nav ul{
	vertical-align: top;
}
#nav li {
	display: inline;
	list-style-type: none;
	color: #ffffff;
}
#nav a {
	color: #006666;
	text-decoration: none;
	}
#nav a:hover, #content_left a:hover {
	color: #333333;
	text-decoration: none;
}
#content_right a:hover {
	color: #000000;
	text-decoration: none;
}
#content_left {
	position:absolute;
	left:80px;
	top:350px;
	width:290px;
	background: #FFFFFF;
}
#content_left p {
	color: #999999;
	font-size: 90%;
}
#content_left h1 {
	color: #666666;
	font-size: 110%;
}
#content_left h2 {
	color: #B8CEC5;
	font-size: 100%;
}
#content_left li {
	color: #999999;
	font-size: 80%;
	list-style-position: outside;
	list-style-type: disc;
	padding-bottom: 10px;
}



#content_left a {
	color: #C64E52;
	text-decoration: none;
}


#content_right {
	position:absolute;
	left:655px;
	top:550px;
	width:291px;
	background-color: #C64E52;
	padding: 20px;
}
#content_right p {
	color: #ffffff;
	font-size: 90%;
}
#content_right h1 {
	color: #ffffff;
	font-size: 110%;
}
#content_right h2 {
	color: #ffffff;
	font-size: 100%;
}
#content_right li {
	color: #ffffff;
	font-size: 80%;
	list-style-position: outside;
	list-style-type: disc;
	padding-bottom: 10px;
}




#content_right a {
	color: #B8CEC5;
	text-decoration: none;
}



 /* footer goes in content left */

#footer {
	margin-top: 30px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}
#footer p {
	color: #999999;
	font-size: 70%;
}

