/* Top Elements */
* { margin: 0 auto; padding: 0; }

body {
	background:#FFFFFF;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;

}

/* links */
a {
color:#CC0000;
font-weight: bold;
letter-spacing: 1px;
text-decoration: none;
} 

a:visited {
	text-decoration: none;
	background: inherit;
}
a:hover {
	color:#0000CC;
	background: inherit;
	border:medium
}
/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0;
	background: url(images/menu4.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
	
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display:marker
	float: left;
	padding: 5px 7px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
		color: #333;
}
#footer {
	color: #666666;
	clear: both;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }