body {
	background-attachment: fixed;
	background-color:#000;
	background-image: url('background.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	margin-top:0px;
	font-family:verdana;
	font-size:11px;
	text-align:center;
	min-width:1024px;
}

h1, h2, h3, h4, h5
{
	color:rgb(136,34,34);
	font-weight:bold;
}

h1
{
	font-size:16px;
}

h4
{
	display:inline;
	font-size:12px;
}

a, a:visited, a:active
{
	color:rgb(136,34,34);
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	text-decoration:underline;
}

td
{
	font-size:11px;
}

hr
{
	height:1px;
	border:0px;
	background-color:#333;
}

.bodyContainer
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.topbanner {
	height:250px;
	width:100%;
}

.toplinks
{
	padding:0px;
	margin:0px;
	width:100%;
	height:50px;
}

.toplinks a, .toplinks a:visited, .toplinks a:active
{
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

.toplinks a:hover
{
	text-decoration:underline;
}

.active
{
	background-image: url('transparentbar.png');
}

.active a, .active a:visited, .active a:active
{
	color:#000;
}

.toplinks UL
{
	background-image: url('transparentbar.png');
	height:50px;
	margin:0px;
	padding:0px;
	padding-left:3px;
	border-left:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
}

.toplinks UL LI
{
	width:129px;
	float:left;
	list-style: none;
	padding: 0;
	padding-top:18px;
	padding-bottom:18px;
	margin: 0px;
	margin-right:1px;
	text-align:center;
	vertical-align:middle;
}

.column
{
	float:left;
}

#leftBody
{
	width:490px;
	width:490px;
	margin-left:10px;
	margin-right:5px;
}
#leftBody pre
{
	width:490px;
	max-width:490px;
	white-space:normal;
	font-family:verdana;
	font-size:11px;
}
#leftBody pre h1, #leftBody pre h2
{
	display:inline;
	font-size:10px;
}

#rightBody
{
	width:280px;
	margin-left:10px;
	margin-right:5px;
}

.footer
{
	color:#333;
	text-align:center;
	font-size:9px;
	clear:both;
	padding-top:100px;
}