html, body
{
	background-color: black; 
	margin: 0px;	
	

	

}

#head
{
	text-align: center;
	height: 100px;
	min-width: 547px;	
}

#head img
{
	margin-left: 203;
	text-align: center;
	
}

#nav
{
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	float: left;
	width: 203px;
	
}

#nav ul
{
	list-style: none;
	margin: 0;
	margin-left: 15px;
	margin-top: 15px;
}

#nav li
{
	background: url(../images/redblackbutton.jpg) top right no-repeat;
	margin: 5;
	padding: 0;
	
	margin-bottom: 5px;
}

#nav a
{
	
	display: block;
	text-decoration: none;
	text-align: center;
	height: 50px;
	line-height: 48px;
	font-family: Goudy Old Style;
	font-size: 11pt;
	font-weight: 800;
	color: silver;
}



#nav a:hover
{
	color: #3333cc;
}

#content
{
	padding: 10px;
	margin-left: 203px;
	padding-left: 20px;
	padding-right: 20px;
	color: silver;
	min-height: 350px;
	min-width: 570px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

#contentnomenu
{
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: silver;
	min-height: 350px;
	min-width: 570px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}


#foot
{
	
	height: 40px;
	clear: both;
	text-align: center;
	color: white;
	font-style: italic;
	line-height: 40px;
	margin-left: 203px;
}

h1
{				
	font-size: 18px;
	color: silver;
	font-size: 14pt;
	margin: 0;
	margin-bottom: 5px;
}

h2
{
	color: #3333cc;
	font-size: 12pt;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

h3
{
	font-size: 1.1em;	
	clear: both;
}

h4
{
	font-size: 1.0em;
	font-weight: 400;
	font-style: italic;
	clear: both;
}



p
{
	color: silver;
	margin: 0;
	margin-bottom: 15px;
}

td
{
	text-align: right;
}

#content img
{
	margin-right: 10px;
	margin-left: 10px;
}