@charset "UTF-8";

/***************************************
*
*	1. 
*
***************************************/

/* 1.  */
/* ------------------------------------------------------------------------------------ */
body {
	background-color: #00418f;
}
#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/equipment/header-tl.png) 0 0 no-repeat; 
	margin: 18px 10px 0 29px;
	padding: 0;
	height: 57px;
	width: 150px;
	text-indent: -99999px;
	float: left;
}
#breadCrumb {
	margin-top: 18px;
}
#bodyInner {
	width: 940px;
	margin: 0 auto;
	padding: 170px 0 60px;
}
#bodyInner p {
	margin-bottom: 60px;
}
#bodyInner th,
#bodyInner td {
	padding-left: 20px;
}
/* ------------------------------------------------------------------------------------ */