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

div#container {
	margin:0 auto;
	width: 800px;
}
div#header {
	position: relative;
	width:800px;
	height: 255px;
}
div#header_left {
	float: left;
	top: 150px;
	width: 250px;
	height: 75px;
	position: relative;
}

div#header_left a { 
color: none;
text-decoration: none;
}

div#header_left a:hover {
	color: none;
	text-decoration: none;
}

div#header_lefta {
left: 0px;
top: -15px;
width: 250px;
height: 30px;
position: relative;
}

div#header_leftb {
	float:right;
	top: 170px;
	width: 450px;
	height: 50px;
	color: #ffffff;
	font-size: 250%;
	text-align:center;
	position: relative;
}
div#header_leftn {
	float:right;
	top: 205px;
	width: 450px;
	height: 30px;
	color: #ffffff;
	font-size: 100%;
	font-weight:bold;
	text-align:center;
	position: relative;
}
div#header_leftc {
left: 0px;
top: -15px;
width: 240px;
height: 30px;
position: relative;
text-align: center;
color: #cc99cc;
font-size: 100%;


}
div#nav {
	float: left;
	text-align: center;
	width: 800px;
	height: auto;
	color: #ffffff;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
}
div#nav_left {
	float: left;
	width: 800px;
	height: 40px;
	margin: 0 30px;
	position: relative;
}

div#nav a {
color: #ffffff;
text-decoration: none;
}

div#nav a:hover {
color: #cc99cc;
text-decoration: none;
}
div#nav3 {
	width: 800px;
	height: auto;
	color: #000000;
	text-decoration: none;
	font-size: 100%;
	margin: 0;
}
div#nav3_left {
	
	width: 800px;
	height: 40px;
	margin: 0 30px;
	position: relative;
}

div#nav3 a {
color: #000000;
text-decoration: none;
}
div#nav3 a:hover {
color: #cc99cc;
text-decoration: none;
}

img.thumbs {
	float:left;
	height:60px;
	width:60px;
	margin-right: 1px;
	margin-bottom: 1px;
	border: solid #339999 1px;
}
div#body {
	float:left;
	position: relative;
	width:800px;
	height: 330px;
	background-color: #ffffff;
}
div#body_text {
	float: right;
	position:relative;
	margin: 20px 70px;
	float: left;
	width: 650px;
	height: 300px;

}
div#body_container {
	float: right;
	position:relative;
	top: 10px;
	float: left;
	width: 430px;
	height: 200px;

}

div#body_container1 {
	float: right;
	position:relative;
	margin: 30px;
	float: left;
	width: 550px;
	height: 260px;

}	
div#body_container1 a {
color: #ffffff;
text-decoration: none;
}
div#body_container1 a:hover {
color: #ffffff;
text-decoration: none;
}	
		
div#body_thumb{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 20px;
width: 200px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 320px;
}
div#body_map{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 30px 0px 0px 5px;
width: 190px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 300px;
}

div#footer {
	float: left;
	width: 800px;
	height: 110px;
	color: #ffffff;
	text-decoration: none;
	font-size: 75%;
	
}
div#footer_left {
	margin:25px;
	float: left;
	width: 700px;
	height: 30px;
	position: relative;
}
