body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}
#main {
	width: 900px;
	text-align: left;
	background-image: url(pbg1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 629px;
}
#main #cintent {
	width: 650px;
	padding: 10px;
}
#title {
	position: absolute;
	top: 169px;
	left: 496px;
	width: 400px;
	text-align: right;
}
#src {
	padding: 20px;
}
#top {
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	height: 186px;
	width: 900px;
}




#nav {
	position: relative;
	padding-top: 130px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#nav ul {
	margin: 0;
	list-style: none;
	padding: 0;
	}
#nav ul li {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;
	}
#nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border: 2px none #7D97B2;
	}

* html #nav ul li { width: 1%; }
* html #nav ul li a {
	height: 1%;
	}
	
#nav ul li a:hover, a#current {
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #0056A2;
	border-bottom-color: #0079C1;
	border-left-color: #0056A2;
	}
h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0079BF;
}
	
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #0079C0;
	text-decoration: underline;
}