@charset "utf-8";
/* CSS Document */
body{
	background: #e3dac9 url(../images/bg.jpg) repeat-x;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
}
h1{color:#0f233c;font:bold 15px Tahoma, Arial, Helvetica, sans-serif;}
img{border:0px;}
.floatLeft{float:left; width:880px;}
#mainWrapper{
	width: 999px;
	margin: 0px auto;
}
#hearderWrapper{
	width: 999px;
	height: 222px;
	float: left;
}
#footerWrapper{
	width: 999px;
	float: left;
	background: #122e55;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
#bodyWrapper{
	width: 999px;
	float: left;
	padding-bottom: 13px;
}
