*{
	margin:0;
	padding:0;
}

#header a, #header a:visited, #header a:active{
	text-decoration:none;
	font-family:arial;
	font-size:11px;
	color:#FFF;
}

#header a:hover{
	text-decoration:none;
	font-weight:bold;
	font-family:arial;
	font-size:11px;
	color:#FFF;
	letter-spacing:0.5px;
}

#header img{
	border:none;
	float:left;
	margin-top:6px;
}
	
#header{
	width:100%;
	height:31px;
	background-color:#000;
	background-image:url(/ac/images/bg.jpg);
	background-repeat:repeat-x;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	border-bottom-width:3px;
}

#cont{
	width:950px;
	margin : 0 auto;
	height:28px;
}

#header li{
	float:right;
	padding-left:10px;
	font-family:arial;
	color:#FFF;
	font-size:12px;
	list-style:none;
	margin-top:6px;
}

