/* Links and Fonts */

A {
	text-decoration: none;
	color: #0000bb;
	}
	
A:link {
	text-decoration: none;
	color: #0000bb;
	}

A:active {
	text-decoration: none;
	color: #0000bb;
	}

A:visited {
	text-decoration: none;
	color: #0000bb;
	}
	
A:hover {
	text-decoration: underline;
	color: #0000ff;
	}
	
img {
	background-color: transparent;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 1em 0 0.3em 0;
	text-transform: uppercase;
	line-height: 1em;
}

H1 {
	font-size: 24px;
	line-height: 1.1em;
}

H2 {
	font-size: 14px;
	margin-bottom: 0.2em;
}

p {
	margin: 0 0 0.6em 0;
}

img {
	border: 0;
}


/* Overall Structure */
	
body {
	background: #fff;
	margin: 20px 0 100px 0;
	font: 12px Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4em;
	color: #000;
	text-align: center;
}

#page {
	width: 1050px;
	margin: 0 auto;
	padding: 0;
}

#header {
	margin: 0;
	padding: 0;
	height: 138px;
	background: #f1e3d7 url(images/header.jpg) top right no-repeat;
}

#navigation {
	margin: 3px 0 3px 0;
	padding: 0;
	background: #000;
	color: white;
	height: 35px;
}

#main {
	margin: 0;
	padding: 0;
	height: 545px;
	background: #fff url(images/welcomebg.jpg) top right no-repeat;
	text-align: left;
	overflow: hidden;
}

#footer {
	margin: 3px 0 3px 0;
	padding: 0;
	height: 72px;
	background: #000 url(images/footer.jpg) top right no-repeat;
}

#subfooter {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
}





/* Content */

.leftbox {
	padding: 10px 580px 20px 20px;
}

.rightbox {
	padding: 10px 0px 20px 580px;
}

.option {
	width: 32%;
	float: left;
	margin: 0;
	padding: 0;
}

.option p {
	padding-right: 15px;
	font-size: 10px;
	line-height: 1.3em;
}

.options H2 {
	margin-bottom: 0.2em;
}

.option h3 {
	margin-bottom: 0.1em;
	margin-top: 0;
	font-size: 11px;
}

.specials {
	color: #bb0000;
	font-size: 18px;
	margin-top: 0.5em;
}

.subtext {
	text-transform: none;
	font-size: 10px;
}

.entree {
	padding-right: 15px;
	font-size: 9.5px;
	line-height: 1.2em;
}






















































