<style href="bnw.css"><style href="bnw.css"><style href="bnw.css">@charset "UTF-8";
/* CSS Document */

a {
	color: #CCC;
	text-decoration: none;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #999;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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: #000000;
}
.oneColElsCtr #container {
	width: 58em;
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#DDD;
	font-family:Verdana, Geneva, sans-serif;
}

.oneColElsCtr #greyleftbar {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#DDD;
	float:left;
	background-color:#5a5b5e;
	width:284px;
	top:0px;
	bottom:0px;
	position:absolute;
	min-height:800px;
	margin:0px;
	padding:0px;
	padding-top:100px;
}

#title
{
	position:absolute;
	top: 0px;
	margin:0px;
	padding:0px;
	padding-top: 15px;
}

.oneColElsCtr #rightbar {
	padding-left: 300px;
	padding-top:220px;
	text-align:left;
	font-size:11pt;
	color: #DDD;
}

.oneColElsCtr #toolbar {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#DDD;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	position:fixed;
	bottom:0px;
	height: 50px;
	width: 100%;
	margin:0 auto;

}
