	* {
		padding: 				0px;
		margin:					0px;
	}	
	
	body {
		background:				url(../img/background.gif) repeat-x top #590A2E;
		width:					100%;
		height:					100%;
		font-family:			Verdana, Arial, sans-serif;
		font-size:				0.73em;
		color:					#FFFFFF;
		line-height:			1.6em;
		text-align:				center;
	}
	
	img {
		border:					0px solid #00FF00;
	}

	.clear {
		clear:					both;
	}
	
	div  {
		border:					0px solid #FF0000;
	}

	#wrapper {
		width:					1140px;
		margin: 				0 auto;
		height: 				100%;
		text-align:				left;
	}
	
	#header {
		padding:				32px 0px 0px 0px;
		margin: 				0px;
	}
	
	#content_wrapper {
		margin:					30px 0px 0px 12px;
	}
	
	#content_wrapper span {
		color: 					#87b12a;	
	}
	
	#content_left {
		float:					left;
		width:					400px;
		padding-top:			4px;		
	}
	
	#content_left img {
		position:				relative;
		left:					-5px;		
	}
	
	#contact {
		text-transform:			uppercase;	
	}
	
	#contact h1 {
		color: 					#87b12a;
		padding:				20px 0px 20px 0px;
		font-size:				1.17em;
		font-weight:			normal;
	}
	
	#content_middle {
		float:					left;
		width:					447px;
	}

	#content_middle p {
		width:					360px;
		padding:				0px 0px 20px 0px;
	}
	
	#content_middle h1,
	#content_middle h2 {
		color: 					#87b12a;
		width:					350px;
		padding:				5px 0px 20px 0px;
		font-size:				1.17em;
		font-weight:			normal;
	}
	
	#content_middle h2 {
		padding:				0px 0px 0px 0px;
	}
	
	#content_right {
		padding-top:			4px;
		float:					left;
	}
	
	img.bar {
		position:				relative;
		left:					-8px;
		padding-top:			5px;
	}
