@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	text-align: center;
	margin-top: 80px;
}
p {
	color: #fff;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
a:link, a:visited {
	color: #fff;
}
a:hover {
	color: #ccc;
}
div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: left;
}
#nav a:link, #nav a:visited {
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 20px 0 0 20px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}
	
#nav a:hover {
	color: #4d4d4d;
	text-decoration: none;
}
#navCurrent a:link, #navCurrent a:visited, #navCurrent a:hover {
	background-image: url(images/navTop.gif);
	background-repeat: no-repeat;
	background-position: center 0;
	
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	margin: 20px 0 0 20px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	padding: 5px; /*pushes top arrow (navTop.gif) up a bit*/
}

#nav ul {
	padding-top: 35px;
}
#nav li
{
display: inline;
list-style-type: none;
padding-left: 15px;


}


