/* CSS Document */



#container {
	text-align: center;
	position: relative;
	margin: 0px auto 0;
	height: auto;
	width: 927px;
	padding: 0px;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	display:block;
	}
	
#content {
	width: 927px;
	min-height:319px; 
	height:auto !important;
	height: 319px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-y;
	background-color: #fefaee;
	}
	
	
#topbanner h1 span {
	position: absolute;
	left: 14px;
	top: 0px;
	width: 899px;
	height: 116px;
	background-image:url(../images/topbanner1.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	}
	
#topbanner {
	background-image: url(../images/topbanner.jpg);
	background-repeat: no-repeat;
	height: 281px;  
	width: auto;	
	margin: 10px 0px 0px 0px;
}	

	#center {
	float: left;
	padding-top: 20px;
	width: 435px;
	text-align: left;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	

	#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 927px;
	height: 63px;
	clear: both;
	font-size: 80%;
	text-align: center;
	padding-top: 10px;
	margin: 0px auto 0;
}
