@charset "UTF-8";

/*div#main {
	margin-left: 0px;
}
* html div#main {
	position: inherit;
}
*/
div#contents {
	background: none;
}

div#mainBody {
	float: none;
	width:950px;
}
* html div#mainBody {
	padding: 0px;
	position: relative;
	width: 950px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
*+html div#mainBody {
	padding: 0px;
	position: relative;
	width: 950px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#mainBody h2 {
	font-size: 18px;
	font-weight: bold;
	background-image: url(/images/h2bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	letter-spacing: 5px;
	border: 1px solid #F8C284;
	padding-left: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	min-height: 27px;
	text-align: center;
	width: 950px;
}
* html div#mainBody h2 {
	height: 27px;
	padding-top: 5px;
}
