body {
	margin:0px; padding:0px; 
	background-color:#FFFFFF;
	background-image:url('gfx/bg.jpg');
	background-repeat:repeat-x;
	text-align:center;
}
#page {
	width:1000px;
	margin:auto;
	background-image:url('gfx/bg_page.jpg');
}
	#top {
		width:1000px; height:300px;
		position:relative;
	}
	
	#content {
		width:1000px;
	}
		#l_col {
			float:left;
			width:305px;
			text-align:left;
		}
			#in_l_col {
				margin-left:70px;
			}
		#r_col {
			float:left;
			width:695px;
			text-align:left;
		}
			#text {
				width:500px;
				text-align:justify;
			}
	.clear {
		clear:both;
	}
	#footer {
		position:relative;
		background-image:url('gfx/bg_footer.jpg');
		width:1000px; height:255px;
	}
