/* CSS Document */

#content_wrapper {
	position:absolute; 
	width:744px; 
	height:550px;
	top:108px;
	border:#CCCCCC thin solid;	
	z-index:4;
}

#kshow {
	position:absolute;
	margin-left:0px;
	top:451px;
	width:252px;
	height:190px;
	padding:10px;
	border-right:#CCCCCC thin solid;
	background-color:#d7e5fe;
	z-index:10;
}
#news {
	position:absolute;
	margin-left:274px;
	width:432px;
	top:451px;
	height:190px;
	padding:20px;
	border-right:#CCCCCC thin solid;
	background-color:#f6f9fe;
	z-index:9;
} 
#footer {
	position:absolute;
	width:747px;
	height:15px;
	padding-top:10px;
	padding-bottom:10px;
	top:660px;
	background:#003987;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	z-index:97;
}


