html{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body{
	margin: 0px;
	padding: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;	
	vertical-align: top;
	text-align: center;
	background: #ffffff url('../images/bg.jpg') left top repeat-x;
}

body a{
	color: #fff;
	text-decoration: underline;
}

#wrapper{
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	width: 984px;
	vertical-align: top;		
	background: url('../images/bodybg.jpg');	
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#header{
	width: 984px;
	height: 133px;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #EBE6D0;
	background: #EBE6D0 url('../images/header.jpg') top left no-repeat;
}

#header #text{
	display: none;
}

#nav{
	width: 984px;
	height: 27px;
	padding-bottom: 10px;
	margin: 0px;
	background: url('../images/navbg.png') top left repeat-x;
}

#nav ul{
	padding: 0px;
	margin: 0px 0px 0px 20px;  /* move the bar */
}

#nav ul li{
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 7px;  /* space each link */
	float: left;
}

#nav span{
	display: block;
	height: 23px;
	padding: 4px 0px 0px 0px;
	border: 0px solid green;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
}

#nav a{
	display: block;
	height: 23px;
	padding: 4px 5px 0px 5px;  /* button padding -> try not to use for formatting */
	border: 0px solid green;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
}

#nav a:hover{
	text-decoration: underline;	
}

#content{
	width: 944px;
	padding: 20px;
	margin: 0px;
	background: url('../images/pattern.png') top right no-repeat;
	text-align: left;
	border: 0px solid red;
	min-height: 550px;
}

#content #leftcol{
	float: left;
	width: 680px;
	padding: 0px 20px 20px 0px;
	margin: 20px 0px 0px 0px;
	border: 0px;
	border-right: 3px dashed #fff;
	text-align: left;
	min-height: 550px;
}

#content h3{
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
}

#content #leftcol #inner-leftcol{
	float: left;
	width: 290px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	border: 0px solid black;
}

#content #leftcol #inner-rightcol{
	float: right;
	text-align: center;
	width: 370px;
	padding: 30px 0px 0px 0px;
	margin: 0px;
}



/* about page */

#content #leftcol.about {
	padding-left: 160px;	
	width: 540px;
	background: url('../images/pint.png') left 50px no-repeat;
	position: relative;
	left: -20px;
}

/* what's on */

#content #leftcol.whatson {
	padding-left: 160px;	
	width: 540px;
	background: url('../images/pump.png') left 50px no-repeat;
	position: relative;
	left: -20px;
}


/* menu */

#menu{
	width: 850px;
}

#menu h4{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

#menu strong{
	font-family: "Monotype Corsiva";
	font-size: 18px;

}

.dish{
	width: 75%;
	padding-right: 20px;
	padding-bottom: 5px;
}

.price{
	width: 25%;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

/* contact page */

#content #contact .formfield{
	width: 300px;
	height: 20px;
	border: 1px solid #ccc;
	background: #282828;
	padding-top: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}

#content #contact textarea{
	width: 300px;
	height: 120px;	
	border: 1px solid #ccc;
	background: #282828;
	padding-top: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	overflow: auto;
}



/* right col */

#content #rightcol{
	float: right;
	text-align: center;
	width: 205px;
	padding: 0px;
	margin: 100px 0px 0px 0px;
	border: 0px solid black;
}

#content #rightcol .news-article{
	text-align: left;
	width: 197px;
	height: 115px;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	background: #F3F3F3 url(../images/articlebg.jpg) no-repeat;
}

#content #rightcol .news-article h5{
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 3px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

#content #rightcol .news-article p{
	margin: 10px 0px 0px 0px;
	padding-top: 5px 6px 0px 6px;
	height: 75px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	border: 0px;
}

#content #rightcol .news-article a{
	margin-top: 10px;
	padding: 0px 6px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	text-decoration: none;
}

#content #rightcol .news-article a:hover{
	text-decoration: underline;
}








#footer{
	margin: 0px auto;
	width: 979px;
	height: 27px;
	padding: 0px 5px 0px 0px;
	background: #842B27 url('../images/navbg.jpg') top left repeat-x;
	border-bottom: 1px solid #050100;
	color: #fff;
	font-weight: bold;
	font-size: 12px;	
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#footer p{
	margin: 0px;
}

#footer ul{
	padding: 0px;
	margin: 0px 0px 0px 5px;  /* move the bar */
}

#footer li{
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 7px;  /* space each link */
	float: left;
}

#footer span{
	display: block;
	height: 23px;
	padding: 4px 0px 0px 0px;
	border: 0px solid green;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
}

#footer a{
	display: block;
	height: 18px;
	padding: 4px 5px 0px 5px;  /* button padding -> try not to use for formatting */
	border: 0px solid green;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	border: 0px solid black;
}

#footer a:hover{
	text-decoration: underline;	
}