﻿body
{
	background-image: url('images/burlap.jpg');
	font-family: Verdana;
	color: #FFFF00;
}

table
{
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0px;
	table-layout: fixed;
}

td
{
	vertical-align: top;
	text-align: left;
}

#footer
{
	font-family: fixedsys;
	font-size: .6em;
	color: #FFFF99;
	background-color: #333333;
	text-align: center;
}

#banner
{
	position: relative;
	height: auto;
	width: 900px;
	height: 150px;
	background-image: url('images/topper.jpg');
	background-color: #333333;
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: bottom;
}

#contentcell
{
	padding: 24px;
	margin: 0px;
	
	font-family: verdana;
	font-size: 1em;
	color: #996633;
}

#maintable
{
	background-image: url('images/transparent75.png');
}

#mainpanel
{
	padding: 12px;
	margin: 3px;
}
#menucell{
	width:200px;
}

#menudiv
{
	background-repeat: repeat-y;
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	font-size: .9em;
	font-weight: bold;
	width: 200px;
	height: 100%;
	background-image: url('images/menubacker.png');
}

h1, h2, h3
{
	font-family: verdana;
	font-weight: bold;
	color: #663300;
}

h1
{
	font-size: 1.5em;
	height: 29px;
	width: 691px;
}
h2
{
	font-size: 1.35em;
}
h3
{
	font-size: 1.2em;
}

a
{
	font-size: .8em;
	font-weight: bold;
	color: #663300;
}

a.menu
{
	color: #FFFF00;
}
