/* CSS Document */

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

body,html {
	height: 100%;
}

#maincontainer{
	width: 821px; /*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%;
}

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

}

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

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

#footer{
	float: right;
}

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

