div#head #banner,div#body div#main,div#footMain{
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

div#head{
	background-image:url('img/line.gif');
	background-color:#CCC;
	border-bottom:5px solid #A9DD46;
	margin-bottom:20px;
}

div#head #banner{
	height:220px;
	background-image:url('img/topbanner.jpg');
	background-repeat:no-repeat;
}

div#left{
	float:left;
	width:300px;
}

div#right{
	float:right;
	width:600px;
}

div#foot{
	clear:both;
	border-top:1px solid #CCC;
}