@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #1c1618;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColElsCtr #container {
	width: 46em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #1c1618;
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #1c1618;
	margin: 0 auto;
}
#navcontainer
{
font-family: Arial,Sans-Serif;
margin: 0 auto;
width: 70%;
border-bottom: 1px solid #ddd;
}

#navlist
{
width: 100%;
text-align: center;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
	padding: 0;
	margin: 0;
	text-indent: 0;
	display: inline;
	color: #e2e2e2;
}

#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #e2e2e2;
font-size: 1em;
padding: 0 2px;

}

#navlist li a:hover,#navlist a#current
{
color: #ffffff;
border-top: none;
font-size: 1.5em;
}

#navlist a#current 
{ 
color: #ffffff; font-style:bold; 
}

