@import url(normalize.css);

body {
	color:#000;
	background-color:#000;
	margin:0;
	padding:0;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:11px;
}
html, body {
	height:100%;
	width:100%;
}
a {
	overflow:hidden;
}
#nav tr td a:visited, #nav tr td a:link {
	color:#fffffe;
	text-decoration:none;
}
#nav tr td a:hover {
	color:#ffcc00;
}
#nav tr td a.selected {
	color:#b0cab6;
}
p {
	margin-bottom:7px;
}
strong {
	font-weight:bold;
}
blockquote {
	font-weight:bold;
	font-size:12px;
	line-height:13px;
}
#container {
	width:810px;
	height:610px;
	background-color:#FFF;
	background:url('../images/bg_default.jpg') top left no-repeat;
}
#container tr td {
	vertical-align:top;
}
#container a:visited, #container a:link {
	color:#000;
	text-decoration:underline;
}
#container a:hover {
	color:#7b0000;
}
#nav {
	margin:116px 60px 0 50px;
	width:700px;
}
#nav tr td {
	white-space:nowrap;
	text-align:center;
	text-transform:uppercase;
	font:inherit;
	font-size:inherit;
	width:100px;
}
#content_main {
	text-align:left;
}
.subnavLeft, .subnavRight {
	width:405px;
	height:149px;
}
#container tr td.subnavLeft {
	text-align:right;
	background:url('../images/bg_bttm-nav-left.jpg') bottom right no-repeat;
}
.subnavRight {
	text-align:left;
	background:url('../images/bg_bttm-nav-right.jpg') bottom left no-repeat;
}
a.btnBack {
	margin:51px 10px 0 0;
	display:block;
	width:59px;
	height:46px;
	float:right;
	text-indent:9999px;
	overflow:hidden;
}
a.btnNext {
	margin:51px 0 0 26px;
	display:block;
	width:49px;
	height:46px;
	text-indent:-9999px;
}
