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

body{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}

a{
	color:#FFF;
	text-decoration:none;
}

a:hover{
	color:#feff7f;
	text-decoration:underline;
}

h1{
	font-size:16px;
	color:#FFF;
	font-weight:bold;
}

#wrapper{
	width:750px;
	position:relative;
	margin:0 auto;
	background-color:#044531;
}

#wrapper #header{
	width:750px;
	height:305px;
	float:left;
	background-color:#044531;
	position:relative;
}

#wrapper #header #logo{
	width:338px;
	height:305px;
	float:left;
	position:relative;
}

#wrapper #header #header_image{
	width:412px;
	height:305px;
	float:right;
	position:relative;
}

#wrapper #header #header_image #contact{
	width:320px;
	position:absolute;
	top:266px;
	left:84px;
	text-align:center;
	font-size:14px;
}


#wrapper #menu{
	width:750px;
	height:30px;
	float:left;
	background-color:#044531;
	padding-top:10px;
}

#wrapper #menu ul{
	padding:0;
	margin:0;
	list-style:none;
	margin:0 0 0 65px;
}

#wrapper #menu ul li {
	display:block;
	float:left;
	width:120px;
	margin-right:5px;
}

#wrapper #menu ul li a{
	width:120px;
	height:30px;
	display:block;
	float:left;
	background-color:#FFF;
	text-align:center;
	line-height:30px;
	color:#044531;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

#wrapper #menu ul li a:hover{
	background-color:#feff7f;
}

#wrapper #main_content{
	width:710px;
	float:left;
	background-color:#044531;
	padding:20px;
}

.half_content{
	width:350px;
	float:left;
	margin-bottom:10px;
}

.full_content{
	width:710px;
	float:left;
	margin-bottom:10px;
}

.quater_content{
	width:177px;
	float:left;
	margin-bottom:10px;
}

.three_content{
	width:521px;
	float:left;
	margin-bottom:10px;
	padding-left:10px;
}

.thumbnail{
	width:172px;
	float:left;
	margin-bottom:10px;
	margin-right:5px;
}

#wrapper #footer{
	width:750px;
	float:left;
	padding-bottom:10px;
}

#wrapper #terms{
	width:740px;
	float:left;
	text-align:right;
	padding:10px 10px 10px 0;
}
