/* -----------------  general styles  -------------------------------------------------------*/

a { color:#999999; text-decoration: underline;background:none; }
a:hover { color:#CCCCCC; background:none; text-decoration:underline; }
ul { margin: 0; padding : 0; list-style : none; }
#menu {
	padding:0;
	text-align:center;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
#menu li { display:inline; }
#menu li a {
	color:#999999;
	text-decoration:none;
	height:20px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
#menu li a:hover { color:#CCCCCC;} 
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
	margin-top: 10px;
	background-color: #2A2A2A;
	height: 50px;
	line-height: 1em;
	padding: 5px;
}
