@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
div#header{
	width:960px;
	height:144px;
	margin-bottom: 28px;
}

div#lcol{
	float:left;
	width:265px;
	
}
div#ccol{
	float:left;
	width: 600px;
	margin:0 0 0 0;
}
div#pagetitle{
	margin-bottom:20px;
	color:#999999;
	font-size:22px;
	font-weight:bold;
}
.clearer{
	clear:both;
	}
