﻿body {
	text-align: center;
	background: url('mainbg.gif');
	font-family: Arial; 
	font-size: 8pt;
	margin: 0px;
	color: white;
	background-color: black;
}

#Wrapper {
margin: 0 auto;
  width: 700px;
	border: 1px solid black;
	background-color: black;
	

}

#Header {
	background: url('header.gif');
	height: 352px;}

#Menu {
	float:left;
	width:200px;
	height: auto;
	text-align:left;
}

#Content {
	float:right;
	width:500px;
}

div#maintext {
	width: 472px;
	margin: -70px 36px 0 0;
	text-align: left;
	float: right;
	display: inline;
	}

div#menutext {
	width: 184px;
	margin: -395px 0 0 35px;
	text-align: center;
	float: left;
	display: inline;
}

div#bottom {
	clear: both;
}

table, tr, td {
	font-family: Arial; 
	font-size: 8pt;
	color: #FFFFFF;
}

a:link, a:active, a:visited {
	font-family:georgia;
	font-weight:bold;
	color: #996600; 
	text-decoration:none;
}

a:link.menu, a:active.menu, a:visited.menu {
	font-family: Verdana;
	font-weight:bold;
	color: #996600;
	text-decoration:none;
	margin-left: 5px;
}

a:hover, a:hover.menu {
	font-style:italic;
	color: #cc9933; 
	cursor:crosshair;
}

#Footer {
	clear: both;
	padding: 2px solid blue;
}

h1 {
	font-family: Trebuchet MS; 
	font-weight: bold;
	font-style: italic;
	font-size: 12pt;
	color: #eee;
	margin-right: 5px;
	margin-bottom: 3px;
	border-top:1px dotted #E0DACC;
	border-bottom:1px dotted #E0DACC;
	text-align: center;
}

h2 {
	font-family: Trebuchet MS; 
	font-weight: bold;
	font-size: 12pt;
	color: #eee;
	margin: 30 0 0 0;
	border-top:1px dotted #E0DACC;
	border-bottom:1px dotted #E0DACC;
	text-align: center;
}