/* CSS Document */


body{
	margin:0px;
	padding:0px;
	color: #FBFDD7;
	text-align:left;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #b56526;
	background-image: url(images/background1.jpg);
	background-repeat: repeat-y;
	}
 
a:link, a:visited{
	color: #FDE5D2;
	}
 
#menu{
	margin-left:50px;
	_margin-left:20px;
	padding: 30px 0 30px 10px;
	line-height:22px;
	width:190px;
	_width:210px;
	float:left;
	background: url(images/yellow_background.gif);
	}
	
#content{
	margin-left:290px; /*width of .menu + 20px */
	width:425px;
	padding:0 10px 0 10px;
	font-size:12px;
	}
	
#page_content{
	line-height:22px;
	}
	
#header{
	text-align:center;
	}
	
#footer{
	text-align:center;
	padding: 20px 0 10px 0;
	}
	
#address{
	}

.home_item a:link, .home_item a:visited, 
.map_item a:link, .map_item a:visited,  
.about_item a:link, .about_item a:visited,
.menu_item a:link, .menu_item a:visited,
.menu_turkey_item a:link, .menu_turkey_item a:visited,
.private_item a:link, .private_item a:visited,
.catering_item a:link, .catering_item a:visited,
.pretheater_item a:link, .pretheater_item a:visited,
.thanksgiving_item a:link, .thanksgiving_item a:visited,
.eclub_item a:link, .eclub_item a:visited{
	background: url(images/arrow.gif) no-repeat 0px 2px;
	padding: 2px 0 5px 20px;
	_padding-left:40px;
	}
		
.home_item a:hover, 
.map_item a:hover, 
.about_item a:hover, 
.menu_item a:hover, 
.menu_turkey_item a:hover, 
.private_item a:hover, 
.catering_item a:hover, 
.pretheater_item a:hover,
.thanksgiving_item a:hover, 
.eclub_item a:hover {
	background: url(images/arrow_hover.gif) no-repeat  0px 2px;
	font-weight: bold;
	padding: 2px 0 5px 20px;
	_padding-left:40px;
	color:#FDE5D2;
	}

.home_on .home_item a,
.map_on .map_item a, 
.about_on .about_item a, 
.menu_on .menu_item a, 
.menu_turkey_on .menu_turkey_item a, 
.private_on .private_item a, 
.catering_on .catering_item a, 
.pretheater_on .pretheater_item a, 
.thanksgiving_on .thanksgiving_item a, 
.eclub_on .eclub_item a {
	background: url(images/arrow_on.gif) no-repeat  0px 2px;
	font-weight: bold;
	padding: 2px 0 5px 20px;
	_padding-left:40px;
	color:#DBDEA2;
	}

.logo{
	padding: 80px 0 0 0;
	}

h1, h2, h3, h4, .subtitle {
    font-weight: bold;
	color: #F9FAEB;
    }

h1 {
    font-size: 18px;
    text-align: center;
	padding: 20px 0 15px 0;
    }

h2 {
	font-size: 16px;
	color: #F9FAEB;
	font-weight: bold;
    }
    h2.inmenu{text-transform:uppercase; text-align:center;}

h3 {
    font-size: 14px;
    }

h4{text-align:center;color: #F9FAEB; }
    
.subtitle{
	font-size: 12px;
	font-style:italic;
	}

.highlight{
	font-size: 12px;
	color: #000000;
	}
	
.subhighlight{
	color: #006633;
	font-style: italic;
}

.bold_green {
	font-weight: bold;
	color: #C3C697;
}

.boxed {
	background: #979c4c;
}

	.boxed .bold_green {
		color: #eaedb6;
	}

ol li{
	margin: 15px 0;
	}
