body
{
	font-family: Verdana, Arial, sans-serif;
	background-color: #101000;
}

#wrapper
{
	background-repeat: repeat-y;
	background-image: url(../images/newbg.png);
	width: 780px;
	margin: 0 auto;
	padding: 0 auto;
}

#header
{
	background-repeat: no-repeat;
	height: 90px;
	background-image: url(../images/header.png);
	min-width: 780px;
}

#bar
{
	border-width: 2px;
	border-color: #520000;
	border-bottom-style: solid;
	border-top-style: none;
	background-image: url(../images/bar.png);
	height: 15px;
	min-width: 780px;
}

#botbar
{
	clear: both;
	border-right-style: none;
	border-left-style: none;
	border-width: 2px;
	border-color: #520000;
	border-bottom-style: none;
	border-top-style: solid;
	background-image: url(../images/botbarclear.png);
	height: 15px;
	min-width: 780px;
}

#sidecolumn
{
	float: left;
	width: 200px;
	padding: 0px;
	font-size: .7em;
}

#maincolumn
{
	background-repeat: repeat;
	background-image: url(../images/mainbg.png);
	background-color: white;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 0;
	float: left;
	width: 555px;
	font-size: .7em;
}

#footer
{
	background-image: url(../images/botbar.png);
	clear: both;
	height: 80px;
	min-width: 720px;
}

.column
{
	border-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 190px;
}
.column ul
{
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 10px;
	line-height: 14pt;
	list-style-type: none;
}
.column ul li a
{
	text-overflow: ellipsis;
	line-height: 3.00;
	height: auto;
	display: block;
	width: 170px;
	border-style: none;
	color: white;
	text-decoration: none;
}

.column ul li a:hover
{
	text-overflow: ellipsis;
	padding-left: 5px;
	background-image: url(../images/hoverbg.png);
	height: auto;
	background-color: #320000;
	width: 170px;
	display: block;
	color: #ffcc00;
	font-weight: bold;
}

h1
{
	text-align: center;
	border-bottom-color: #ff6600;
	letter-spacing: -1pt;
	font-weight: bold;
	font-family: Arial;
	border-width: 2px;
	border-bottom-style: solid;
	font-size: 2em;
	width: 540px;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding: 0px;
}

h2
{
	text-align: left;
	font-weight: bold;
	font-family: Arial;
	font-size: 1.5em;
	width: 540px;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding: 0px;
}

#sidecolumn a img
{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-style: none;
}

#maincolumn p
{
	line-height: 2.00;
}

#maincolumn ul
{
	line-height: 2.00;
}

#maincolumn ul li
{
	padding-bottom: 10px;
}

#maincolumn ol li
{
	padding-bottom: 10px;
}

