body {
	margin: 0px auto;
	font-family:Arial;
	font-size:14px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#6ecbf3;
	color:#333333;
	line-height:18px;
}
.container {
	margin:0px auto;
	width:960px;
}
.HeaderWrap {
	height:296px;
}
.HeaderBg {
	background-image:url(images/header.jpg) ;
	background-repeat:no-repeat ;
	height: 248px ;
	widows:960px;
}
.Mail {
	height:30px ;
	text-align:right ;
}
.Mail a {
	display:block ;
	width:340px ;
	height:30px ;
	float:right;
}
.nav {
	height:48px;
}
.nav img {
	border:0px;
	float:left;
}

.Content {
	margin:5px 0 5px 35px ;
	padding:10px 0 0 0;
	width:890px ;
	min-height:280px;
}

.Content a {
	color:#333333;
	text-decoration:none;
}
.Content a:hover {
	color:#003399;
	text-decoration:underline;
}
	





.Footer {
	background-image:url(images/footer.jpg) ;
	background-repeat:no-repeat ;
	height:97px;
}






.clear {
	font-size:0px;
	height:0px;
	clear:both;
}