@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	color: #E1E1E1;
}
body {
	background-color: #000;
}
#wrapper {
		width: 100%;
		min-height: 600px;
		margin: 0px;
		background-color: #000;
}
#body {
	margin: auto;
	width: 900px;
}
#header, #header table {
	margin: auto;
	width: 900px;
	font-size: 24pt;
}
#nav {
	clear: left;
	width: 900px;
	height: 24px;
	margin: 0;
}
#body-left {
	clear: left;
	width: 638px;
	float: left;
	margin-right: 12px;
}
#body-right {
	width: 250px;
	float: left;
	background-image: url(site-images/right-side-bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#footer {
	clear: both;
	width: 900px;
	height: 24px;
	line-height: 18px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

.large {
	font-size: 24px;
}
.headings {
	color: #FFF;
	font-size: 19px;
	width: 302px;
}
.red {
	color: #900;
}
.grey {
	color: #666;
}
.white {
	color: #FFF;
}
.underline {
	background-image: url(site-images/underline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}