#top, #menu, #middle, #bottom, #prebottom {
  position:relative;
  width:960px;
  margin:0 auto;
  text-align:left;
}

#top { 
	background:#fff; 
	height:128px; 
}
#top h1 {
	color:#000;
	font-size:30px;
	text-align:center;
	line-height:128px; 
}


#middle { background:#6DB7FE; padding-bottom:15px; }
#left {
  position:relative;
  float:left;
  width:230px;
	left:20px;
	padding:10px 0;
	background:#fff;
}
#center {
  position:relative;
	float:left;
	left:30px;
  width:680px;
	padding:10px 0;
	background:#fff;
}




#prebottom { background:#abd5ff; height:90px; border-top:2px solid #abd5ff; }
#prebottom a { display:block; float:left; line-height:90px; height:90px; border-right:1px solid #fff; padding:0 25px; color:#000; text-decoration:none; font-weight:bold; font-size:13px; }
#prebottom a:hover, #prebottom a.select { background:#6DB7FE; color:#fff; }

#bottom { background:#fff; border-top:3px solid #004E8D; }
#bottom .padding { color:#000; font-size:11px; padding:10px 25px; text-align:center; }
#bottom a { color:#000; font-weight:bold; font-size:10px; text-decoration:underline; }
#bottom a:hover { text-decoration:none; }