﻿html
{
	height: 100%;
}
body
{
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	background-image: url(wsbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, Verdana;
	font-size: 13px;
}
#outerMain
{
	width: 1000px;
	height: 100%;
	background-color: #ffeec4;
	background-image: url(header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: left;
}
#topMenuPlaceholder
{
	margin: 0px 0px 0px 0px;
	padding: 244px 0px 0px 0px;
}
#topMenu
{
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #000000;
	letter-spacing: 2px;
	word-spacing: 4px;
	padding: 8px 0px 20px 0px;
}
#topMenu ul
{
	list-style: none;
	display: block;
}
#topMenu li
{
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#topMenu A
{
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
}
#topMenu A:hover
{
	color: #ffff00;
	text-decoration: none;
}
#mainPlaceholder
{
	margin: 0px 0px 0px 0px;
	padding: 15px 44px 10px 44px;
	width: 884px;
	text-align: left;
	min-height: 200px;
}
#main
{
	text-align: left;
	width: 100%;
}
#footerPlaceholder
{
}
#footer
{
	margin: 10px 0px 0px 0px;
	padding: 14px 0px 14px 0px;
	width: 100%;
	text-align: center;
	border-top: solid 1px #552200;
	background-color: #a06010;
	color: #502000;
	font-size: 11px;
	letter-spacing: 3px;
	word-spacing: 8px;
}
#footer a
{
	color: Black;
}
h1, h2, h3
{
	font-family: Arial;
	color: #552200;
	font-weight: normal;
	border-bottom: solid 1px #552200;
	text-align: left;
}
form, p, table
{
	text-align: left;
}
a
{
	color: #000020;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
