body {
	background:url(images/background_content_center.jpg) center repeat-y;
    background-attachment: fixed;
	text-align: center;
	/*font: 11px/16px Helvetica, Verdana, Arial, Helvetica, sans-serif;*/
	font: 14px 'Helvetica',Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #666666;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	height: 100%;
	
	}

a:link{
	color: #900D04;
	text-decoration: none;
}

a:visited{
	color: #900D04;
	text-decoration: none;
}

a:hover{
	color: #003366;
	text-decoration: underline;
	border: 0px none;
}

.bold { weight: bold;
}

p {
	padding-bottom: 4px;
	padding-top: 10px;
	margin: 0px;
	text-align: left;
}

img {
	border: 0px;
}

.side a:link, #nav a:link {
	border: 0px none;
}

h1, h2, h3 {
	font-family: Georgia, serif;
}

h1{
	font-size: 20px;
	color: #900D04;
	line-height: 20px;
	letter-spacing: 2px;
	text-align: left;
	margin: 20px 0 0 0;
}

h2{
	font-size: 18px;
	color: #900D04;
	line-height: 20px;
	letter-spacing: 2px;
	text-align: left;
	margin: 20px 0 0 0;	
}

h3{
	font-size: 16px;
	color: black;
	line-height: 18px;
	letter-spacing: 2px;
	text-align: left;
	margin: 20px 0 0 0;
}



#container{
	margin:0 auto 0 auto;
	width:700px;
	text-align: left;
	background: url(images/background_wood.jpg) repeat;	
}

#logo{
	width:700px;
	height:166px;
	background: url(images/logo_top.jpg) center no-repeat;
}

#logo_bottom{
	width:700px;
	height:82px;
	background: url(images/logo_bottom.jpg) center no-repeat;
}

#contentarea{
	background: url(images/background_content.jpg) center repeat-y;
	margin:0 auto 0 auto;
	width:700px;
	text-align: left;
	height: 100%;		
}

#rightcolumn{
	width: 430px;
	margin: 0 auto 0 auto;
	float: right;
	padding-right: 30px;
	text-align: center;
	background: white url(images/background_content.jpg) repeat-y right;	
}

#leftcolumn{
	float: left;
	width: 220px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: white url(images/background_content.jpg) repeat-y left;		
}
#leftquote{
	width: 200px;
	margin-right: 500px;
	text-align: center;
	top: 60px;
	position: absolute;
	background:  transparent;
	color: white;
	font-weight: bold;	
}

#rightquote{
	width: 200px;
	margin-left: 500px;
	text-align: center;
	top: 60px;
	position: absolute;
	background:  transparent;
	color: white;
	font-weight: bold;		
}

.clear {
	clear: both;
}

#content_bottom{
	background: url(images/background_footer.jpg) no-repeat bottom;
	height: 20px;
	padding-top: 20px;
	text-align: center;
	margin:0 auto 0 auto;
	width:700px;	
}

#footer{
	background: url(images/background_wood.jpg) repeat;
	height: 60px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: white;
	font-weight: bold;
	text-align: center;
	margin:0 auto 0 auto;
	width:700px;
	font-size: 12px;	
}

#footer a{
	text-decoration: underline;
	color: white;
	background:transparent;
}


#menu {
	height:300px;
	width:200px;
	font-size:14px;
	text-align:center;
	font-weight: bold;
	color:#900D04;
	margin: 0 auto 0 auto;
}
#menu ul {
	display:inline;
	margin-left:0;
	padding-left:0;
	list-style:none;
}
#menu li {
	display:block;
	text-align:center;
	width:200px;
	margin:0;
	background: transparent;
	color: #900D04;
	line-height:30px;
}
#menu a {
	display:block;
	text-decoration:none;
	color:#900D04;
	background:transparent;
}
#menu a:hover {
	line-height:30px;
	background: url(images/ski.jpg) no-repeat top;
	color: white;
}

.foodborder {
	margin-top: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	background: url(images/background_pattern.jpg) repeat;
	border: 1px gray solid;
}

.foodbordercolored {
	margin-top: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	background: url(images/background_pattern.jpg) repeat;
	border: 1px gray solid;
}

.foodtitle {
	margin: 0px;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: white;
	background-color: gray;
}

.fooditem {
	height: 18px;
	padding-top: 20px;
	margin: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.fooddescription {
	line-height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	font-style: italic;
}

.foodprice {
	height: 20px;
	margin: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}
