body {
	margin:0px; padding:0px;
	background-color:#00331B;
	text-align:center;
}
#top {
	height:350px;
	background-image:url('gfx/bg_top.jpg');
	background-position:center;
}
	#in_top {
		width:1000px; height:350px;
		margin:auto;
		background-image:url('gfx/bg_in_top.jpg');
		background-position:center;
		position:relative;
	}
#content {
	background-color:#006737;
}
	#in_content {
		margin:auto;
		width:1000px;
	}
		#l_col {
			width:245px;
			float:left;
			text-align:left;
		}
		#r_col {
			width:755px;
			float:left;
			text-align:left;
		}
#footer {
	height:340px;
	background-image:url('gfx/bg_footer.jpg');
	background-position:center;
}
.clear {
	clear:both;
}