html
{
	background: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#container
{
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#mainarea
{
	background-color: #FFF;
	width: 965px;
	margin: 0px auto 0px auto;
	text-align: left;
	border: 1px solid #75A3D0;
}

#nav
{
	background-color:#DDD;
	width: 955px;
	height: 25px;
	padding: 10px 5px 0px 5px;	
	vertical-align: middle;
}
#nav ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li
{
	float: left;
	font-size: 17px;
	color: #000;
	border-right: 1px solid #DD6633;
	padding: 0px 40px 2px 2px;

}
#nav li:hover
{
	color: #DD6633;
}
#nav li a
{
	color: #000;
	text-decoration: none;
}
#nav li a:hover
{
	color: #DD6633;
	border-bottom: 1px dotted #DD6633;
}
#nav li ul
{
	display: none;
	list-style: circle inside;
}
#nav li:hover ul
{
	display: block;
	position: absolute;
}
#nav li li
{
	border: none;
	padding: 8px 20px 0px 0px;
	margin: 0px;
	font-size: 14px;
}

#nav .active
{
	color: #DD6633;
	cursor: default;
	border-bottom: 1px dotted #DD6633;
}

#nav .shown
{
	display: block;
	position: absolute;
}

#day
{
	float: right;
	color: #DD6633;
	font-size: 12px;
	vertical-align: middle;

}

#theRest
{
	clear: both;
	margin-top: 20px;
	overflow: hidden;
	padding: 0px;
}

#footer
{
	font-size: 11px;
	background-color: #EAEAEA;
}

#footer a
{
	color: #DD6633;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}