* {
 margin: 0;
 padding: 0;
 font-family: Georgia, "Times New Roman", Times, serif;

}
body {

 background: #A1AFAF;
 background: #C3B193; 
 background: #A4A488; /*<<<< Background for the left and right sides of the content.  Fills the page background. */
 
 font: 12px/18px Georgia, "Times New Roman", Times, serif;

 text-align: center;
 color: #333;
}
a:link, a:visited {
 color: #633;
}
a:hover {
 color: #966;
}
h1 {
	background-color: #887A55; 
	color: #FFFFFF; 
	padding: 2px; 
	font-size: 12px; 
	border: 1px solid #594E31;
}
h4 {
	background-color: #515F4B; 
	color: #FFFFFF; 
	padding: 2px; 
	font-size: 12px; 
	border: 1px solid #594E31;
}
h2, h3{
 font-weight: normal;
 font-size: 1em;
 line-height: 18px;
}
h2 {
 padding-top: 10px;
 padding-left: 60px;
 padding-bottom: 20px;
 font-size: 1.25em;
 margin-left: -60px;
 text-transform: uppercase;
 color: #94A99A;
}
h3 {
 padding-bottom: 6px;
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: -1px;
 color: #633;
}
 
h5 {
 color: #7C8953;
 font-size: 18px;
 font-weight: bold;
}

#page {
 margin: 0 auto;
 width: 756px;
 text-align: left;
 background: #FFFFFF;
}
#header {
 position: relative;
 height: 150px;
 width: 960px;
 background: url(images/site_09/header_2009.jpg) no-repeat;
}
#header p {
 padding: 0px;
}
#header a {
 border: 0px;
 }
#hours {
	position:absolute;
	top: 9px;
	left: 447px;
	width: 293px;
	color: #FFF;
}
#navigation {
	position:absolute;
	top: 68px;
	left: 321px;
}
#navigation ul {
 padding-top: 20px;
 padding-right: 5px;
 text-align: right;
 list-style: none;
}
#navigation li {
 display: inline;
 margin: 0 12px;
}
#navigation li a {
 font-size: 1.25em;
 line-height: 1em;
 text-decoration: none;
 color: #fff;
}
#navigation li a:hover {
 color:#CCCC99;
} 
#content-primary {
 float: right;
 margin: 10px;
 width: 650px;
}

#content-primary p {
 padding-bottom: 18px;
}
#content-primary img {
} 
#content-secondary {
	float: right;
	width: 100px;
	margin: 10px;

}
#content-secondary p {
 padding-bottom: 18px;
}
#footer {
	position: relative;
	clear: right;
	height: 97px;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1em;
	text-shadow: 1px 1px 1px #333;
	background: url(images/site_09/footer_2009.jpg);
	padding-left: 5px;

}
#footer a:link, #footer a:visited {
 color: #CCCC99;
}    
#footer_content {
	position: absolute;
	top: 6px;
	left: 448px;
	width: 293px;
	height: 87px;
	overflow: hidden;
}

.clear {
 clear: both;
}



/* this area is for the pop up windows for the forno page */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:active {
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #887A55;
padding: 3 px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: white;
font-size:10px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:active span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left:-150px;
}



/* this is my modified version, for use in the tile gallery pages 

#container {position:relative; width:600px; height:700px; background:#888; border:1px solid #000; margin:10px auto; font-family:verdana, arial, sans-serif; font-size:12px;}

#container a.pics {float:left; margin:7px 21px; display:inline; color:#000; text-decoration:none; border:1px solid #000; width:75px; height:75px; cursor:default;}
#container a.pics img.thumb {display:block; border:0;}

#container a.pics span {display:none; border:0; width:580px; background:#bbb; border:1px solid #fff; text-align:center;}
#container a.pics span img {margin:10px auto; border:1px solid #000;}

#container a.pics:hover {white-space:normal; border:1px solid #fff;}
#container a.pics:hover span {display:block; position:absolute; left:9px; top:192px; z-index:10; height:500px;}

#container a.pics:active {border:1px solid #fc0;} 
#container a.pics:active span {display:block; position:absolute; left:9px; top:192px; z-index:5; height:500px;}

#container a.pics:focus {border:1px solid #fc0; outline:0;}
#container a.pics:focus span {display:block; position:absolute; left:9px; top:192px; z-index:5; outline:0;}

#container span.info {clear:left; display:block; text-align:center; line-height:20px; margin:0; padding:200px 0 0 0; width:600px; text-align:center; color:#eee; z-index:1;}
#container span.info a {color:#000;}
#container span.info a:hover {text-decoration:none;}
*/


/* END TILE GALLERY CODE */