body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #b39c46;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #462d05;
	font-size: 12px;
}
tr,td {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #462d05;
	font-size: 12px;
}
a {
	text-decoration: underline;
	color: #462d05;
	font-size: 12px;
}
a:link {
	text-decoration: underline;
	color: #462d05;
	font-size: 12px;
}
a:visited {
	text-decoration: underline;
	color: #910000;
	font-size: 12px;
}
a:active {
	text-decoration: underline;
	color: #910000;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #910000;
	font-size: 12px;
}
/*--------------------------------------------------------------------------------*/
.bodyoverwhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #462d05;
	font-weight: normal;
}
.bodyoverwhitebold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #462d05;
	font-weight: bold;
}
.darkcopy {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #462d05;
	font-weight: normal;
}
.darkcopytitle {
	font-size: 16px;
	font-weight: normal;
}
.error {
	font-size: 12px;
	color: #990000;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.nav:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.nav:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.nav:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #462d05;
	text-decoration: none;
	font-weight: normal;
}
.nav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #462d05;
	text-decoration: none;
	font-weight: normal;
}
.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #462d05;
	text-decoration: none;
	font-weight: normal;
}
.tiny:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #462d05;
	text-decoration: none;
	font-weight: normal;
}
.tiny:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #462d05;
	text-decoration: none;
	font-weight: normal;
}
.tiny:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.tiny:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.tinytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #462d05;
	text-decoration: none;
	font-weight: normal;
}

/*------------------------------------------RESTAURANTS SECTION--------------------------------------*/

table#restHead {
background:#462d05;
height: 35px;
}



table#restTable {
background:#FFFFFF;
}

td#restLeft {
background:#FFFFFF;
border-right:#C1AB6B dotted 1px;
border-bottom:#AFA79F solid 1px;

padding: 0 10px 0 10px;
}

td#restMid {
background:url(../images/restaurants/rest_grad.jpg) #FFFFFF;
border-bottom:#AFA79F solid 1px;
padding-left:20px;

}

td#restRight {
background:url(../images/restaurants/rest_grad.jpg) #FFFFFF repeat-x;
border-bottom:#AFA79F solid 1px;


}

.model-results {
}

.model-results img {
padding: 20px;
}

.restCat {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: normal;
	text-transform:uppercase;
}

.restName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #462d05;
	font-weight: normal;
	line-height:25px;
}

.restPhone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #A98B37;
	font-weight: normal;
	line-height:20px;
}

.restLink,
.restLink:link,
.restLink:visited,
.restLink:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #462d05;
	font-weight: normal;
	text-transform:uppercase;
	line-height:25px;
	text-decoration:none;
}

.restLink:hover { color: #C1AB6B }

.restPhoto { 
border: #462d05 1px solid;
margin-right: 20px;
}

/*----------------------------------------- Forms -------------------------------------------------------*/
.form_header {
	background-color: #462d05;
	color: #FFFFFF;
}