body { 
	margin : 0px auto 0 auto;
	width : 875px;
	padding : 0;
	font : 0.8em/1.3em verdana, geneva, arial, helvetica, sans-serif;
	color : #000;
	background: #ffffff url(/general/photos/backgroundfree.jpg) repeat-y top center fixed;
	border-color: #0000ff;
	outline-color: maroon;
} 

.colcont { 
	margin : 5px 3px 3px 3px;
	width : 100%;
	height : 100px;
	background-color : #ffffff;
} 

.colboxleft { 
	margin-right : 10px;
	width : 160px;
	height : 100px;
	float : left;
} 

.colboxright { 
	margin-left : 10px;
	width : 190px;
	height : 100px;
	float : right;
} 

.colboxmiddle { 
	margin-right : 195px;
	margin-left : 170px;
	width : 485px;
	height : 100px;
} 

