@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	background-repeat: repeat;
}



#wrapper {
	height: auto;
	width: 940px;
	position: relative;
	margin: auto;
}

#nav {
	height: auto;
	width: 940px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#nav2 {
	height: auto;
	width: 940px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
#copywrite {
	height: 75px;
	width: 220px;
	position: relative;
	margin: auto;
}

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	position: relative;
	text-decoration: none;
	width: 260px;
	font-weight: normal;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000;
	position: relative;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	position: relative;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

