body{}

#wrapper{
	width: 800px;
	margin: auto;
	background: white url(images/background3.jpg) repeat-y;
	text-align: left;
}

/*The header image*/
#header{
	position: relative;
	width: 800px;
	height: 142px;
	margin: auto;
	background: url(images/background_header.jpg) no-repeat;
}

#footer{
	background-attachment:absolute;
	background-position:bottom center;
	width: 800px;
	height: 108px;
	margin: auto;
	background: url(images/footer.jpg) no-repeat;
}

.style2 {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

#bodytext{
background-image: url(images/message2.jpg); height: 173px; width: 222px; border: 0px solid black;
font-family: Arial, Helvetica, sans-serif;

font-size: 12px;
}

/*The container - edit "230" to your desired width for the sidebar (lines 55, 58, 62)*/
#container{
	/* width: 100%; */
	float: left;
	margin-right: -230px; 
	width: 670px;
}
#content{
	margin-right: 230px;
	padding: 25px 0;
}

.footertxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
}


a:link { color: black }
a:visited { color: black }
a:hover { color: black }
a:active {  color: black }