html, body {
	color: #000;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	background: #445 bottom right no-repeat;
	padding: 0;
	margin: 0;
}

A		{ text-decoration: none; font-weight: bolder;}
A:link		{ color: #911; background: #fff; text-decoration: underline; } 
A:visited	{ color: #666; background: #fff; text-decoration: none; } 
A:hover 	{ color: #fff; background: #911; text-decoration: underline;}

#header {
	text-align: center;
	}
#nav {
	width: 728px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	background: #fff;
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 100;	
}

#nav li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
	z-index: 1000;
	text-align: center;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	z-index: 1000;	
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the 
containing li, rather than bottom left */
	top: auto;
	left: auto;
	z-index: 1000;	
}

#nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	z-index: 1000;	
}

#box {
	position: relative;
	width: 708px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 10px;
	border: 2px solid #000;
	text-align: left;
	background-color: #fff; 
}

#box ul {
	list-style-image: url('img/black_red_star_small.png');
}

#box li {
	margin-bottom: 8px;
}


#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 220px;
	padding: 1px;
	background: #fff;
	border: 2px solid #000;
	font-size: 10px;
	text-align: center;
}
