/* CSS Document */
body{
	background-color:#E5B350;
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#container{
	position:absolute;
	left:50%;
	width:777px;
	margin-left:-388.5px;
	top:0px;
	}
#bottomBar{
	width:777px;
	height:134px;
	background-image:url(../images/bottomLinks.png);
	position:relative;
	}
#topBar{
	width:777px;
	height:215px;
	background-image:url(../images/topLinks.png);
	position:relative;
	}
.hideit{
	display:none;
	}
#mainImage{
	background-image:url(../images/main_mid.png);
	width:777px;
	}
#mainTxt{
	width:685px;
	margin-left:50px;
	}
#mainImgB{
	background-image:url(../images/main_bottom.png);
	width:777px;
	background-repeat:no-repeat;
	height:11px;
	font-size:11px;
	}
#mainImgT{
	background-image:url(../images/main_Topper.png);
	width:777px;
	background-repeat:no-repeat;
	height:6px;
	font-size:6px;
	}
#mainTxt img{
	padding:5px;
	}