@charset "utf-8";
/* CSS Document */


@import url("forms.css"); /* forms styling */
@import url("styles.css"); /* text styling */

body {
	background-image:url(../images/wallpaper.gif);
	background-repeat:repeat;
	background-color:#B2AE84;
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
	
}


div.wrap2 {
	margin:auto;
	width:700px;
	text-align:left;
	background-image:url(../images/ch-bg1.gif);
	background-repeat:repeat-y;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:125px;
	padding-right:125px;
}

div.header {
	text-align:right;
	width:680px;
	height:125px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	}
	
div.navbar {
	height:30px;
	width:670px;
	text-align:left;
	background-image:url(../images/navgrad.jpg);
	background-repeat:repeat-x;
	padding-top:10px;
	padding-bottom:0px;
	padding-left:15px;
	padding-right:15px;
	border-bottom:#000000 1px solid;
}	

.left {
	float:left;
	}
	
.right {
	float:right;
	}
	
.right2 {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
	}	
	
	
div.main {
	width:660px;
	background-image:url(../images/wheel1.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	}
	
div.main2 {
	width:660px;
	background-color:#2B2920;
	background-image:url(../images/wheel3.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	}		
	
div.txtbox {
	width: 400px;
	}
	
div.txtbox2 {
	
	}

div.newsbox {
	background-color:transparent;
	width: 148px;
	height:200px;
	border:#B2AE84 1px solid;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	margin-top:-4px;
	max-height:400px;
	overflow:scroll-y;
	}
	
	
div.footerwrap {
	margin:auto;
	width:705px;
	height:26px;
	text-align:right;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	padding-top:40px;
	padding-bottom:0px;
	padding-left:125px;
	padding-right:120px;
	}
	


img.rightpad {
	padding-left:20px;
	padding-bottom:20px;
	float:right;
	}

table.dark1 {
	border:#000000 1px solid;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:13px;
	color:#FFFFFF;
	line-height:16px;
	}


	
div#map {
	border:#B3AF85 2px solid;
	margin-left:50px;
	}
	
div.contbox {
	width:150px;
	float:right;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	text-align:right;
	}
	
div.resnavbar {
	text-align:left;
	width:580px;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;	
	}
	
div.resmain {
	background-color:#2A281F;
	width:600px;
	height:400px;
	overflow-y:scroll;
	scrollbar-face-color:#000000; 
	scrollbar-arrow-color:#2B2920;
	scrollbar-track-color:#2B2920; 
	scrollbar-shadow-color:#2B2920; 
	scrollbar-highlight-color:#2B2920; 
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-Color:#000000;
	}
	
table.restable {
	border:#000000 1px solid;
	padding:0px;
	margin-left:20px;
	}
	
div.resbanner {
	width:600px;
	background-image:url(../images/lunch-slice.jpg);
	height:160px;
	background-repeat:no-repeat;
	}
	
div.resbanner2 {
	width:600px;
	background-image:url(../images/dinner-slice.jpg);
	height:160px;
	background-repeat:no-repeat;
	}
	
/* gallery page styling */

div.gallery {
	vertical-align:middle;
}

img.galpic {
	border:#666666 1px solid;
	background-color:#FFFFFF;	
	padding:4px;
	margin:15px;
	vertical-align:middle;
}

img.galpic:hover {
	background-color:#E3C3A8;
}

/* End of Gallery Page Styling */