body {
	margin: 0; 
	padding: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#container {
	width: 800px; 
	margin: 0px auto; 
	color: #000; 
	display: block;
}

#top {
	width: 800px; 
	margin: 0px auto; 
	color: #000; 
	display: block;
	height: 219px;
	background: url("../img/top.jpg") top left no-repeat;
	border: 0;
	padding: 0;
}

#top .menu {
	display: block;
	position: relative;
	top: 66px;
	left: 485px;
	width: 300px;
	height: 18px; 
	margin: 0px; 
	border: 0px;
	color: #000; 
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
}

#top .menu a {
	display: block;
	margin-left: 15px;
	float: right;
	color: #000000;
	text-decoration: none;
}

#top .menu a:hover {
	display: block;
	margin-left: 15px;
	float: right;
	color: #000000;
	text-decoration: underline;
}
.clear {
	clear: both;
}
#menu {
	width: 800px; 
	margin: 0px auto; 
	color: #000; 
	display: block;
	height: 31px;
	background: url("../img/menu.jpg") top left no-repeat;
}
#content {
	width: 800px; 
	margin: 0px auto; 
	color: #000; 
	display: block;
	height: 180px;
	background: #e6e8e7 url("../img/contbcg.jpg") top left repeat-x;
}
#content h1 {	
	display: block;
	position: relative;
	top: 50px;
	width: 800px;
	margin: 0;
	text-align: center;
	font-size: 35px;
}
#content h2 {	
	display: block;
	position: relative;
	top: 50px;
	width: 800px;
	margin: 0;
	text-align: center;
	font-size: 20px;
}



#footer {
	width: 800px; 
	margin: 0px auto; 
	color: #000; 
	display: block;
	height: 60px;
	background: url("../img/ftbcg.jpg") top left repeat-x;
}
#footer h3 {
	display: block;
	margin: 0;
	width: 900px;
	position: relative;
	top: 25px;
	left: 710px;
	border: 0px;
	font-size: 11px;
	color: #869898;
	font-weight: normal;
	text-align: left;
}

#footer h3 a, #footer h3 a:active, #footer h3 a:visited {
	color: #869898;
	text-decoration: none;
}

#footer h3 a:hover {
	color: #869898;
	text-decoration: underline;
}

