body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: tahoma, Verdana, Arial, Sans-Serif;
	background-color: #ccc;
	color: #666;
	text-align: center;
	}

#header > #homelink > a { 
	font-size: 32px; 
	color: #fff; 
	text-decoration: none; 
	font-weight: bold;
	display: block;
	padding: 5px;
	-moz-opacity: .85;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-khtml-opacity: 0.85;
}
#header > #navigation { background-color: #fff; -moz-opacity: .8; -khtml-opacity: 0.8; filter: alpha(opacity=80); opacity: 0.8; }
#header > #navigation > a { 
	display: block; 
	font-size: 24px;
	line-height: 24px;
	float: left; 
	padding: 8px 12px; 
	color: #999; 
	font-weight: bold; 
	text-decoration: none; 
	border-right: 2px solid #ccc; 
}
#header > #navigation > a:hover { color: #666; }

#content {  }
#menu { text-align: left; }
#menu li { margin: 2px 0px 2px 0px; }
#menu a { font-size: 1.1em; }
#menu > ul > li { margin-bottom: 10px; }


#footer { text-align: center; }
