body { 
	font-size: 12px;
	background-color: #000;
	color: #F0F0F0;
	overflow-y: scroll;
	font-family: Verdana, sans-serif;}

a:link {
	color: #ff5555;
	text-decoration: none;
	font-weight: bold;}
	
a:visited {
	color: #ff5555;
	text-decoration: none;
	font-weight: bold; }

a:hover {
	text-shadow: 0px 0px 15px white;
	color: gold;
	text-decoration: none;}

#main-container {
	padding-top: 0px;	
	padding-bottom: 10px;
	margin: 0em auto;
	width: auto;
	min-width: 900px;
	max-width: 65em;}

h1.main{
	margin-bottom: 0;	
	height: auto;
	height: 165px;
	width: 900px;
	font-size: 165%;
	text-align: center;
	vertical-align:middle;
	color: gold;
	background-image: url(../Banner_1.png);
	background-repeat: no-repeat;
	background-position: center center;}

h1.main span {
	display: none;
}

/* TEXT DEFINITIONS */
#content-container {
	padding: 1% 1% 3% 1%;
	border-bottom: solid 1px gold;}

#image-container {
	border: solid 1px #333;
	/*width: 358px;
	height: 327px;
        width: 212px;
        height:212px;*/
	margin: 15px;
	float: left; }

#text-container {
	min-height: 350px;
	font-size: 1.2em;
	padding: 1% 1% 0 1%; }

#text-container p {
	padding-left:20px;
	/*line-height:1em;*/
        line-height:1.3em;
        text-indent:0; }

#text-container h3 {
	color: gold;
	text-shadow: gold 0px 0px 3px;}

#text-container h3 a:hover {
	color: gold;
	text-shadow: gold 0px 0px 3px;}

#upcoming {
	margin: 2% 2% 2% 20px;
	padding: 2%;
	border: solid 1px gold;}

#upcoming p{
	line-height:1em;
	padding-left:0px;}
	
#upcoming h4 {
	font-family: serif;
	color: gold;
	text-shadow: gold 0px 0px 5px;}

#comment {
	clear: both;
	font-size: 75%;
	text-align: center;
	padding-left: 19%;
	padding-right: 19%;
}

#footer {
	clear: both;
	font-size: 85%;
	text-align: center;
	padding: 2%; }

/* MENU DEFINITIONS */
#menu{
	text-shadow: white 0px 0px 10px;
	width: 912px;
	border:none;
	border:0px;
	padding:0px;
	font: serif;
	font-size:10pt;
	font-weight:bold;
	overflow:hidden;
	background-color: #222;
	}

#menu ul{
	height:30px;
	width: 90%;
	list-style:none;
	margin:auto;
	padding:0;}
	
#menu li{
	float:left;
	padding:0px;}

#menu li a{
	background-color: #222;
	color: #F0F0F0;
	display:block;
	font-weight:normal;
	line-height:30px;
	margin:0px;
	padding:0px 15px;
	text-align:center;
	text-decoration:none;}
	
#menu li a:hover, #menu ul li:hover a{
	background-color: #444;
	text-shadow: gold 0px 0px 8px, white 0px 0px 10px;
	color:gold;
	text-decoration:none;}
	
#menu li a.active{
	background-color: #333;
	text-shadow: gold 0px 0px 8px, white 0px 0px 10px;
	color:gold;
	text-decoration:none;}

#menu li ul{
	background:#444;
	display:none;
	height:auto;
	padding:5px;
	margin:0px;
	border:0px;
	position:absolute;
	width:240px;
	z-index:200;
	/*top:1em;
	left:0;*/}

#menu li:hover ul{
	display:block;}

#menu li li {
	height:25px;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:240px;}
	
#menu li:hover li a{
	background:none;}
	
#menu li ul a{
	background:#444;
	display:block;
	font-size:8pt;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;}

#menu li ul a:hover, #menu li ul li:hover a{
	background:#444;
	text-shadow: gold 0px 0px 8px, white 0px 0px 10px;
	border:0px;
	color:white;
	text-decoration:none;}
			
#menu p{
	clear:left;}	

.quote {
	font-style:italic;
	color:#EEE;
}