/* Prime Restaurant CSS Document */
.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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

A.menus:hover {

	color: #660000;
}
.content {
	background-color: black;
	margin: 0px;
	}

.holder {
	position: relative;
	background-color: #614121;
	top: 18px;
	width: 795px;
	height:360px;
	}

.scroller {
	position: absolute;
	background-color: #996633;
	left: 20px;
	top: 10px;
	width: 775px;
	height: 340px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	padding-right: 0px;
	line-height: 1.8em;
	text-align: justify;
	}
.menu_scroller {
	position: absolute;
	background-color: #996633;
	left: 20px;
	top: 45px;
	width: 775px;
	height: 305px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	padding-right: 0px;
	line-height: 1.8em;
	text-align: justify;
	}
.noscroller {
	position: absolute;
	background-color: #996633;
	top: 10px;
	left: 20px;
	width: 765px;
	height: 340px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 10px;
	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: 20px;
	width: 775px;
	height: 24px;
			}
.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: 22px;
	line-height: 1.3em;
	color: black;
	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: 10px;

	color: #FFFFFF;
	text-decoration: none }

A.beau:hover {

	color: #FF9900;}