/* MAIN-COLs ----------------------------------------------------------- */

#col-navi  {
	position:				relative;
	z-index:				10;
	width:					200px;
	min-height:				310px;
	margin-top:				-210px;
	float:					left;
}

#col-content  {	
	width:					700px;
	min-height:				100px;
	margin-left:			25px;
	margin-right:			5px;
	margin-top:				20px;
	float:					left;
}

.content-clearer {
	width:					930px;
	height:					1px;
	clear:					both;
}

