html {
	overflow: auto;
}
body {
	font-size: 12px;
	color:#fff;
	line-height:18px;
	font-style:italic;
	list-style:none;
	background:#000;
	font-family:Georgia, Helvetica, sans-serif;
	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 */
}
.oneColFixCtr #container {
	top:30px;
	left: 250px;
	white-space: nowrap;
	width: 500px;

	
}
.oneColFixCtr #mainContent {
	color:#fff;
	line-height:21px;
	font-style:italic;
	list-style:disc;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#sidebar {
	top: 0px;
	left: 850px;
	width: 400px;
	height: 595px;
	text-align:left;
	padding-top:30px;
	padding-left:25px;
}
.bgcolor {
	padding:4px;
	background-color:#000;
}	
.dotted {
	background-image:url(../images/dotted.gif);
	height:3px;
	width: 580px;
	padding:0px;
	margin:15px 0px 15px 0px;
}
a:link{
	color:#996;
	text-decoration:underline;
}
a:visited{
	color: #996;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
	color: #fff;
}
.black {
	color:#fff;
}
.bronze {
	color:#996;
}
.footer {
	color:#999;
	font-size: 10px;
	}