body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

hr {
	margin:10px;
	color:#FFCC00;
	}
	
#logo {
	background-color: #000000;
	background-image: url(images/logo.jpg);
	height: 130px;
	width: 100%;
	top: 0px;
	right: 0px;
	left: 0px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFCC33;
}


#logo h1 {
	position:relative;
	top: 70px;
	text-indent: 60px;
	font-size: 1.25em;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	border: none;
	background-color: #000000;
}

#logo a {
	color: #FFCC33;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	 }
	 
#logo a:hover {
    text-decoration:none;
	color: #FFFF66;
	}
	
#alt {
	visibility: hidden;
}


#nav {
	position: absolute;
	top: 130px;
	left:0px;
	width: 175px;
	height: 100%;
	background-color: #000000;
}

#nav p, #nav a {
	margin: 10px;
	color: #FFCC33;
}

#nav a:hover {
    text-decoration:none;
	color: #FFFF66;
	}
	
#content {
	position: absolute;
	top: 140px;
	left:180px;
}

h1 {
	font-size: 1.35em
	}

h2 {
	font-size: 1.25em
	}
	
h3 {
	font-size: 1.15em
	}
	
.blackgold td {
	border-right:#FFFF00 solid medium;
	border-left:#000000 solid medium;
	border-top:#000000 solid medium;
	border-bottom:#FFFF00 solid medium;
	}