#header {
	height: 94px;
	min-width: 744px;
	background-color: #000000;
	background-image: none;
	
}
#header h1 {
	margin: 0;
	width: 744px;
	
}
.em {
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #fff;
	text-decoration: none;
}
body {
	background-color: #000000;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-size: 9px;
}
table {
}
#footer {
	clear: both;
	background-color: #000000;
	font-size: 9px;
	padding: 8px;
	min-width: 728px;
	background-image: none;
	
}
#footer p {
	margin: 0;
	width: 728px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;	
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;


}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #000;
text-decoration: none;
}

#navlist a:hover
{
	color: #FF0000;
	background-color: #000;
	text-decoration: none;
}

