@charset "utf-8";
body {
	background-image: url(background.jpg);
}


.bdrtop {
	margin: 0 auto;
	width: 815px;
	height: 14px;
}
.bdrbtm {
	margin: 0 auto;
	width: 815px;
}
.footer {
	margin: 0 auto;
	width: 815px;
	height: 95px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.container {
	background-image: url(images/repeat.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 815px;
}
.containertext {
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #FFFFFF;
	border: thin solid #000000;
}




.header {
	margin: 0 auto;
	width: 815px;
	height: 213px;
}
.header2 {
	margin: 0 auto;
	width: 815px;
	height: 210px;
}
.navtop {
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	width: 815px;
	height: 40px;
}
.menu ul {
	display: block;
	padding: 12px;
	margin: 0px;
	list-style: none;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
} 
.menu ul li {
	display:inline;
	padding: 0px 10px;
	margin: 0px;
	list-style: none;
} 
.footertext {
	margin: 0 auto;
	width: 650px;
	padding-top: 57px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
