html {
	width:100%;
	height:100%;
	background:url(images/html_bg.jpg) 0 0 repeat-x;
	}
	
body {
	width:778px;
	margin:0;
	position:relative;
	left:50%;
	margin-left:-389px;
	background-color:#FFFFFF;
	height:100%;
	padding:0;
	border-bottom:1px solid white;
	}
	
.wrapper {
	width:778px;
	margin:auto;
	}
	
.header {
	width:778px;
	height:326px;
	background:url(images/header.jpg) 0 0 no-repeat;
	position:relative;
	}
	
.menu_top {
	position:absolute;
	right:0;
	top:0px;
	}
	
.menu_button {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#99ccff;
	padding:5px;
	font-weight:bold;
	}
	
.menu_button a {
	color:#99ccff;
	text-decoration:none;
	}
	
.menu_button a:hover {
	color:#ffffff;
	}
	
.content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	min-height:300px;
	_height:300px;
	text-align:justify;
	position:relative;
	top:-70px;
	padding:0 10px;
	}
	
.footer {
	width:778px;
	background-color:#235da8;
	height:30px;
	color:#FFFFFF;
	text-align:center;
	clear:both;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
.footer a {
	text-decoration:none;
	color:#99ccff;
	}
	
.footer a:hover {
	text-decoration:underline;
	color:#0066CC;
	}
	
h3 {font-size:18px;}
h4 {font-size:16px;}

.spacer {
	clear:both;
	width:200px;
	height:1px;
	}
	
.img_left{
	float:left; 
	padding:5px; 
	border:1px solid #666666; 
	margin:5px;
	}
	
.img_right{
	float:right; 
	padding:5px; 
	border:1px solid #666666; 
	margin:5px;
	}
	
.mail_form {
	width:auto;
	margin:auto;
	padding-left:120px;
	}