body,html {
	
	background:url(../image/layout/background-pattern.png) repeat #f6fcff;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	color:#666666;
	min-height:100%;
	height:100%;
}
a {
	
	font-family:Arial;
	color:#333333;
	text-decoration:none;
}
img {
	
	border:none;
}
.main {
	
	width:992px;
	
	margin:0 auto;
}
.top {
	
	width:992px;
	height:124px;
}
.top .header {

	width:626px;
	height:124px;
	background:url(../image/layout/header.png) no-repeat;
	float:left;
	margin-left:-100px;
}
.top .header .logo {

	width:360px;
	height:100px;
	float:left;
	background:url(../image/layout/logo.png);
	cursor:pointer;
	margin-top:5px;
	margin-left:120px;
}
.content {
	
	width:992px;
	margin:0 auto;
}
.content .cLeft {
	
	width:668px;

	float:left;
	margin-left:-3px;
}
.content .cLeft .clBox {
	
	width:668px;
	min-height:100px;
	background:#fff;
	margin-bottom:10px;
}
.content .cLeft .clbTop {
	
	width:653px;
	height:35px;
	background:url(../image/layout/box-large-top.png);
	padding-left:15px;
	padding-top:15px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
.content .cLeft .clbContent {
	
	width:628px;
	min-height:100px;
	padding:20px;
	color:#003d46;
	background:url(../image/layout/box-large-content.png) repeat-y;
}
.content .cLeft .clbContent img {
	
	float:left;
	margin-right:10px;
	margin-bottom:2px;
	border:0px #dddddd solid;
	padding:3px;
}
.content .cLeft .clbContent .link {
	
	width:100%;
	height:8px;
	text-align:right;
	margin-top:20px;
}
.content .cLeft .clbContent .link a {

	color:#0d3963;
	text-decoration:underline;
}
.content .cLeft .clbBottom {
	
	width:668px;
	height:10px;
	background:url(../image/layout/box-large-bottom.png);
}
.content .cRight {
	
	width:323px;
	
	float:right;
	margin-right:-3px;
}
.content .cRight .crBox {
	
	width:305px;
	min-height:50px;
	background:#fff;
	margin-bottom:10px;
}
.content .cRight .crbTop {
	
	width:308px;
	height:35px;
	background:url(../image/layout/box-small-top.png);
	padding-left:15px;
	padding-top:15px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
.content .cRight .crbContent {
	
	width:283px;
	min-height:100px;
	padding:20px;
	color:#003d46;
	background:url(../image/layout/box-small-content.png) repeat-y;
	text-align:justify;
}
.content .cRight .crbContent img {
	
	float:left;
	margin-right:10px;
	margin-bottom:2px;
	border:0px #dddddd solid;
	padding:3px;
}
.content .cRight .crbBottom {
	
	width:323px;
	height:10px;
	background:url(../image/layout/box-small-bottom.png);
}
.bottom {
	
	width:996px;
	height:204px;
	margin:0 auto;
	background:url(../image/layout/footer.png);
	margin-top:-80px;
}
.bottom .footer {
	
	width:996px;
	height:50px;
	margin-top:35px;
	float:left;
}
.bottom  .footer .fLeft {
	
	width:400px;
	height:50px;
	margin-left:15px;
	float:left;
	color:#9eb0c1;
}
.bottom  .footer .fRight {
	
	width:400px;
	height:50px;
	margin-right:20px;
	float:right;
	text-align:right;
	color:#9eb0c1;
	font-weight:bold;
}
.footer .fRight a {
	
	color:#0d3963;
}
.clear {
	
	clear:both;
}

h1{
font-size:30px;
color:#FF9501;
}