/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#FFFFCC;
}
img {
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none;
	color:#663300;
}
a:hover {
	text-decoration:underline;
}
h1 {font-size:16px;}

h2 {font-size:14px; font-weight:bold;}
h3 {font-size:12px; font-weight:bold;}

p.center {
	text-align:center;
	padding:0px;
	margin:0px;
}
/*p.left {
	text-align:left;
	padding:0px;
	margin:0px;
}*/

#content {
	background:url(images/topbanner.jpg) top center no-repeat;
	width:750px;
	position:relative;
	margin: 5px auto auto auto;
	width:800px;
	height:1200px;
}

#sidebar {
	position:absolute;
	top:175px;
	left:10px;
	width:180px;
	height:auto;
	background-color:#669933;
	border-color:#336600;
	border-width:2px 0px 2px 0px;
	border-style:solid;
	padding:0 0 80px 0;
}
#menu {
	font-size:12px;
	color:#000000;
	text-align:left;
	line-height:18px;
	padding:5px 0px 0px 15px;
	margin:0px;
}

#menu ul {
	list-style-type:none;
	text-align: left;
	padding:0px;
	margin:0px;
}

.address {
	padding:5px 5px 5px 5px;
	margin:5px 10px 10px 0;
	font-size:9px;
	line-height:14px;
	background-color:#CCFF99;
	padding:5px;
}
#footer {
	font-size:10px;
	color:#FFCC66;
	text-align:left;
}


#hometext {
	position:absolute;
	top:90px;
	left:200px;
	background-color:#FFFFCC;
	width:520px;
	height:auto;
	border-color:#336600;
	border-width:2px 0px 2px 0px;
	border-style:solid;
}

#news {
	background-color:#ffc;
	width:490px;
	border: 2px solid #360;
	padding:5px;
	margin: 20px 0 10px 0;
}
#newsheader {
	background-color:#003300;
	color:#ffc;
	text-align:center;
	width:486px;
	margin:0;
	padding:5px 0 5px 0;
}

#hometext ul {
font-size:12px;
}

/*.column1 {
	position:absolute;
	top: 0px;
	left:0px;
	width:350px;
}

.column2 {
	position:absolute;
	top: 0px;
	left:350px;
	width:200px;
}*/

#hometext p {
	font-size:12px;
	padding:0px;
	margin:5px;
	line-height:18px;
}
.mealmenu {
	font-size:12px;
	color:black; 
	background-color:#FFCC66; 
	text-align: center;
	margin:5px 5px 5px 5px;
	padding:5px; 
}
.photocredit {font-size : 10px; color: black; padding:5px;}



