@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #5C0001;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #5C0001;
	text-decoration: underline;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.oneColFixCtrHdr #header_wrap {
	background: #000000 no-repeat center;
	width: 100%;
}
.oneColFixCtrHdr #header {
	background: url(../layout/main/layout_01.jpg) no-repeat center;
	position: relative;
	width: 800px;
	height: 150px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #nav_wrap {
	background: #000000;
	width: 100%;
}
.oneColFixCtrHdr #nav {
	background: #000000;
	position: relative;
	width: 800px;
	height: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #nav li{
	list-style-type: none;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	font-variant: normal;
	font-size: small;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 20px;
}
.oneColFixCtrHdr #nav a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}
.oneColFixCtrHdr #nav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent_wrap {
	background: #000000;
	width: 100%;
}
.oneColFixCtrHdr #mainContent {
	background: #000000 url(../layout/main/body.jpg) no-repeat bottom;
	width: 800px;
	margin: auto;
}
.oneColFixCtrHdr #mainContent h3 {
	color: #FF0000;
}
.oneColFixCtrHdr #mainContent t1 {
	width: 449px;
	background-color: #121212;
	border: thin solid #333333;
}
.oneColFixCtrHdr #footer_wrap {
	background: #000000;
	width: 100%;
	height: 50px;
}
.oneColFixCtrHdr #footer {
	background: #000000 url(../layout/main/footer.jpg) no-repeat center top;
	overflow: hidden;
	position: static;
	width: 800px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	text-align: center;
	vertical-align: text-bottom;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: 30px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
