html	{
	height:100%;
	padding:0px;
	margin:0px;
	}
#splash {
	padding-top:150px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	}
#t-align {
	text-align:justify;
	}
#content {
	min-height:100%;
	position:relative;
	font-family:Lucida Sans Unicode, Lucida Grande;
	font-size:1.8ex;
	background-position:center;
	}
#top	{
	position:relative;
	top:0px;
	left:0px;
	height:200px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image: url('Images/tile-top.png');
	background-repeat:repeat-x;
	}
#center	{
	position:relative;
	top:0;
	left:0;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#fffaa3;
	}
#bottom	{
	position:absolute;
	width:100%;
	left:0px;
	margin-top:100px;
	bottom:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image: url('Images/footer.png');
	background-repeat:repeat-x;
	}
#header	{
	position:relative;
	height:200px;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('Images/header.png');
	background-repeat:no-repeat;
	}
#left	{
	text-align:left;
	margin-left:5px;
	width:550px;
	word-wrap:break-word;
	margin-right:275px;
	padding-bottom:150px;
	}
#right	{
	text-align:left;
	margin-right:5px;
	position:absolute;
	float:right;
	top:0px;
	left:560px;
	width:185px;
	word-wrap:break-word;
	}
#footer	{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	clear:both; 
	height:100px;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('Images/footer.png');
	background-repeat:no-repeat;
	}
#noind	{
	text-indent:0em;
	}
.rightbar {
	padding-top:2px;
	border:thin dotted #c69c6d;
	display:block;
	}
.leftbar {
	padding-top:2px;
	border:thin dotted #c69c6d;
	display:block;
	}
.odd	{
	background-color:#33140a;
	}
.even	{
	background-color:#603913;
	}
.inv	{
	visibility: hidden;
	}
.column	{
	width:220px;
	padding:20px;
	float:left;
	text-align:justify;
	}
h3, h2	{
	background-repeat:no-repeat;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:25px;
	display:inline;
	}
p	{
	text-indent:25px;
	display:block;
	padding-right:5px;
	padding-left:5px;
	}
body 	{
	height:100%;
	margin:0;
	padding:0 0 0 0;
	border:0;
	background-image: url('Images/fill.png');
	}
ul	{
	left:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	list-style: none;
	width: 164px;
	border-bottom: 1px solid #D6Ac7d;
	}
li	{
	text-align:center;
	display:block;
	background:#33140a;
	width:160px;
	padding:1px;
	border:thin solid #D6Ac7d;
	border-bottom:0px;
	}
li:hover {
	color:black;
	background-color:#805933;
	}
a:link	{
    color : #8eb016;
	}
a:visited {
    color : #FF6f15;
	}
a:hover	{
    color : #FF6f15;
	}
a:active {
    color : #FF6f15;
	}
