﻿body
{
	font-family: Arial, Helvetica, sans-serif;
}
tt, pre, code
{
	font-family: 'Courier New' , Courier, monospace;
	font-size: smaller;
}
pre
{
	left: 1em;
}
ul
{
	list-style-type: square;
}
.hide
{
	display: none;
}
#container
{
	background-image: url( 'background.png' );
	margin: 10px auto 10px auto;
	background-repeat: repeat-y;
	width: 100%;
	background-color: #FFFFFF;
	color: #000000;
}
#top
{
	background-image: url( 'header.png' );
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 90px;
}
#topleft
{
    width: 180px;
    height: 90px;
}
#header
{
}
#leftnav
{
	float: left;
	padding: 10px;
	width: 180px;
}
#rightnav
{
	float: right;
	width: 160px;
}
#content
{
	margin-left: 200px;
	margin-right: 160px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#bot
{
	padding: 10px;
	background-image: url( 'background1.png' );
	clear: both;
}
#footer
{
	padding-left: 200px;
}
#content h3
{
	margin: 0 0 0.5em 0;
}
