html, body {
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 860px;
	height:100%; /* needed for container min-height */
}

#wrapper {
	text-align: left;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#logo {
	width:860px;
	height:270px;
}

#nav {
	width:860px;
	height:40px;
}

#navHome {
	position: absolute;
	width:157px;
	height:40px;
	margin-top: 0px;
	margin-left: 81px;
	z-index: 2;
}

a.navHome {
     display: block;
     width: 157px;
     height: 40px;
     background-image: url(../images/navHome.jpg);
     background-repeat: no-repeat;
	 background-position: 0px 0px;
	 z-index: 2;
}
	 
a.navHome:hover {
     background-position: 0px -40px;
	 z-index: 2;
}

#navMenu {
	position: absolute;
	width:157px;
	height:40px;
	margin-top: 0px;
	margin-left: 238px;
	z-index: 2;
}

a.navMenu {
     display: block;
     width: 157px;
     height: 40px;
     background-image: url(../images/navMenu.jpg);
     background-repeat: no-repeat;
	 background-position: 0px 0px;
	 z-index: 2;
}
	 
a.navMenu:hover {
     background-position: 0px -40px;
	 z-index: 2;
}

#navDirections {
	position: absolute;
	width:202px;
	height:40px;
	margin-top: 0px;
	margin-left: 395px;
	z-index: 2;
}

a.navDirections {
     display: block;
     width: 202px;
     height: 40px;
     background-image: url(../images/navDirections.jpg);
     background-repeat: no-repeat;
	 background-position: 0px 0px;
	 z-index: 2;
}
	 
a.navDirections:hover {
     background-position: 0px -40px;
	 z-index: 2;
}

#navContact {
	position: absolute;
	width:182px;
	height:40px;
	margin-top: 0px;
	margin-left: 597px;
	z-index: 2;
}

a.navContact {
     display: block;
     width: 182px;
     height: 40px;
     background-image: url(../images/navContact.jpg);
     background-repeat: no-repeat;
	 background-position: 0px 0px;
	 z-index: 2;
}
	 
a.navContact:hover {
     background-position: 0px -40px;
	 z-index: 2;
}

#pageContent {
	width:860px;
	margin-top: 30px;
}

#menuContent {
	width:410px;
	margin-top: 30px;
	float: left;
}

#menuPhotos {
	width:375px;
	margin-top: 30px;
	margin-right: 20px;
	float: right;
}

.introImage {
	float: right;
	width: 375px;
	margin-left: 20px;
	margin-right: 20px;
}

.introText {
	font-family: Georgia, Arial;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	padding-left: 40px;
}

.introTextTitle {
	font-family: Georgia, Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	color: #974c1c;
}

.introTextTagline {
	font-family: Georgia, Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	color: #43240b;
}

.menuItem {
	float: left;
	width: 300px;
	margin: 0 0px 0px 0;
}

.menuPrice {
	float: left;
	width: 80px;
	margin: 0 0px 0px 0;
}

.menuPriceText {
	font-family: Georgia, Arial;
	font-size: 14px;
	line-height: 18px;
	color: #43240b;
	padding-left: 40px;
}

.menuHalf {
	float: left;
	width: 40px;
	margin: 0 0px 0px 0;
}

.menuHalfText {
	font-family: Georgia, Arial;
	font-size: 14px;
	line-height: 18px;
	color: #43240b;
	padding-left: 0px;
}

.menuText {
	font-family: Georgia, Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #43240b;
	padding-left: 60px;
}

.menuDescription {
	font-family: Georgia, Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #43240b;
}

.menuOptions {
	font-family: Georgia, Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #43240b;
	padding-left: 20px;
}

.directionsText {
	font-family: Georgia, Arial;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	padding-right: 40px;
	padding-left: 40px;
}

.directionsMap {
	font-family: Georgia, Arial;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	padding-left: 80px;
}

#contactContent {
	padding-left: 80px;
}

.clearboth {
	clear: both;
}

.introLine {
	border-top: 1px dashed #974c1c;
	margin-top: 14px;
	margin-bottom: 0px;
	margin-left: 40px;
	clear: both;
}

.logosLineTop {
	border-top: 1px dashed #3ca546;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
}

.logosLineBtm {
	border-bottom: 1px dashed #3ca546;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
}

.line {
	border-bottom: 1px dashed #3ca546;
	margin-top: 10px;
	margin-bottom: 30px;
}

#contentClear {
	clear: both;
	height: 1px;
}

.contactContent {
	font-family: Arial;
	font-size: 12px;
	color: #555555;
	margin-left: 30px;
}

.contactLabel {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #974c1c;
}

.contactSubmit {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #43240b;
}

.contactField {
	font-family: arial;
	font-size: 11px;
	color: #43240b;
	width: 250px;;
	padding: 3px;
}

.contactMessage {
	font-family: arial;
	font-size: 11px;
	color: #43240b;
	width: 250px;
	height: 100px;
	padding: 3px;
}

#footer {
	text-align: center;
	width: 850px;
	height: 47px;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	font-family: Arial;
	font-size: 11px;
	color: #43240b;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer a:link {
   color: #43240b;
}

.footer a:visited {
   color: #43240b;
}

.footer a:hover {
   color: #974c1c;
}

.footer a:active {
   color: #43240b;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}










