html{ background-color: #111111; }


body
{
	font-family: "Copperplate", serif;http://us.1.p.webhosting.yahoo.com/filemanager/advancededitor
	font-weight: normal;
	font-size: 1px;
	font-style: normal;
}

@font-face {
    font-family: "Century Gothic";
    src: url("GOTHIC.TTF");
	format("truetype");
}

@font-face {
    font-family: "Copperplate";
    src: url("GARA.TTF");
	format("truetype");

}

a:link { text-decoration: underline; color: Silver; }
a:hover { text-decoration: none; color: Silver; }
a:visit { text-decoration: none; color: White; }

img#TopBarLogo 
{
	position:absolute;
	top: 20px;
	left:20px;	
	border:0px;
	background-color:Transparent;
}

img#ImageOnDisplay
{
	position:relative;
	left:300px;
	top:19px;
}

body div.TopNav 
{
	text-align:left;
	text-indent:30%;
	word-spacing: 50px;
	border:0px;
	height:50px;
	width:800px;
	position:static;
	top:35px;
	left:10%;
	background-color: #111111;
}


body div.LeftInfo
{
	padding-left:2%;
	position:absolute;
	top:230px;
	left:10px;
	width:250px;
	height:290px;
	background-color: White;
	font-family: "Copperplate", serif;
	font-weight: normal;
	font-size: 18px;
	font-style:normal;
}



body div.LeftNav
{
	word-spacing: 1em;
	padding-left:0%;
	position:absolute;
	top:167px;
	left:40px;
	width:96px;
	height:378px;
	background-color: White;
	overflow:auto;
}

body div.Content
{
	position:static;
	top:115px;
	left:10%;
	right:10%;
	height:505px;
	width:800px;
	background-color: White;
}

H1{ 
	font-family: "Copperplate";
	font-weight: normal;
	font-size: 20px;
        color: White;
	font-style: normal;

}

H2{
	font-family: "Garamond", serif;
	font-weight: bold;
        color: White;
	font-size: 18px;
	font-style: normal;
	text-align:center;
	padding-top:1em;
	padding-left:15em;
}