@charset "utf-8";
/* CSS Document */

/* -------------- container -------------- */
#corecontainer {
	width: 978px;
	margin: 0 auto;
	padding: 0;
}


/* -------------- banner & main nav -------------- */
#corebanner {
	width: 960px;
	margin: 0 auto;
	height: 122px;
	position:relative;
	background: url(../images/header_bg.jpg) no-repeat top left transparent;
}
#corebanner .box_link {
	display:inline-block;
	position:absolute;
	left:20px;
	top:10px;
	background-color:transparent;
	height:90px;
	width:320px;	
}
#corenav {
	padding-left: 9px;
	margin: 0 auto;
	height: 31px;
}


/* -------------- splash --------------------- */

#splash { width: 978px; height: 257px; margin: 10px 0 6px; background: url(../images/bg-splash.png) no-repeat; }
#rotate { width:920px; height: 199px; margin: 0 auto; padding-top: 29px; }


/* -------------- content --------------------- */

#conttop { background: url(../images/bg-conttop.png) no-repeat; margin:0 auto; height: 38px; width: 978px;}
#corecontent {
	background: url(../images/bg-conttile.png) 0px 153px repeat-y;
	min-height:600px;
	width: 978px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#conttop2 { background: url(../images/bg-conttop2.png) no-repeat; margin:0 auto; height: 38px; width: 978px;}
#corecontent2 {
	background: url(../images/bg-conttile2.png) 0px 153px repeat-y;
	min-height:600px;
	width: 978px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/* -------------- article --------------------- */

#articlehead { 
	background: url(../images/articlehead.gif) no-repeat; 
	width: 978px; 
	height: 102px; 
	margin: 21px 0 15px 9px; 
}

#contitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #ffffff;
	padding: 33px 0 0 38px;
	
}

#cright { float:right; width: 630px; padding: 0 50px 0 40px; margin-bottom:137px; } 
#cleft { float: left; width: 210px; padding-left: 30px; margin-bottom:137px; }

#cright2 { float:left; width: 630px; padding: 0 40px 0 50px; margin-bottom:137px; } 
#cleft2 { float: right; width: 210px; padding-right: 30px; margin-bottom:137px; }

/* --------------- footer ------------------- */

#corefooter {
	position: absolute;
	bottom: 0;
	background: url(../images/bg-footer.gif) repeat-x;
	width: 960px;
	margin: 0 9px;
	height: 137px;
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
}


