body {
	margin:0px;
	padding:0px;
	background-color:#270000;
}
#top {
	height:300px;
	background-image:url('gfx/top.jpg');
	background-position:center;
	margin:auto;
}
	#in_top {
		width:1000px; height:300px;
		background-image:url('gfx/bg_top.jpg');
		position:relative;
		margin:auto;
	}

#page {
	background-image:url('gfx/body.jpg');
}
	#content {
		width:1000px;
		margin:auto;
	}
		#l_col {
			float:left;
			width:250px;
			background-image:url('gfx/bg_menu.jpg');			
		}
		#m_col {
			float:left;
			width:750px;
		}
			#in_m_col {				width:700px;				margin:auto;				position:relative;			}

	
#footer {
	height:202px;
	background-image:url('gfx/footer.jpg');
}
	#in_footer {
		width:1000px; height:202px;
		background-image:url('gfx/bg_footer.jpg');
		margin:auto;
		position:relative;
	}
.clear {
	clear:both;
}
