/* 
Prime Restaurant CSS Document
Updated: 2011-02-28
Created by: Beau Haseltine
http://www.beauhaseltine.com */

html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}


.header {
	background-color: black;
	background-image: url(images/header_1k.jpg);
	}

A.links:link, a.links:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none }

A.links:hover {
	text-decoration: underline}

A.menus:link, a.menus:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 1.3em;
	color: black;
	font-style: italic;
	text-align: left;
}

A.menus:hover {

	color: #660000;
}
.content {
	background-color: white;
	margin: 0px;
	}

.holder {
	position: relative;
	background-color: #614121;
	top: 0px;
	width: 800px;
	height: 100%;
	}

.scroller {
	position: absolute;
	background-color: #996633;
	top: 20px;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 0px;
	line-height: 1.8em;
	text-align: justify;
	}
.nonscroller, .menu_scroller {
	position: absolute;
	background-color: #996633;
	left: 0px;
	top: 20px;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 0px;
	line-height: 1.8em;
	text-align: justify;
	}
.menu_scroller {
	top: 50px;
	}
.noscroller {
	position: absolute;
	background-color: #996633;
	top: 10px;
	width: 800px;
	height: 340px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	text-align: justify;
	background-image: url(images/collage_bw.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
			}
.menu_buttons {
	position: absolute;
	background-color: #CC9933;
	top: 10px;
	left: 10px;
	width: 780px;
	height: 30px;
	}
.onbrown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	text-align: justify;
	}
.menu {
	background-color: #996633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	color: black;
	font-style: italic;
}
.menuheader {
	background-color: #996633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 1.3em;
	color: white;
	font-style: italic;
	text-align: left;
}
.opening {
	background-color: #996633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.3em;
	color: black;
	font-style: italic;
	text-align: left;
}
.opening_small {
	background-color: #996633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.3em;
	color: black;
	text-align: justify;
}
.footer {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	}
A.beau:link, a.beau:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;

	color: #999999;
	text-decoration: none }

A.beau:hover {

	color: #FF9900;}
.facebook {
	background-color: white;
	padding: 10px;
	}
