#nav{
color:#6ba8af;
}

/* LINKS */

.links_header {
	font-size:18px;
	text-transform:uppercase;
	font-weight: bolder;
	color:#FFFFFF;
	margin:0;
	background-color:#333333;
	background-image:url(../_img/hl_links_bg.jpg);
	background-repeat:repeat-x;
	height:30px;
	width:100%; text-align:center;
}

.links_content{
 background-color:#FFFFFF;
 padding:5px;
 padding-left:0px;
 margin-bottom:15px;
}

#links_box{
 width:300px;
 float:left; 
 margin-left:15px;
 margin-top:10px;
}

.links_content a, #links a:visited {
	font-size: 12px;
	color: #000000;
}
.links_content a:hover {
	color: #666666;

}
.links_content a:active {
	color: #FFFFFF;
}

.links_content a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #000000;
}


