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

body
{
	background-color: #000;
	position: relative;
	top:10px;
	font-family: helvetica, verdana, arial, sans-serif;
	}

#container
{
	width: 1000px;
	height: 900px;
	margin: auto;
	background-color: #000;
	position: relative;
			
}


	
#navigation
{
	
	position: relative;
	top: 10px;
	right:30px;
	
}
ul li{
	display: inline;
	margin:28px;
	
}


#content
{
	margin-left: 200px;
	margin-right: 200px;
	padding: 1em;
	font-family: ;
	font-size: 16px;
	color: #FFFF00;
}

#contact_title
{
	position: relative;
	left: 120px;
	top:95px;
}
#donate_title
{
	position: relative;
	left: 350px;
	top:45px;
	width:100px;
	margin-bottom: 10px;
}
#content_text
{
	margin-top:105px;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	font-family: ;
	font-size: 16px;
	color: #FF9900;
	position: relative;
	
	width: 900px;
	top: 150px;
	text-align: justify;
	right:200px;	
}

.authorBottom{
	text-indent: 30px;
}

#fg_donate{position:relative;width:200px;left:600px;top:100px;}
#adjust{position:relative;bottom:200px;}
#footer
{
	clear: both;
	margin: auto;
	padding: 0.5em;
	color: #F00;
	font-family: ;
	font-size: 12px;
	text-align: center;
	position: relative;
	bottom: -300px;
	
}
#footlist1
{
	margin:auto;
	position: relative;
	left: 20px;
	top:300px;
	width: 800px;
	padding-bottom:20px;
}

#footlist3
{
	margin:auto;
	position: relative;
	left: 140px;
	top:300px;
	width: 800px;
	padding-bottom:20px;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 {
	margin: auto;
	position: relative;
	top: 10px;
	right:180px;
	height: 279px;
	width: 900px;
	
}

a:link {
	COLOR: #F00;
}
a:visited {
	COLOR: #F00;
}
a img { border: 1px black solid; }

#google{
	color: #FF9900;
	position:relative;
	right:175px;
}
