@charset "UTF-8";
body {
	background-color: #000;
}
p  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FCF9E1;
	font-size: 12px;
	line-height: 17px;
}
a {
	color: #F00;
}
strong {
	color: #F00;
	font-weight: normal;
}
ul   {
	color: #FCF9E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #000;
	overflow: auto;
	background-repeat: no-repeat;
	background-position: 0px 150px;
	z-index: 0;
}
#banner {
	background-image: url(../images/common/banner.jpg);
	background-repeat: no-repeat;
	height: 125px;
	width: 900px;
}
#banner h1 {
	background-image: url(../images/common/noco_banner_h1.png);
	text-indent: -1000px;
	background-repeat: no-repeat;
	height: 110px;
	width: 490px;
	margin: 0px;
	padding: 0px;
	background-position: 17px 17px;
}
#banner h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FCF8DF;
	text-transform: uppercase;
	display: inline;
	float: right;
	position: absolute;
	left: 510px;
	top: 62px;
	width: 382px;
	font-weight: normal;
	text-align: right;
	height: 44px;
	z-index: 20;
}
#mainNav {
	list-style-type: none;
	text-indent: 0px;
	margin: 0px;
	padding: 6px 0px 5px;
	background-color: #450908;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#mainNav li {
	display: inline;
}
#mainNav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #fdf9e1;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-right: 8px;
	padding-left: 8px;
}
#mainNav li a:hover {
	color: #430A09;
	background-color: #FCF9E1;
}
#mainContent {
	float: left;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
}
#footer {
	list-style-type: none;
	text-indent: 0px;
	background-color: #450908;
	text-align: right;
	height: 25px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#footer p {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	text-align: center;
}
#footer a {
	color: #FCF9E1;
	text-decoration: underline;
}
