html {
	width:100%;
	height:100%;
	background:url(images/html_bg.jpg) 0 0 repeat-x;
	}
	
body {
	margin:0;
	width:775px;
	margin:auto;
	background-color:#FFFFFF;
	height:100%;
	border-bottom:1px solid white;
	}
	
.header {
	width:775px;
	height:295px;
	background:url(images/header.jpg) 0 0 no-repeat;
	}
	
.page_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	width:380px;
	height:30px;
	line-height:30px;
	position:relative;
	top:265px;
	left:200px;
	text-align:center;
	}
	
.content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	margin:0;
	}
	
.menu_left {
	width:190px;
	float:left;
	background-color:#ffff8f;
	padding:0;
	margin:0;
	font-size:0.0001em;
	margin-right:10px;
	}
	
.menu_button {
	width:190px;
	height:30px;
	line-height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	border-bottom:1px solid #6ac33d;
	}
	
.menu_button a {
	width:100%;
	display:block;
	text-decoration:none;
	color:#000000;
	}
	
.menu_button a:hover {
	background:#FFFF33;
	display:block;
	}
	
.menu_footer {
	clear:both;
	background:url(images/menu_bottom.gif) no-repeat right #6AC33D;
	width:190px;
	height:13px;
	}
	
.info_box {
	width:167px;
	background:#ffff8f;
	float:right;
	margin-left:10px;
	clear:right;
	}
	
.text_box {
	padding:7px;
	text-align:center;
	padding-bottom:25px;
	font-size:12px;
	}
	
.box_title {
	width:100%;
	background:#6ac33d;
	color:#FFFFFF;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	}
	
.spacer{
	width:700px;
	height:1px;
	clear:both;
	font-size:0.00005em;
	}
	
.footer {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/footer_bg.jpg) right 0 no-repeat;
	padding-top:8px;
	}
	
.mail_form {
	margin-left:180px;
	margin-right:180px;
	width:300px;
	margin:auto;
	}
	
.field_title {width:160px; line-height:20px;}
