﻿body{
	background-color: #2f486a;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/bg/bG.gif');
	background-repeat: repeat-x;
}
.font{
	color:#17274d;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.fontBold{
	color:#17274d;
	font-family: Cambria, Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#containAll{
 margin:0px auto 0px auto;
 width:506px;
 z-index:1;
}
#header{
	height: 100px;
	margin: 0px auto 0px auto;
}
#menu{
	width:506px;
	height:36px;
	background-image: url('../images/bg/menu.gif');
	background-repeat:no-repeat;
	}
#menuCenter{
	width: 470px;
	margin: 0px auto 0px auto;
}
#menuCenter ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

}
#menuCenter li{
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	float: left;
	height: 36px;
	padding: 0px 0px 0px 0px;

}
#menuCenter li a{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	margin: 0px 0px 0px 0px;
	float: left;
	font-size: 16px;
	font-weight: lighter;

}
#menuCenter li a:hover{
	color: #233153;
}

#top{
	width: 506px;
	height: 32px;
	background-image: url('../images/bg/bodyTop.gif');
	background-repeat: no-repeat;
}
#middle{
	width:506px;
	min-height:545px;
	background-image:url('../images/bg/bodyMiddle.gif');
	background-repeat:repeat-y;
}
#bottom{
	width: 506px;
	height: 80px;
	background-image: url('../images/bg/bodyBottom.gif');
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#content{
	width: 419px;
	margin: 0px auto 0px auto;
	padding: 10px 5px 10px 10px;
}