h1, h2, h3, p, td, ul, li
{
	color: #ffffff;
	/*font-family: serif;*/
}

img {text-align: center;}

a {font-size: 16px;}
a:link {text-decoration: none; color: #ffffff}
a:visited {text-decoration: none; color: #ffffff}
a:hover {text-decoration: underline; color: #00a0e0}
a:active {text-decoration: underline;}

table, td, tr
{
	padding: 5px;
	border-style: hidden;
}

td.sidebar
{
  vertical-align: top;
  border-right: 1px solid #500000;
  border-left: 1px solid #500000;
}

td.content
{
  vertical-align: top;
  border-right: 1px solid #500000;
}

hr
{
  color: #500000;
  background-color: #500000;
  height: 1px;
  border: 0px;
}

body
{
	background-color: #000000;
}

#mainframe
{
  width: 865px;
  margin: auto;
}

#sidebar
{
  /*border: 2px solid white;*/
}

#content
{
	width: 645px;
}

