@charset "utf-8";
body {
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 2px;
}
#wrapper {
	position: relative;
	background-image: url(../images/content-blu.png);
	background-repeat: repeat-x;
	width: 800px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 4px solid #FFF;
	background-color: #668CBB;
	z-index: 100;
}
#header {
	height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	width: 100%;
	padding: 0px;
	background-image: url(../images/header-blu.jpg);
	background-repeat: no-repeat;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#top {
	position: relative;
	width: 500px;
	top: 0px;
	right: 150px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
#nav {
	font-size: 13px;
	background-image:url(../images/nav2.jpg);
	background-repeat:no-repeat;
	width: 100%;
	height:30px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	color: #EEE;
	z-index: 500;
}
#jumpMenu {
	font-size: 11px;
	font-weight: bold;
	color: #00C;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 5px;
	margin-top: -2px;
	position: absolute;
	left: 675px;
	top: 133px;
	right: 10px;
}


#good {
	position: absolute;
	width: 110px;
	top: 10px;
	right: 5px;
	left: 675px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: 737373;
}
#wrapper p {
	margin: 2px;
	padding: 2px;
}
#text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-top: 10px;
	width: 580px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: auto;
	margin-left: auto;
}

#nav ul {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15;
	margin-left: auto;
	padding-bottom: 15px;
	padding-left: 35px;
	background-image:url(../images/nav2.jpg);
	background-repeat:repeat-x;
	background-color: #000;
	z-index: 1000;
}
#nav li {
	text-align: left;
	float:left;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 30px;
	padding-left: 7px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
}
#nav li:hover {
	color:#C00;
}
a {
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration:none;
}
a:visited {
	color: #FFF;
	text-decoration:none;
}
a:hover {
	color: #900;
	text-decoration:none;
}
a:active {
	color: #900;
	text-decoration:none;
}
.cf {
	clear: both;
}
.cf {
	clear: both;
}
