*								{ margin: 0; padding: 0; }
body							{ font-family: "Lucida Grande", Arial, Sans-Serif; background: #a71930; }
 
a								{ text-decoration: none; outline: none; }
a img							{ border: none; }
 
h2								{ font-family: Georgia, Serif; font-size: 36px; text-align: center; 
								  font-weight: normal;
								   }
 
#page-wrap						{  width: 960px; margin: 0 auto; 
								  padding: 12px 0; }
								  
#page-foot {
								text-align: center; 
								width: 960px;
								height: 100px;
								background-image: url(images/foot.JPG); 
}					  
 
#header {
	color: #FFD700; 
	background: #ffffff;
	font: 28px Helvetica; 
	text-aling: center; 
	margin: auto auto; 
	top: 0px; 
}

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: absolute; margin: 12px 0px; background : #ffffff; position: 0px 0px; }
ul.dropdown li                      { font-size: 14px; font-weight: bold; float: left; zoom: 1; background: #a71930; list-style-type: none}
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #FFD700; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333;
	 								  color: #ffffff; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #FFD700; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }
 
 
/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left:0; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ color: #000000; border-right: none; width: 100%; display: inline-block; } 
 
/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
 
#footer {
	clear: left;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	color: #FFD700; 
	font: 12px; 
	text-align: center; 
	top: 0px; 
}
 
#footer ul {
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	list-style-type: none;
	text-align: center; 
	align: center; 
}
 
#footer ul li {
	display:inline;
	align: center; 
	text-align: center; 
}
 
#footer ul li a {
	color : white;
	text-align: center; 
}
 
#footer ul li a:hover {
	color : black;
	background: #FFD700; 
	text-align: center; 
}