/* BEGIN TAG RESET: This is all reset CSS. It removes native formatting from these tags */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	list-style: none;
	padding:0;
	list-style-type:none;
	}
	
/* END TAG RESET */


body {
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	color:#2b2b2b;
	font-size: 10px;
	line-height:150%;
	background: #000;
	
	}
	
#container { margin: 0 auto; width: 800px; background-color:#000; color: #fff; } /*background-color:#681414;*/
#logo {position: relative; padding: 10px; height: 103px; background: url(logo-fade2.png) no-repeat right;  background-color: #000;}
#header { position: relative; background-color: #200; padding: 10px; height:30px;}
#content { clear: left; float: left; padding: 10px;  }
#content h1 {font-size: 200%;
		font-family: Times, Garamond, Arial, serif;
		/*color:#ff5533;*/
		padding: 10px;
		}
#content h2 {font-size: 150%;
		
		font-family: Garamond, Helvetica, Arial, serif;
		padding: 10px;
		}
#content img{float: left; padding: 10px; margin-bottom: 100px;}
	
	
	
#footer
{
	clear: both;
	background: #200;
	text-align: center;
	padding: 10px;
	height: 1%;
	color: #d00;
}

/* MENU */

.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:135px; }
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; width:156px;position:relative; text-align: center;}
/* style the links for the top level */
.menu a, .menu a:visited { display:block;text-decoration:none; color:#ddd; background:#aa4400; padding: 4px 8px; border-right:1px solid #FFF;}
.menu li:last-child a { border-right: none; }

