	
body {
	background-image: url(images/vinebg_green.gif);
	font-family:  "Georgia", "Palatino", "Times New Roman", "New York", serif;
	font-size: 1em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.class {
	
}

a {
	color: #6B7F75;
}

	a:focus { 
		color: #3C64B4;
	}

	a:hover{
		background: #E1EFDC;
		color: black;
	}

	a:active { 
		text-decoration: underline;
		}


#wrapper {
	background-image: url(images/bg_band.gif);
	background-color: white;
	width: 806px;
	height: 100%;
/*	border: 1px solid white;*/
	margin-left: 0px;
}
	
	

#masthead {
	background-image: url(images/masthead03.jpg);
	background-repeat: no-repeat;
	width: 700px;
	height:168px;
	margin: 0px 0px 15px 53px;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid red;*/
}


/* ____ NAVIGATION _____________________  */

#leftnav {
	/*border: 1px solid red;*/
	float: left;
 	width: 200px;
	padding: 0px 0px 0px 52px;
	margin-left: 0px;  /* distance from left edge */
	/*border: 1px solid blue;*/
	border-right: 1px solid #DDD3C5;

}

#leftbox {
	font-size: 75%;	
	line-height: 150%;
	margin: 15px 15px 15px 15px;
	color: #7B7359;
}

#navbox {
	/*background-color: #FEF7E7;*/
	
	float: left;
 	width: 185px;
	padding: 0px 0px 00px 8px;
	margin-bottom: 20px;
	color: black;
	
}

/*  set on UL */ 
#nav {
	list-style-type: none;
	/*padding: 5px 0px 0px 0px;*/
	/*border: 1px solid orange;*/
	margin: 0px 0px 0px 0px;
}

#nav li{
	font-size: 90%;
	text-align: left;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 5px;
	font-weight:bold;
	text-align: center;
	font-style: italic;
}

	#nav a {
		font-style: italic;	
		color: #47706C;
		text-decoration: none;
		font-weight: normal;
		padding: 0px 10px 0px 10px;
		
	}


	#nav a:hover {
		background: #E1EFDC;
		color: black;
	 	/*color: #60002E;*/
		/*text-decoration: underline;*/
	}

/*  INDICATE CURRENT PAGE   */
body.home 	  #nav li.home a,
body.map      #nav li.map a,
body.history  #nav li.history a,
body.about    #nav li.about a,
body.tickets  #nav li.tickets a,
body.house1   #nav li.house1 a,
body.house2   #nav li.house2 a,
body.house3   #nav li.house3 a,
body.house4   #nav li.house4 a,
body.house5   #nav li.house5 a,
body.house6   #nav li.house6 a,
body.house7   #nav li.house7 a {
   color: #066402;
	font-weight: bold;
	border-bottom: 1px dotted green;
	background: #E1EFDC;
}


/*   CONTENT AREA
--------------------------------------------- */
#content {
	float: left;
	width: 460px;
	font-family:  "Georgia", "Palatino", "Times New Roman", "New York", serif;
	font-size: 90%;
	line-height: 130%;
	margin-left: 00px;
	padding-left: 20px;
	/*padding-right: 20px;*/
	text-align: left;
	/*border: 1px solid blue;*/

}

#content img {
	margin: 5px;
}

.imageborder {
		border:1px solid #dddddd;
	}

	#content h1 {
		font-size: 150%;
		text-align: center;
		color: #175516;
	}
	 
	#content h3 {
		text-align: center;
		color: #175516;
		padding-top: 5px;
		padding-bottom: 0px;
	}


#contentLeft {
	/*width: 220px;*/
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 5px 0px;
	font-size: 75%;
	line-height: normal;
}
	
#contentRight {
	width: 215px;
	position: relative;
	float: right;
	margin-left: 10px;
	font-size: 80%;
	font-style: italic;
}

/*  FOOTER
------------------------------- */
#footer {
	clear: both;
	color: #6F6D65;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	width: 700px;
	margin: 0px 0px 0px 53px;
	padding: 20px 0px 25px 0px;
	text-align: center;
	
}



