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


body {
	margin-top: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	line-height: 20px;
	color: #000;
	background-color: #000;
}
body p {
	text-align: left;
	color: #CCC;
}

a	{
	outline:none;
	color: #0F0;
	text-decoration: none;
}

a:link {
	color: #0F0;
	text-decoration: none;
}
a:visited {
	color: #0F0;
	text-decoration: none;
}
a:hover {
	color: #0F0;
	text-decoration: underline;
}
a:active {
	color: #0F0;
	text-decoration: underline;
}


#container {
	width: 960px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
	color: #CCC;
}
#Header {
	background-color: #000;
}
#content {
	background-color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 0px;
	text-align: center;
	width: 775px;
	float: right;
}

#blurbcontent {
	height: 3200px;
	background-color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 0px;
	text-align: center;
	width: 775px;
	float: right;
	
}

#scroll {
	background-color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 0px;
}


#wrapper {
	background-color: #000;
}

#nav {
	width: 160px;
	float: left;
	background-color: #000;
	color: #CCC;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#side-content {
	background-color: #000;
}

#footer {
	clear: both;
	height: 100px;
	background-color: #000;
	padding-top: 10px;
	color: #0F0;
}
#footer p {
	text-align: center;
	color: #CCC;
}
#footer ul li {
	display: inline;
	list-style-type: none;
}
