@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;
}

#main header {
	background-color: #000;
	padding: 0px;
	background-image: url(images/header-fade.gif);
	height: 349px;
	width: 960px;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;
}

#Header {
	background-color: #000;
}
#content {
	background-color: #000;
	width: 910px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	clear: right;
}

#content2 {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#content3 {
	float: right;
	width: 690px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: -10px;


}



#scroll {
	background-color: #000;
	padding: 0px;
}


#wrapper {
	background-color: #000;
}

#nav {
	width: 175px;
	background-color: #000;
	color: #CCC;
	height: 260px;
	float: left;
	padding-left: 20px;
}
#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;
}

h2 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D4CCC9;
}

h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D4CCC9;
	font-style: italic;
}
