@import url("reset.css");


body {
	background:url("../images/bg.jpg") repeat-x #b3d3ee;
}

div#main_container {
	
	width:738px;
	min-height:800px;
	margin:57px auto 0 auto;
	font-family:Helvetica,Arial,sans-serif;
	
	
}

	div#main_container div#top {
	
		width:738px;
		height:210px;
		background:url("../images/top-bg.png") no-repeat top center;
	
	}
	
	div#main_container div#nav {
	
		width:700px;
		height:144px;
		margin:10px 0 0 0px;
		padding:0 0px 0 38px;
		
	}
	
	div#main_container div#nav img {
	
		display:block;
		float:left;
	
	}
	
	div#main_container div#content {
	
		width:738px;
		min-height:244px;
		background:url("../images/content-bg.png") no-repeat;
		background-position:293px 2px;
		padding:20px 0 0 0;
	
	}
	
		div#content h1 {
		
			color:#fff;
			font-size:21px;
			width:338px;
			margin:0 0 14px 65px;
		
		}
		
		div#content p {
		
			color:#0076a9;
			font-size:16px;
			width:338px;
			line-height:30px;
			margin:0 0 15px 65px;
			
		}
		
		div#content a { color:#fff; }
		div#content a:hover { color:#0076a9; }
	
	div#main_container div#footer {
	
		width:621px;
		margin:0 auto;
		height:30px;
		background:url("../images/footer-bg.png") no-repeat;
		font-size:10px;	
		color:#93c0e6;
	
	}
	
		div#footer a {
			color:#93c0e6;
			text-decoration:none;
		}
		
		div#footer a:hover {
			color:#fff;
		}
	
		div#footer span#left {
			float:left;
			margin:10px;
		}
		
		div#footer span#right {
			float:right;
			margin:10px;
		}
		
		span.wpcf7-list-item-label { display:block; clear:both; width:100%;}