/*  firestation festival 2008.  rsilberling  */

html, body, table, td, tr, img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 1em;
}


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #AD2C27;
	text-align: center;
}

a {
	color: #755E4F;
}

	a:focus { 
		color: #3C64B4;
	}

	a:hover{
		color: #2F2A26;
		background-color: white;
	}

	a:active { 
		text-decoration: underline;
		}

a.hilight{
	background-color: yellow;
	font-weight: bold;
}
.left {
		width: 270px;
		float: left;
}
		
.clear{
	clear: both;
}
		
#wrapper {
	background-image: url(images/bgstrip.jpg);
	background-color: white;
	width:800px;
	margin: 0 auto;
	border: 15px solid #1A1F18;
	text-align: left;
}

#masthead {
	width: 800px;
	height:400px;
	margin: 0px 00px 0px 0px;
	padding: 0px 00px 0px 0px;
	border-bottom: 10px solid #191E17;

}

#festivaldate {
	position: absolute;
	top: 370px;
	width: 800px;
	height: 50px;
	text-align: center;
	font-size: 240%;
	color: #e8c100;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* ____ NAVIGATION _____________________  */


/* outer wrapper div for nav stuff */
#nav_wrapper {
	/*background-color: #FEF7E7;*/
	
	float: left;
 	width: 150px;
	padding: 25px 15px 00px 10px;
	margin: 0px;
	color: black;
	
	
}

/*  set on UL */ 
#nav {
	list-style-type: none;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

	#nav li{
		font-size: 85%;
		text-align: left;
		list-style-type: none;
		margin: 10px 0px 0px 00px;
		font-weight: bold;
		text-align: left;
		/*border: 1px solid black;*/
	}

	#nav a.menu {
		color: #736240;
		text-decoration: none;
		/*padding: 0px 0px 0px 10x;*/
		
	}

		#nav a:hover {
		color: #CEAF00;
		/*text-decoration: underline;*/
		border-bottom: 1px dotted #473D30;
	}

	
/*  INDICATE CURRENT PAGE   */
body#home 	  		ul#nav li.home a.menu,
body#history 	  	ul#nav li.history a.menu,
body#sponsors	 	ul#nav li.sponsors a.menu,
body#prizes			ul#nav li.prizes a.menu,
body#contact 	  	ul#nav li.contact a.menu {
   	color: #AD2C27;
		font-size: 120%;
}

#details {
	float: left;
	color: black;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
 	width: 150px;
	padding: 00px 0 0 00px;
	margin: 15px 00px 00px 15px;
	border-top: 3px solid black;
}

#extra {
	float: left;
	color: #5D5D5D;
	/*padding: 40px 0 0 20px;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
}


#footer {
	float: left;
	color: #6F6D65;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	padding: 40px 0 40px 0;
}

/*   CONTENT AREA
--------------------------------------------- */

.homebig {
		font-size: 170%;
		font-weight: bold;
		color: #AD2D2A;
	}

#content h1.homebig {
		font-size: 200%;
		font-style: normal;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #AD2D2A;
		margin-top: -11px;
		border-bottom: 1px solid white;
	}
	
	
#content {
	float: left;
	width: 540px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 140%;
	padding: 0px;
	margin: 25px 20px 00px 50px;

}

	#content img, #extra img {
		margin: 5px;
		border: 5px solid black;
	}
	
	body#sponsors #content img{
		margin: 5px; 
		border: 0;
	}


	#content h1 {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 130%;
		text-align: center;
		color: #AD2D2A;
		padding-bottom: 6px;
		border-bottom: #C3BEB8 1px dotted;
	}
	 
	#content h2 {
		text-align: left;
		color: #AD2D2A;
		padding-top: 5px;
		padding-bottom: 0px;
		font-size: 120%;
	}

