/* CSS Document */

BODY 				{ background-color: #336699;}
A:link 				{ color: white }
A:visited 			{ color: #CCCC99 }
A:active 			{ color: #CCCC99 }

img 	 			{ border: 0px solid } 

div.directory		{ position: fixed; }

div.directoryFireworks		{ 
	margin: 0 0 0 3em;
	text-align: center;
}

div.content			{
	margin: 0 7em 0 3em;
	color: #FFFFFF;
}

div.section 		{ 
	margin: 0 0 1em 0;
	padding: 1em;
	background: #336633; 
	border: thin solid #000000
}

div.footer 			{ 
	margin: 1em 7em 0 3em;
}

div.header 			{ width: 100%; height: 200px; text-align: center;}
div.header 			{ margin: 0 0 0 0; position: relative; font-family: arial, helvetica}

h2					{ 
	font-family: Georgia, "Times New Roman", Times, serif;
}
	
