@charset "utf-8";


body{
	background-color: #e9eaec;
}
#central{
	margin-right: auto;
	margin-left: auto;
	margin-top: -15px;
	position: absolute;
	width: 1100px;
	text-align: left;
	float: right;
	left: 39px;
	top: 16px;
	
}
#header{
	background-image: url(images/Header.jpg);
	height: 100px;
	width: 817px;
	margin-left: 180px;

}
#header2{
	background-image: url(images/BFSTemp_02.jpg);
	height: 87px;
	width: 400px;
	top: 50px;
}
#menu{
	margin-left: 180px;
}
#content{
	margin-top: 37px;

	width: 816px;
	background-color: #FFFFFF;
	margin-left: 180px;
	height: 780px;
}
#leftside{
	float: left;
	width: 430px;
	margin-right: 33px;
	margin-left: 15px;
	margin-top: 20px;
	overflow: hidden;
}
#leftside p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 20px;
	width: 430px;
}


#rightside{
	background-image: url(images/BFSTemp_04.jpg);
	width: 330px;
	height: 750px;
	margin-top: 8px;
	margin-left: 33px;
	overflow: hidden;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a1cd3a;
	border-right-color: #a1cd3a;
	border-bottom-color: #a1cd3a;
	border-left-color: #a1cd3a;
}
#footer{
	clear: both;
	background-color: #FFFFFF;
	position: absolute;
	height: 44px;
	margin-top: 0px;
	margin-left: 0px;
	width: 815px;
	background-image: url(images/BFSTemp_05.jpg);
	color: #fff;
}
