	
	body {
		background: #0d3a62 url(../images/body_bg.jpg) 814px 0 no-repeat;
		margin-bottom: 25px;
	}
	
	div.clear {
		clear: both;
		height: 1px;
	}
	
	div#content {
		width: 814px;
		background: #d3d3bc url(../images/content_bg.jpg) no-repeat;
		padding: 20px 0;
	}                
	
	div#main_content, div#left_footer {
		float: left;
		width: 389px;
		margin-left: 42px;
	}
	
	div#main_content img {
		position: relative;
		right: 8px;
	}
	
	div#form_content, div#right_footer {
		margin-left: 533px;
		width: 222px;
	}
	
	div#right_footer {
		padding-top: 10px;
	}
	
	div#footer {
		background-color: #18558a;
		width: 784px;
		padding: 15px;
	}
	
	div#main_content p {
		font-family: Arial;
		color: #131511;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	
	h3, form label {
		font-family: Georgia, serif;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 15px;
		color: #c4c7b1;
		margin-bottom: 3px;
		display: block;
	}
	
	div#form_content form label { font-size: 11px; }

	div#form_content form input {
		margin-bottom: 12px;
	   	padding: 2px;
	}
	
	div#form_content input#submit_button {
		margin-top: 5px;
		margin-left: 90px;
	}
	
	div#footer h5 {
		font-weight: normal;
		color: #ddddc4;
		font-size: 10px;
		line-height: 20px;
		font-family: Verdana;
	} 
	
	div#footer h5 a { color: #e5e57a; text-decoration: none; }