body {
	background:url('images/bgrepeat.jpg');
	background-repeat:repeat-x;
	background-color:#f0f0f0;
	background-position:top;
	height:100%;
	color:#585858;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-Serif; 
    font-size: 10pt;
    line-height:150%;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	position:relative;
	background:url('images/headerback.jpg');
	background-repeat:no-repeat;
	background-position:top;
	height:100%;
}

#main {
	margin-left:auto;
	margin-right:auto;
	width:863px;
	position:relative;
	top:165px;
	background:url('images/middlebg.png');
	background-repeat:no-repeat;
	height:1600px;
}

#maininner {
	margin-left:auto;
	margin-right:auto;
	width:723px;
	color:#808084;
	padding-top:45px;
	position:relative;
	font-weight:500;
	font-size:11pt;
	height:454px;
}

h1 {
	color:#d31145;
	font-weight:700;
	font-size:19pt;
}

A:link{text-decoration:none;color:#d31145;}
A:visited{text-decoration:none;color:#d31145;}
A:active{text-decoration:none;color:#d31145;}
A:hover{text-decoration:underline;color:#d31145;}

