body {
	background-color: #000;
	font-family:  Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.4;
	width: 750px;
	margin: 0 auto;
	font-size: 0.9em;
}

.topbar{
	height: 2em;
	background-color: #333;
}

.banner{
	width: 450px;
	height: 233px;
	margin: 1em auto;
}

.nav {
	text-align: center;
	color: white;
	margin-bottom: 1.5em;
}

.content{
	padding: 1.5em;
	background-image: url(./images/willow.gif);
	background-color: #fff;
	width: auto;
	}

.sidebar{
	background-image: url(images/side_graphic.gif);
	width: 40px;
}

h2 {
	color: #cc3300;
	font-size: 1.2em;
}

p {
	margin: 1em 0;
}

a:link {
	color: #ff6600;
}

a:visited {
	color: #808080;
}

a:hover, a:active {
	color: #fff;
}

.content a:link {
	color: #0066cc;
}

.content a:hover, .content a:active{
	color: #ff6600;
}

.twinpix {
	text-align: center;
}

table {
	width: 100%;
}

.datatable {
	border: 5px solid #dcdcdc;
	width: auto;
}

.datatable td {
	border: 1px solid #c0c0c0;
	padding: 0.5em;
}

.sponsor_table{
	border: 5px solid #dcdcdc;
	width: auto;
}

.sponsor_table td{
	padding-left: 1em;
	padding-right: 1em;
	vertical-align: top;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
}

.sponsor_ad {
	text-align: right;
}

.footer {
	color: white;
	padding: 0.25em 0;
	text-align: center;
	font-size: 0.8em;
	background-color: #333;
	margin-top: 3em;
}

.validation a:link{
	color: #808080;
}

