*
{
	padding: 0;
	margin: 0;
	border: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	color: #fff;
        font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	text-align: center;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #339933;
}

h2
{
	font-size: 1em;
	margin-bottom: 10px;
	display: block;
	clear: both;
}

#content p /* STANDARD PARAGRAPH STYLE */
{
	
	font-size: 0.8125em;
	margin-bottom: 10px;
	width: 700px;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

/* LIST STYLES *************************/

#main_nav li, #sub_nav li{
	display: block;
	float: left;
}

#main_nav li{
	width: 160px;	
}

.nav_margin{
	margin-right: 20px;
}

/* IMAGE REPLACEMENT FOR NAV *************************/

#publicity{
	background: url('../images/publicity.gif') top left no-repeat;
	display: block;
	width: 160px;
	height: 37px;
	text-indent: -9999px;
}

#donations{
	background: url('../images/donation.gif') top left no-repeat;
	display: block;
	width: 160px;
	height: 37px;
	text-indent: -9999px;
}

#workshops{
	background: url('../images/workshops.gif') top left no-repeat;
	display: block;
	width: 160px;
	height: 37px;
	text-indent: -9999px;
}

#events{
	background: url('../images/event.gif') top left no-repeat;
	display: block;
	width: 160px;
	height: 37px;
	text-indent: -9999px;
}


/* LAYOUT DIVS *************************/

#container
{
	width: 700px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#header
{
	background: url('../images/header.gif') left 10px no-repeat;
	width: 698px;
	height: 207px;
	text-indent: -9999px;
}

#sub_nav{
	text-indent: 0;
}
	#sub_nav a{
		display: block;
		height: 58px;
		text-indent: -9999px;
	}
	
	#nav_supp{
		background: url('../images/supporters.gif') left top no-repeat;
		width: 108px;
	}
	
	#nav_myac{
		background: url('../images/myac.jpg') left top no-repeat;
		width: 61px;
	}
	
	#nav_mast{
		background: url('../images/mastt.gif') left top no-repeat;
		border-left: 1px solid #636363;
		border-right: 1px solid #636363;
		width: 71px;
	}
	
	

#content{
	float: left;
}

#banner{
	margin-bottom: 10px;
}

#main_nav{
	float: left;
	margin-bottom: 10px;
}

#text{
	float: left;
}
#gallery{
	width: 100%;
}

#gallery ul{
	list-style: none;
}

#gallery li{
	display: block;
	float: left;
	height: 65px;

}

#supporters {
	margin-left: -34px;
	width: 769px;
}

#supporters p{
	display: block;
	
}
#supporters ul{
	list-style: none;
}

#supporters li{
	display: block;
	float: left;
}

#supporters-foot{
	background: url('../images/back.jpg') left bottom no-repeat;
	text-align: center;
	float: left;
	padding: 30px;
	font-size: 0.8125em;
	width: 700px;
	height: 540px;
}

#supporters-foot p{
	font-size: 1em;
	font-weight: 700;
}

#supporters-foot ul{
	list-style: none;
	margin-left: -10px;
}

#supporters-foot li{
	margin-bottom: 5px;
}

#tdm{
	margin-left: -65px;
}

#title{
	margin-top: 20px;
}

.padded{
	margin: 0 20px 20px 0;
}


#footer{
	clear: both;
}
	#footer ul{
		list-style: none;
	}
	#footer li{
		display: inline;
		float: left;
	}
	
	.footer_nav{
		margin: 0 60px;
	}
