body {
	background-color: #000000;
	margin: 0;
	padding: 10px;
}


a:link {
	text-decoration: none;
	color: #D2A116;
}

a:visited {
	text-decoration: none;
	color: rgb(236,196,74);
}

a:hover {
	text-decoration: none;
	color: rgb(236,196,74);
}
	
#homepage {
	font-family: Arial;
	text-align: center;
	color: #FFFFFF;
}

#homepage h1{
	margin-top: 0px;
	text-align: center;
	font-family: Arial;
	font-size: 28px;
	color: #FFFFFF;
}

#content {
	margin-left: 300px;
	margin-right: 25px;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
}

#content a{
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #D2A116;
}

#content a:hover{
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: rgb(236,196,74);
}

#content h1{
	margin-top: 0px;
	text-align: center;
	font-family: Arial;
	font-size: 24px;
	color: #000000;
}

#content h2{
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
}


#content h2 a{
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
}

#content h2 a:hover{
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: rgb(236,196,74);
}


#pic{
	margin-right: 10px;
	margin-top: -335px;
	padding: 10px;
}

#pic_about{
	margin-right: 10px;
	margin-top: -400px;
	padding: 10px;
}

#pic_events{
	margin-right: 10px;
	margin-top: -100px;
	padding: 10px;
}

#pic_contact{
	margin-right: 10px;
	margin-top: -357px;
	padding: 10px;
}

#pic_press{
	margin-right: 10px;
	margin-top: -295px;
	padding: 10px;
}

#pic_contributors{
	margin-right: 10px;
	margin-top: -462px;
	padding: 10px;
}

#pic_donate{
	margin-right: 10px;
	margin-top: -250px;
	padding: 10px;
}

.bottom_nav {	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footer {
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial;
}



/* * * * * * * * * * * * * * * * * * * * * * 
 HTML STYLES (See also Form styles)
* * * * * * * * * * * * * * * * * * * * * */

img {
	border: 0;
}

/* NOTE: Set heading properties in individual sections to avoid inheritance issues! */

/* * * * * * * * * * * * * * * * * * * * * * 
 LAYOUT DIV STYLES (Shadows)
* * * * * * * * * * * * * * * * * * * * * */
div#whiteBgBox {
	width: 750px;
	margin: 0 auto;
	padding: 0px 10px 0 10px;
	background: #000000;
	border: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * 
 mainLayoutTable STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div#topNavCell {
	padding: 3px 0px 0px 0px;
	padding-right: 85px;
	padding-left: 85px;
}/* See also topNavCell styles below */

/* * * * * * * * * * * * * * * * * * * * * * 
headerCell STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div#headerBorderBox {
	width: 750px;
	font-size: 14px;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 5px;
	margin-top: -5px;
	border-top: 3px solid #000000;
	background-color: #FFFFFF;
}	











