body {
	background-color: white;
	text-align: center;
	height: 100%; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .95em;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .95em;
	color: #005B01;
	margin-top: 3px;
}
ul {
margin-top: 0px;
margin-bottom: 15px;
}

li {
margin-top: 0px;
 line-height: 1.1em;
 list-style-type: square;
 font-size: .95em;
	}
	
#wrapper {
   width: 90%;
	min-width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #004000;
	background-image: url(images/gradient.png);
	background-position: left;
	background-repeat: repeat-y;
}

#header {
	position: relative;  
	top: 1px;
	left: 0px;
	height: 75px;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	background-color: #ffff80;
	background-image: url(images/gradient5.png);
	background-repeat: no-repeat;
	background-position: left;
	z-index: 6;
	overflow: hidden;
}

#menu {
	position: relative;
	top: 10px;
	left: 10px;
	width: 20%;
	min-height: 100%;
	vertical-align: top;
	text-align: center;
	background-color: 004000;
	z-index: 6;
	margin-left: 0px;
	line-height: 40px;
	float: left;
	padding-top: 30px;
	
}

#pagebody {
	position: relative;
	top: 2px;
	left: 0px;
	width: 77%;
	vertical-align: top;
	text-align: left;
	background-color: white;
	z-index: 6;
	background-image: url(images/gradient4.png);
	background-position: right;
	background-repeat: repeat-y;
	color: #004000;
	float: right;
}


.maintable {
	width: 95%;
	background-color: transparent;
	background-image: none;
	float: right;
	position: relative;
	top: 2px;
	}

h1 {
	color: #004000;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 6px;
	line-height: 1.5em;
} 

h2 {
	color: #005B01;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.5em;
} 
	
h3 {
	color: #007101;
	margin-top: 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.1em;
}

h4 {
	color: #488E3E;
	margin-bottom: 3px;
	margin-top: 6px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.1em;
}

table.headertable {
	height: 75px;
	text-align: left;
	width: 100%;
}
td.headerleft {
background-image: url(images/logo_yell.jpg);
background-color: transparent;
background-position: right;
background-repeat: no-repeat;
width: 488px;
padding-left: 20px;
  }
  
td.headerright {
	background-image: url(images/ani_lease.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
}  
.reservation {
	text-align: center;
	padding-top: 40px;
	font-size: .9em;
	color: #007101;
	font-style: italic;
	line-height: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.centeredtext {
	text-align: center;
}
table.albumtable {
	width: 98%;
	background-color: transparent;
	background-image: none;
	float: right;
	position: relative;
	top: 2px;
	text-align: left;
	vertical-align: top;
}

td.imagecell {
padding-bottom: 3px;
padding-left: 4px;
padding-right: 10px;
padding-top: 0px;
}
td.albumheading {
	margin-top: 10px;
	margin-bottom: 5px;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #004000;
}

td.sectionend {
	border-bottom: 1px inset #004000;
	text-align: center;
	height: 5px;
}

td.futuredev {
	background-image: url(images/futuredev_transp.gif);
	background-position: top;
	background-repeat: no-repeat;
	overflow: hidden;
	
}
table.directions {
	text-align: left;
	width: 75%;
}

hr {
line-height: 1px;
color: #004000;
	
}
td.price {
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
}
td.descrip {
vertical-align: middle;
text-align: left;
width: 90%;
}

.albumgif{
	border: inset 1px #ffff60;
}

A,A:link {
	color : #ffff80;
	font-size: .9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
  }
  
 A:visited {
	color : white;
	text-decoration : none;
}
A:hover {
	color : #ffff80;
	text-decoration : underline;
}

A:active {
	color: #ffff80;
	text-decoration : underline;
}

A.mail {
	color: #004000;
	cursor: hand;
	font-size: .9em;
	font-style: italic;
	text-decoration: none;
}
A.mail:hover{
	color: #004000;
	text-decoration: underline;
}

A:link.bodylink {
	color : #005b01;	
		font-size: .9em;
		font-weight: normal;
		text-decoration: underline;
  }
  
 A:visited.bodylink {
	color : #007101;
	text-decoration : none;
	font-size: .9em;
	font-weight: normal;
}

#footer {
	position: relative;
	top: 0px;
	clear: both;
	height: 30px;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	padding-top: 8px;
	background-color: #FFFF80;
	z-index: 6;
	overflow: auto;
	background-image: none;
	font-size: .8em;
	color: #4D5E42;
	border-bottom: 1px solid #004000;
	border-top: 1px solid #004000;
}