/* CSS Document */

body {
	background: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000;
	margin: 0;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333399;
	margin: 10px;
	border-bottom: 1px solid #333399;
}
.header { color: #000; border: 0; }

h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #008000;
	margin: 0;
}

p {
	font-size: 10px;
}

a, a:link, a:visited {
	color: #333399;
	text-decoration: underline;
}

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

img {
	border: 0;
}

#container {
	background: #fff;
	position: absolute;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	border: 1px solid #333399;
	text-align: left;
	margin-top: 10px;
}

#leftcontent {
	margin: 5px 0px 20px 15px;
	width: 40%;
	float: left;
}

#rightcontent {
	margin: 15px 15px 20px;
	float: right;
}

#winetext {
	height: 30px;
	text-indent: -5000px;
	background: #f00 url(images/wineonthewater.png) no-repeat;
	margin-top: 20px;
}

#nav {
	margin: 20px 0px 20px 0px;
}

#nav ul {
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	margin: 5px;
}

#nav ul li {
	width: 130px;
	margin: 0;
	padding: 0;
	line-height: 14px;
	background-color: #f1f1f1;
	border: 1px solid #333399;
	margin-top: 5px;
	text-align: center;
}

#nav a, #nav a:link, #nav a:visited {
	color: #333399;
	text-decoration: none;
}

#nav a:hover{
	background-color: #333399;
	width: 100%;
	display: block;
	text-decoration: none;
	color: #f1f1f1;
}

#footer {
	clear: both;
	margin: 10px;
}

#footer img{
	margin: 0px 8px 8px 8px;
}

#footer a {
	font-size: 10px;
	text-transform: uppercase;
}
.smaller { font-size: 8px; }