body {
	margin:0px; padding:0px;
	background-image:url('gfx/bg.jpg');
	text-align:center;
}
#top {
	height:299px;
	background-image:url('gfx/bg_top.jpg');
}
	#in_top {
		width:1000px; height:299px;
		margin:auto;
		position:relative;		
	}
	
#content {
	width:1000px;
	margin:auto;
	text-align:justify;
	position:relative;
}

#footer {
	margin-top:30px;
	height:145px;
	background-image:url('gfx/bg_footer.jpg');
}
	#in_footer {
		width:1000px; height:145px;
		margin:auto;
		background-image:url('gfx/bg_in_footer.jpg');
		position:relative;
	}
	
	
	
#l_col, #m_col, #r_col{
	width:278px;
	float:left;
}
#m_col {
	width:455px;
}
#r_col {
	width:267px;
	text-align:left;
}
	#in_r_col {
		margin-left:17px;
		width:250px;
	}

.clear {
	clear:both;
}