@charset "utf-8";
#TopHolder {
	position:relative;
	left:15px;
	top:1px;
	width:650px;
	height:246px;
	z-index:1;
	background-color: #660000;
}
#PicHolder {
	position:relative;
	left:5px;
	top:5px;
	width:640px;
	height:192px;
	z-index:2;
}
#Navigation {
	position:relative;
	left:5px;
	top:12px;
	width:640px;
	height:31px;
	z-index:3;
	color: #FFFFFF;
}
#links a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
#links a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	color: #660000;
}
#links {
	text-align: center;
}



.nav_s {
	background-image: url(../img/Nav/nav_s.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.nav_c {
	background-image: url(../img/Nav/nav_c.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.nav_d {
	background-image: url(../img/Nav/nav_d.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
