/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Arial,Tahoma, Helvetica, sans-serif;
	font-size:65%;
	background: url(../images/bgsite.gif) repeat-x #000000;
	color: #484848;
}

img { border:0; }

body,html {
	height: 100%;
}

#maincontainer{
	width: 816px; /*Width of main container*/
	/*height: 100%;*/
	margin: 0 auto; /*Center container on page*/
}

#topsection{
	height: 163px; /*Height of top section*/
}

#contentwrapper{
	float: left;
	width: 100%;
	min-height:500px;
	background:white;
}

#contentcolumn{
	margin: 0 189px 0 215px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/

}

#menu{
	float: left;
	width: 215px; /*Width of left column in pixel*/
	margin-left: -816px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
	float: right;
	width: 189px; /*Width of right column*/
	margin-left: -189px; /*Set left margin to -(RightColumnWidth)*/
	background: url(../images/noright.gif) no-repeat;
	min-height: 400px;
}

#footer{
	background: url(../images/footer.jpg) no-repeat;
	float:left;
	height:56px;
	width: 100%;
}

a {
	text-decoration: none;
	color : #8F1D1D;
}

