DIV#maincontainer {
	width: 1000px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	Xbackground-color: #97d777;
}

DIV#topsection{
	position: relative;
	height: 195px; /*Height of top section*/
	margin-bottom: 15px;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

DIV#contentwrapper{
	float: left;
	width: 100%;
}

DIV#contentcolumn {
	margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	padding: 0 8px 0 8px;
}

DIV#leftcolumn{
	float: left;
	width: 180px; /*Width of left column in pixel*/
	margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
}

DIV#rightcolumn{
	float: left;
	width: 190px; /*Width of right column*/
	margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
}

DIV#leftP {
	Xpadding-left: 10px;
}

DIV#rightP {
	Xpadding-right: 10px;
}

DIV#footer {
	margin-top: 10px;
	border-top: 1px dashed white;
	clear: left;
	width: 100%;
	text-align: center;
	padding: 4px 0;
	font-size: 7pt;
}

