
#header {
	height:172px;
	background-image:url(../images/bg-header.jpg);
	background-repeat:repeat-x;
	}
	
#nav {
	height:31px;
	background-image:url(../images/bg-nav.jpg);
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px;

}

#nav a{
	padding-left:5px !important;
	padding-right:5px !important;
}

#nav a:link {
	color:#3b7792;
	text-decoration:none;
}

#nav a:visited {
	color:#3b7792;
	text-decoration:none;
}

#nav a:hover {
	color:#000000;
	text-decoration:none;
}

#nav a:active {
	color:#003399;
	text-decoration:none;
}


