body { color: #a12d36; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: black; }

p { }

td { }

a:link { }

a:visited { }

a:hover { }

a:active { }

#banner { position: fixed; top: 0; left: 0; width: 815px; height: 112px; z-index: 1; margin: 0; padding: 0; }
#contentMain {
	background-image: url(../images/MainContent_Plain.jpg);
	text-align: justify;
	position: fixed;
	top: 113px;
	left: 0;
	width: 701px;
	height: 513px;
	float: inherit;
	margin-left: 0;
}
#contentFoot { font-size: 12px; font-family: arial; font-weight: bold; background-color: black; background-image: none; text-align: center; position: fixed; top: 626px; left: 0; width: 701px; height: 40px; margin-left: 0; }
#rtSideBr {
	background-image: url(../images/SideBar.jpg);
	background-repeat: no-repeat;
	width: 101px;
	top: 113px;
	position: fixed;
	left: 702px;
	height: 509px;
}

ul.nav { font-weight: bold; text-align: center; position: relative; top: 10px; margin-left: 4px; padding-left: 0; list-style-type: none; }
ul.nav li {padding-bottom: 10px;}
#gal ul {list-style-type: none; margin-left: 8px; padding-left: 0;}
#drp ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 90px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}
#drp ul li {
	position: relative;
	}
#drp li ul {
	position: relative;
	left: 0px; /* Set 1px less than menu width */
	top: 3px;
	display: none;
	}
#drp ul li a { display: block; font-size: 9px; list-style-type: none; text-decoration: none; color: #c0c0c0; background: #000; /* IE6 Bug */
	padding: 5px; border-style: solid solid none; border-width: 1px 1px 0; border-top-color: #ccc; border-right-color: #ccc; border-left-color: #ccc; }
#drp ul li a:hover { color: #E2144A; background: #393939; }
#drp li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
#drp li:hover ul, li.over ul { display: block; } /* The magic */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


