body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #af8c06;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #42456a;
}
#container {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 876px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	overflow:hidden;
}
#contact {
	left: 691px;
	height: 62px;
	width: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	position: absolute;
	top: 58px;
}
#info {
	position: relative;
	height: 50px;
	width:790px;
	margin-left:50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align:center;
	bottom:0;
	overflow: hidden;
}
#header {
	background-image: url(images/fbc_logo.jpg);
	background-position: 350px 0px;
	background-repeat: no-repeat;
	margin: 0px;
	height: 120px;
	width: 340px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 350px;
}
#section{
	margin: 0px;
	height: 45px;
	width: 320px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 360px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
}
#main {
	position: relative;
	background-image: url(images/btop.gif);
	background-repeat: no-repeat;
	margin-left: 50px;
	height: 21px;
	width: 790px;
}
#content{
	position: relative;
	width: 530px;
	margin-top:0px;
	margin-left:50px;
	background-image: url(images/bmid.gif);
	background-repeat: repeat-y;
	padding-left:200px;
	padding-right: 60px;
	overflow: hidden;
}
#border{
	background-image: url(images/bbot.gif);
	position: relative;
	height: 17px;
	width: 790px;
	margin-left:50px;
	margin-top:0px;
}
#menu{
	position:absolute;
	top:0;
	left:0;
	float:left;
	text-align:left;
	width:180px;
	height:inherit;
	text-indent:10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
}
#menu ul {
	padding: 30px 0px 0px 0px;
	width:160px;
	margin-left:15px;
}
#menu li {
	background-position: right center;
	border-bottom: 1px dotted #2e2304;
	list-style-type: none;
	padding: 4px 30px 4px 0px;
	text-align:right;
}
#menu a {
	font-weight:bold;
	color: #42456a;
	font-size: 13px;
}
#menu a:hover {
	color:#c40000;
	background-color:#decc8e;
}

