* { 
	font-family: Verdana, Arial, Arial CE, Tahoma, Helvetica, sans-serif;
	margin:0; 	
	padding:0; 
	font-size: 8pt;
	text-align: left;
	color: #311717;
}
body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #d8d8d8;
	background-repeat: repeat-x;
	background-position: top;
}

DIV#maincontainer {
	width: 990px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: white;
	background-image: url(images/slimH.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

DIV#topsection {
	position: relative;
	z-index: 120;
	height: 150px; /*Height of top section*/
	margin-bottom: 5px;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

DIV#contentwrapper {
	float: left;
	width: 100%;
	position: relative;
}

DIV#contentcolumn {
	margin: 0 180px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	padding: 0 20px 0 20px;
	line-height: 1.5em;
}

DIV#leftcolumn {
	float: left;
	width: 180px; /*Width of left column in pixel*/
	margin-left: -990px; /*Set margin to that of -(MainContainerWidth)*/
	position: relative;
}

DIV#rightcolumn {
	float: left;
	width: 180px; /*Width of right column*/
	margin-left: -180px; /*Set left margin to -(RightColumnWidth)*/
	position: relative;
}

DIV#leftP {
	padding-left: 0px;
	position: relative;
	z-index: 115;
}

DIV#rightP {
	padding-right: 0px;
	position: relative;
}

DIV#footer {
	margin-top: 10px;
	clear: left;
	text-align: center;
	padding: 20px;
	font-size: 7pt;
	background-color: white;
	border-top: 1px solid #a4a4a4;
	border-bottom: 1px solid #a4a4a4;
}

