@charset "UTF-8";
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(Images/headerII.png);
}
#nav {
	float: left;
	width: 160px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-variant: normal;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	list-style-type: none;
	margin-bottom: 3px;
}
#nav ul li a:link {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	display: block;
	padding: 8px;
}
#nav ul li a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}
#nav ul li a:hover {
	color: #6A6A6A;
	text-decoration: none;
	background-color: #FFF;
}
#content {
	float: left;
	width: 520px;
	font-family: Verdana, Geneva, sans-serif;
}
#content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	margin-top: 0px;
	text-align: left;
}

#content a:link {
	text-decoration: none;
	color: #666;
}
#content a:visited {
	color: #666;
	text-decoration: none;
}
#content a:hover {
	color: #F00;
	text-decoration: none;
}
#content h6 {
	margin-bottom: 0px;
}
#nav_right {
	float: right;
	width: 180px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#nav_right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}
#nav_right ul li {
	list-style-type: none;
	margin-bottom: 3px;
}
#nav_right ul li a:link {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	background-color: #000;
	padding: 8px;
}
#nav_right ul li a:visited {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	background-color: #000;
	padding: 8px;
}
#nav_right ul li a:hover {
	color: #6A6A6A;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	background-color: #FFF;
	padding: 8px;
}
body {
	margin-top: 0px;
}
