body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 5px 0px 10px;
	padding: 0px;
}
.wine_box {
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 6px;
	margin: 10px;
}

.tohide {
display: none;
}

#print-link {
display: none;
}


/*Page header and navigation elements*/
#logo_header {
	background-color: #b9b29a;
	height: 50px;
	width: 760px;
	position: relative;
	visibility: visible;
	z-index: 1;
	text-align: center;
	top: 50px;
	bottom: 100px;
}
#logo_header ul {
	display: none;
}
#logo_header li {
	display: none;
}
#logo_header a:link {
	color:#000000;
	text-decoration: underline;
}
#logo_header a:visited {
	color:#000000;
	text-decoration: underline;
}
#logo_header a:hover {
	color:#003399;
	text-decoration: none;
}
#logo_header a:active {
	color:#FFFFFF;
	text-decoration: underline;
}
#logo {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 182px;
	position: absolute;
	visibility: visible;
	z-index: 0;
	top: -50px;
	left: 0px;
}
#search_box {
	display: none;
}
	
/* Page photo layout */
#main_photo {
	display: none;
}

/* main body text layout: regular pages */
.main_body {
	padding: 0px 15px;
	margin: 0px;
	z-index:2;
	position:relative;
	top:35px;
	width: 730px;
	text-align: left;
}
.main_body td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.main_body a:link {
	color: #0000CC;
	text-decoration: underline;
}
.main_body a:visited {
	color: #0000CC;
	text-decoration: underline;
}
.main_body a:hover {
	color: #990000;
	text-decoration: none;
}
.main_body a:active {
	color: #FF0000;
	text-decoration: underline;
}
.main_body h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	padding: 5px 0px 2px;
	margin: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	border-bottom-width: 1px;
}
.main_body h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 0px 2px;
}
.main_body h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.main_body li {
	list-style-image: none;
	list-style-type: none;
	margin-left: -25px;
}

.main_body img {
display: none;
}

.main_body #footer img {
display: inline;
}

/* Footer container and layout properties */
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width:730px;
	text-align: center;
}
#footer a:link {
	color: #000000;
	text-decoration:underline;
}
#footer a:visited {
	color: #000000;
	text-decoration:underline;
}
#footer a:hover {
	color: #990000;
	text-decoration:none;
}
#footer a:active {
	color: #990000;
	text-decoration:underline;
}
#subpage {

	background-color: #990000;
	height: 10px;
	width: 760px;
	left: 0px;
	top: 50px;
	position: relative;
	visibility: visible;
	z-index: 0;
}

#search_box input#searchsubmit
	{
display:none;
	}
.main_body .smalltext {
	font-size: 10px;
}
