body {
	font: 10pt arial, helvetica, serif;
	margin: 40px 100px;
	background-color:#ccc;
	background-image:url(images/bg.jpg);
	color:#666666;
}
/*#0aa*/
#wrapper {
	background-color:#fff;
	padding: 10px;
	border: 3px solid #aaa;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav {
	width: 100%;
	background-color: #ddd;   /*#ffc;*/
	border-bottom: 1px solid #077;
}

#nav a {
	display: block;
	width: 8em;
	text-decoration: none;
	/*border-bottom: 1px solid #077;*/
	border-right: 1px solid #077;
	color: #077;
	margin: 4px;
	text-align: right;
	padding-right: 3px;
}

#nav a:hover {
	color: orange;
}



#nav li { /* all list items */
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
	background-color: #ddd; /*#ffc;*/
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #ffc;
	width: 8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #333;
	margin: 20px 0;
	background-color: #fff;
}

#footer {
	font-size: 10px;
	border-top: 1px solid #007;
	padding: 5px 0px 0px 0px;
	margin-top: 25px;
	background-color: #fff;
}
