body.background
{
background-color: gray;
}

div#container
{
margin: 0 auto;
width: 700px;
font-family: Arial, Helvetica, sans-serif;
background-color: white;
}

div#tablecontainer
{
width: 900px;
margin: 0 auto;
}

h1
{
text-indent: -9999px;
width:700px;
height:262px;
background-image: url("header.png");
}

p#tagline
{
margin-top: -15px;
color: #009900;
font-style: italic;
font-size: 30px;
text-align: center;
}

div#columnleft
{
float: left;
width: 300px;
}

#columnleft ul
{
margin-left: 0px;
}

#columnleft ul li
{
margin-left: 1.5em;
}

div#columnright
{
float: right;
width: 30px;
}

p.columnheader
{
color:red;
text-align: center;
font-weight: bold;
}

div#columnright
{
float: right;
width: 350px;
}


#hor-minimalist
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	background: #fff;
	margin: 0 auto;
	width: 700px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist th
{
	font-size: 16px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}

a img
{
border: none;
}

p.footer
{
padding: 10px 0px 10px 10px;
font-size:12px;
}