﻿body
{
	margin: 0;
	height: 100%;
	
	background-color: #c7b890;
	
	font-family: Garamond, Trebuchet MS, Sans-Serif;
	font-size: 1em;
}
div#main
{
	width: 820px;
	position: absolute;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 auto;
	z-index: 100;
	border-right: 1px solid #000;
	background: #ccb67a;
}
div#top
{
	/*background: #fff;*/
	background: #ccb67a;
	/*border-bottom: 1px solid #000;*/
	padding: 0;
	margin: 0;
	margin-right: 10px;
}
div#left
{
	float: left;
	width: 550px;
	padding-left: 7px;
}
div#right
{
	float: right;
	width: 200px;
	position: static;
}
div#body
{
	margin: 10px 10px;
	position: static;
}
div.box
{
	border: 1px solid #000;
	margin-top: 5px;
	padding: 2px;
	background: #fff;
}

.smallText
{
	font-size: .9em;
}
h1
{
	margin: 0;
	font-size: 3em;
	font-family: Blackadder ITC, Trebuchet MS;
}
div#nav
{
	margin: 0;
	padding: 0;
}

div#nav ul
{
	list-style-type: none;
}
div#nav ul li
{
	display: list-item;
}
div#nav ul li a
{
	color: #000;
	text-decoration: none;
}
div#nav ul li a img
{
	border: 0;
}
input, textarea
{
	font-family: Trebuchet MS;
	font-size: 1em;
}
.centerTable tr td
{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px;
}