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

div#container {
	margin:0 auto;
	width: 800px;
}
div#header {
	position: relative;
	width: 800px;
	height: 160px;
}
div#header_left {
	float: left;
	top: 40px;
	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_leftc {
left: 0px;
top: -15px;
width: 240px;
height: 30px;
position: relative;
text-align: center;
color: #cc99cc;
font-size: 100%;


}
div#header_leftn1 {
	float:right;
	top: 100px;
	width: 450px;
	height: 30px;
	color: #ffffff;
	font-size: 100%;
	font-weight:bold;
	text-align:center;
	position: relative;
}
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;
}
img.thumbs {
	float:left;
	height:63px;
	width:90px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid #666666 1px;
}
div#body {
	float:left;
	position: relative;
	width:800px;
	height: 460px;
	background-color: #ffffff;
}
div#body_head {
	float:left;
	position: relative;
	width:400px;
	height: 25px;
	background-color: #ffffff;

}
div#body_container {
	float: right;
	position:relative;
	float: left;
	width: 450px;
	height: 350px;
	font-size:80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}	

div#body_thumb{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px 10px;
width: 300px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 350px;
}
div#body_title{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 10px;
width: 230px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 30px;
color:#666666;
font-size:150%;
}

div#body_title1{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 30px;
color:#339999;
font-size:150%;
}
div#footer {
	float: left;
	width: 800px;
	height: 110px;
	color: #ffffff;
	text-decoration: none;
	font-size: 75%;
	
}
div#footer_left {
	margin:15px 5px;
	float: left;
	width: 700px;
	height: 30px;
	position: relative;
	margin:35px 25px;
}
