body
{
	background: #080000;
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	color: #d0d0d0;
	font-family: Arial, sans-serif;
}

html { height: 100%; }

.container
{
	position: relative;
	width: 750px;
	margin: auto;
	text-align: center;
}

a:link { color: #c0c0c0; }
a:visited { color: #c0c0c0; }

a:hover
{
	color: #c0c0c0;
	text-decoration: none; 
}

a:active { color: #990000; }

hr.short
{
	color: d0d0d0;
	width: 200px;
}

hr
{
	color: d0d0d0;
	width: 600px;
}

h1
{
	font-size: 250%;
	color: #c0c0c0;
	font-style: italic;
	line-height: 1;
}

h2
{
	font-size: 150%;
	color: #c0c0c0;
	font-style: italic;
	line-height: 1;
}

h3
{
	font-size: 125%;
	color: #c0c0c0;
	font-style: italic;
	line-height: .5;
}

h4
{
	font-size: 112%;
	color: #c0c0c0;
	font-style: italic;
	line-height: .1;
}

p
{
	font-size: 90%;
	color: #d9d9d9;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

p.center
{
	font-size: 100%;
	color: #d0d0d0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

p.narrow
{
	text-align: center;
	width: 65%;
}

p.small
{
	font-size: 85%;
	width: 50%;
}

p.quote
{
	font-size: 90%;
	width: 80%;
	font-style: italic;
}

p.quotewide
{
	font-size: 90%;
	width: 100%;
	font-style: italic;
}

p.b { font-weight: bold; }

p.copyright
{
	width: 100%;
	font-size: 66%;
	text-align: center;
}

td { color: d0d0d0; }

.footer
{
	position: absolute;
	top: 1400px;                 
}

.leftcol
{
	float: left;
	width: 450px;
	height: 1200px;
}

.rightcol
{
	float: right;
	width: 250px;
	height: 1200px;
}

.leftcoleven
{
	float: left;
	width: 325px;
	height: 1200px;
}

.rightcoleven
{
	float: right;
	width: 325px;
	height: 1200px;
}

.headfoot
{
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	color: #c0c0c0;
	
}

table { color: #000000; }
ul { color: #d0d0d0; }

