body, th, td, input, textarea, select, option {
	font-family: "Times New Roman", sans-serif;
	font-style: italic;
	font-size: 10pt;
	color: #262525;
}

small {
	color: #262525;
	font-size: 10px;
}

body {
	background: #c6b488 url('images/bg.jpg') repeat-x top;
}

input {
	color: #262525;
}

textarea {
	color: #262525;
	font-size: 10px;
}

option {
	color: #262525;
	font-size: 10px;
}

hr {
	text-align: center;
	width: 80%;
	color: #262525;
	height: 1px;
	margin:0;
	padding:0;
}

pre { font-family: monospace; font-size:10px; }

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: 700;
	color: #262525;
}

h1 {
	letter-spacing: -2px;
	text-decoration: underline;
	font-size: 26px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

h2 {
	letter-spacing: -2px;
	text-decoration: underline;
	font-size: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h3 {
	letter-spacing: -1px;
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

h4 {
	letter-spacing: -1px;
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#master {
	width: 1062px;
	padding: 0;
	margin: 0 auto;
}

#title_div {
	background: url('images/wildes_02.jpg');
	width: 1062px;
	height: 188px;
}

#links_div {
	background: url('images/wildes_04.jpg');
	width: 1062px;
	height: 35px;
}

#links_div a:hover{
	background-position: 0 -35px;
}

#home {
	width: 88px;
	height: 35px;
	float:left;
	padding:0;
}
#home a{
	background: url('images/button_05.jpg');
	width: 88px;
	height: 35px;
	float:left;
	padding:0;
}

#food {
	width: 73px;
	height: 35px;
	float:left;
	padding:0;
}
#food a{
	background: url('images/button_07.jpg');
	width: 73px;
	height: 35px;
	float:left;
	padding:0;
}

#wine {
	width: 107px;
	height: 35px;
	float:left;
	padding:0;
}
#wine a{
	background: url('images/button_09.jpg');
	width: 107px;
	height: 35px;
	float:left;
	padding:0;
}

#reviews {
	width: 110px;
	height: 35px;
	float:left;
	padding:0;
}
#reviews a{
	background: url('images/button_11.jpg');
	width: 110px;
	height: 35px;
	float:left;
	padding:0;
}

#contact {
	width: 109px;
	height: 35px;
	float:left;
	padding:0;
}

#contact a{
	background: url('images/button_13.jpg');
	width: 109px;
	height: 35px;
	float:left;
	padding:0;
}

#end_link {
	background: url('images/wildes_10.jpg');
	width: 46px;
	height: 42px;
	float:left;
	padding:0;
}

#top_border {
	background: url('images/wildes_05.jpg');
	width: 1062px;
	height: 20px;
}

#page_content {
	width: 1062px;
	height: 485px;
	min-height: 485px;
}

#left_border {
	background: url('images/wildes_06.jpg');
	width: 45px;
	height: 485px;
	float: left;
}

#left_column {
	background: url('images/wildes_07.jpg') repeat-y;
	padding: 0 5px 0 5px;
	width: 140px;
	height: 485px;
	float: left;
	overflow: hidden;
}

#content {
	background: url('images/wildes_08.jpg') repeat-y;
	padding: 0 15px 0 5px;
	width: 645px;
	height: 485px;
	float: left;
	overflow: auto;
}

#right_column {
	background: url('images/wildes_09.jpg') repeat-y;
	padding: 0 5px 0 5px;
	width: 140px;
	height: 485px;
	float: left;
	overflow: hidden;
}

#right_border {
	background: url('images/wildes_10.jpg');
	width: 52px;
	min-height: 485px;
	float: left;
}

#bottom_border {
	background: url('images/wildes_11.jpg');
	width: 1062px;
	height: 75px;
}

div .left_content_big {
	width: 563px;
	min-height: 40px;
	float:left;
	padding:0 10px;
	position: relative;
}

div .right_content_big {
	width: 563px;
	min-height: 40px;
	float:right;
	padding:0 10px;
	position: relative;
}

div .left_content_small {
	width: 235px;
	min-height: 40px;
	float:left;
	padding:0 10px;
	position: relative;
}

div .right_content_small {
	width: 235px;
	min-height: 40px;
	float:right;
	padding:0 10px;
	position: relative;
}


.formcontainer {
	width:720px;
	margin: 0 auto;
}

.formLeft {
	float: left;
	width: 300px;
	font-size: 12px;
	color: #000000;
	padding: 0 10px;
	text-align: right;
	margin: 3px 0;
}

.formRight {
	float: right;
	width: 380px;
	font-size: 12px;
	padding: 0 10px;
	text-align: left;
	margin: 3px 0;
}

.formcontainerContact {
	width:500px;
	margin: 0 auto;
}

.formLeftContact {
	float: left;
	width: 200px;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	clear: left;
	text-align: right;
	margin: 3px 0;
}

.formRightContact {
	float: right;
	width: 280px;
	font-size: 12px;
	padding: 0px;
	text-align: left;
	margin: 3px 0;
}

table.menu {
	width: 593px;
	height: 1038px;

	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

table.menu td {
	padding: 0 0 20px 0;
}

a img {
	border: 0;
}

a.news {
	color: #990000;
}

div .mininews {
	width:135px;
}

div .fullnews {
	width:600px;
	margin: 0 auto;
	text-align:left;
}

div .scroller {
	width:450px;
	height:32px;
	overflow:hidden;
}

div .miniscrollingnews {
	height:32px;
	float: right;
	margin: 15px 0 0 0;
	overflow: hidden;
}

.newsscrollitem {
	width:auto;
	height:auto;
	text-align:right;
}

div .scrollingmenu {
	width:300px;
	margin: 0 auto;
	height:55px;
	overflow:hidden;
}

.scrollitem {
	width: auto;
	text-align:center;
}

div .scrollingmenu  a {
	text-decoration: none;
}

div .scrollingmenu  a :hover{
	text-decoration: underline;
}

div .clear { clear:both; }