body{
	background: #27401b url('../images/grass.jpg') repeat top center;
	font-family: Helvetica, Arial, sans-serif;
	
}

#contain{
	width:960px;
	margin: 0 auto;
	position: relative;
	
}
#left{
	position: absolute;
	float:left;
	width: 190px;
	margin:0;
	padding:0;
}
	#left h1.logo{
		position:absolute;
		text-indent: -9999px;
		width: 457px;
		height: 51px;
		background:transparent url('../images/h1_logo.jpg') no-repeat 0px 0px;
		left:10px;
		top:20px;
		z-index:10;
		
	}
	#left #nav{
		position: absolute;
		width:200px;
		margin:100px 0 0 10px;
		font-size: 11px;
		color: white;
		text-transform: uppercase;
	}
		#left #nav ul{
			list-style: none;
		}
		#left #nav ul li{
			display:block;
			height: 25px;
			width: 200px;
		}
		#left #nav ul a{
			display:block;
			text-decoration: none;
			margin-left: -20px;
			padding:13px 0 12px 30px;
			color:#fff;
			width: 200px;
		}
		#left #nav ul a:hover, .active{
			display:block;
			background: transparent url('../images/flag.png') no-repeat 0px 7px;
			margin-left: -20px;
			padding:13px 0 12px 30px;
			color:#874600;
			width: 200px;
		}
		.clear{
			clear:both;
		}

#right{
	position: absolute;
	border: 1px solid #fff;
	display:block;
	float:left;
	min-height: auto;
	left:190px;
	width: 760px;
	background:white;
	border: 0px 1px solid #000;
}
	#main{
		position:relative;
		width: 680px;
		margin: 110px 0 25px 40px;
	}
		#main h3{
			font-size: 28px;
			line-height: 35px;
		}
				#main h3 img{
					margin-bottom: 10px;
				}
		#main h4{
			font-size: 18px;
			line-height: 25px;
		}
		#main p{
			width:660px;
			line-height:24px;
			margin-bottom:25px;
		}
