@charset "utf-8";
/* CSS Document */

HTML {
		height:100%;
}

BODY {
		margin: 0px;
		height:100%;
		background-color: #ccffcc;
		text-align:center;
		font-family: Arial;
		font-size:12px;
		
}

.fillerdiv {
	clear:both;
	height:42px;
}

#header {
	margin:0px auto;
	clear:both;
	position:relative;
	top:3px;
	left: 0px; 	
	}

#maincontainer {
	width:808px;
	margin:0px auto;
	background:url(images/bodybg.png) repeat-y;
}

#leftcol {
	width:192px; 
	float:left;
	margin-bottom:10px;
}

#bodydiv {
	float:left;
	width:465px;
	margin-left:4px;
	margin-bottom:10px;
}

#rightcol {
	margin-left:3px;
	margin-bottom:10px;
	width:138px; 
	float:left;
}

#footer {
	clear:both;
	margin-top:10px;
}