@charset "UTF-8";
/* CSS Document */
#headSec {
	background: none;
}
#titleSec {
	background: url(../img/results/header-bg.png) 0 0 repeat-x; 
	margin: 60px 0 0 0;
	position: fixed;
	width: 100%;
	padding: 0;
	height: 92px;
}
#titleSec h2 {
	background: url(../img/construction/header-tl.png) 0 0 no-repeat; 
	margin: 18px 10px 0 29px;
	padding: 0;
	height: 57px;
	width: 150px;
	text-indent: -99999px;
	float: left;
}
#titleSec ul {
	float: left;
	margin-top: 17px;
}
#titleSec ul li {
	display: inline;
	color: #c9c9c9;
}
#titleSec ul li a {
	color: #c9c9c9;
}
#bodySec {
	background: #00418f;
}
#bodyInner {
	width: 940px;
	margin: 0 auto;
	padding: 200px 0 60px;
}
#bodyInner th,
#bodyInner td {
	padding-left: 20px;
}
