body{
	background-color:#FFF;
	background-position:center;
	background-attachment:scroll;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
    margin:0px;
}

#header_container{
	background-color:#fff;
	height:207px;
	width:801px;
	margin:auto;
	background-position:center;
}

#header{
	background-image:url(images/header_top.jpg);
    background-position:center;
	width:801px;
	height:207px;
	margin:auto;

}

#header2{
	background-image:url(images/header.jpg);
    background-position:center;
	width:801px;
	height:207px;
	margin:auto;

}
#header3{
	background-image:url(images/header2.jpg);
    background-position:center;
	width:801px;
	height:207px;
	margin:auto;

}
#navcontainer{
	background-position:center;
	width:801px;
	margin:auto;
}

#content{
	background-position:center;
	background-color:#FFF;
	width:801px;
	height:640px;
	margin:auto;
}

#footer{
	background-image:url(images/footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin:auto;
	height:62px;
	width:801px;
}
#footer2{
	background-image:url(images/footer2.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin:auto;
	height:90px;
	width:801px;
}
#rightlink{
	font-size:13px;
	float:right;
	width:230px;
	margin:0px;
	white-space:pre-wrap;
}

.contenttext{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
