body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/bg.jpg) top left;
	text-align: center;
	color:#6B2422;
	font-family: Georgia, Arial, Trebuchet MS, Verdana;
	font-size: 12px;
}

a:link {color: #CC3300}     /* unvisited link */
a:visited {color: #CC3300}  /* visited link */
a:hover {color: #0000FF}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */

h1 {
	margin: 0px;
	padding: 0px;
	font-size:22px;
	font-family: Georgia;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size:14px;
	font-family: Georgia;
	font-weight: bold; 
	text-decoration:underline;
}
h5 {
	font-size:13px;
	font-family: Georgia;
	font-weight: bold; 
	color:#7B693E;
	border-bottom:1px solid #7B693E;;
}

table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

td, p {
	vertical-align: top;
	font-family: Georgia, Arial, Trebuchet MS, Verdana;
	font-size: 12px;
}

input, textarea, select {
	font-family: Arial, Trebuchet MS, Verdana;
	font-size: 10px;
	color:#2D3331;
	line-height:15px;
	vertical-align:top;
}


/********************** Sections***************************/
#container {
	position: relative;
	margin: 0px auto;
	width: 766px;
	height: 100%;
	text-align: left;
}
#header {
	margin: 0px 0px 0px 0px;
	background-image: url(images/top1.jpg);
	height: 72px;
	position: relative;
	text-align: left;
}
#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 766px;
}
#menu {
	margin: 0px -5px 0px 60px;
	padding: 0px 0px 0px 0px;
}
#main {
	margin: -5px 60px 0px 60px;
	padding: 0px 30px 0px 20px;
	background: url(images/index_15.jpg) repeat-y;
	color:#6B2422;
}

#samp_menu {
	color:#000000;
}

#footerline {
	background: url(images/footer-line.jpg) repeat-x;
	height:15px;
}
#footer {
	font-family: Arial;
	color:#996666;
	text-align:left;
	margin: -6px 0px 0px 0px;
	padding: 0px 60px 0px 60px;
	font-size:10px;
}
#footer a{
	color:#996666;
	text-decoration:none;
}
#footer a:hover{
	color:#CC0000;
	text-decoration:underline;
}

#areas ul {
	list-style: none;
}
#areas li {
	padding-left: 10px;
	background-image: url(images/red_arrow.gif);
	background-repeat: no-repeat;
}

/************* CUSTOM VALUES *******************************/

.dinner_point {
	font-family: Arial, Trebuchet MS, Verdana;
	font-size: 14px;
	color:#7B693E;
	line-height: 150%;
	vertical-align:top;
}

.meal_link { color: #6B2422; font-size:12px; font-weight: bold; text-decoration:none }
:visited.meal_link {color: #6B2422; text-decoration:none }
:active.meal_link {color: #AA2020; text-decoration:underline }
:hover.meal_link {color: #AA2020; text-decoration:underline }

.menu_item { 
	text-indent: 35px;
	font-family: Georgia, Arial, Trebuchet MS, Verdana;
	font-size:11px;
}
.menu_note { 
	font-family: Georgia, Arial, Trebuchet MS, Verdana;
	font-style: italic;
	color:#6B2422;
	font-size:11px;
}

.txw {font-size: 10px; color: #6A0A06; text-decoration:none}
:visited.txw {color: #6A0A06; text-decoration:none }
:active.txw {color: #FFFFFF; text-decoration:underline }
:hover.txw {color: #FFFFFF; text-decoration:underline }

/*** Forms Styles ********************************************/

.form_1 input {
	width:201px;
	height:19px;
	padding-left:6px;
}
.submit_1 {
	width:200px; 
	height:30px; 
	font-family:Tahoma; 
	background-color:#FFFFFF; 
	font-weight: bold; 
	border:1px solid #8C8C8C; 
	font-size:12px; 
	color:#0000CC; 
	margin:0px 0px 2px 0px; 
	padding-left:6px;
}
.form_1 textarea {
	width:301px;
	height:50px;
	padding-left:6px;
	margin:0px;
}

.form_2 input {
	width:198px; 
	height:19px; 
	padding-left:6px;
}
.form_2 textarea {
	width:198px;
	height:91px;
	padding-left:6px;
	margin:0px;
}