body {
	background-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#container {
	background-color: #FFFFFF;
	width: 80%;
	left: 10%;
	position: absolute;
	top: 0px;
	height: auto;
	min-height: 100%;
}
#header {
	width: 100%;
	position: relative;
	top: 0px;
	margin-bottom: 2em;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header #logos {
	width: 100%;
	position: relative;
	top: 0px;
	min-height: 110px;
}

#header #logos:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header #winelogo {
	padding-left: 10px;
	padding-top: 10px;
	width: 189px;
	float: left;
}
#header #clientlogo {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: auto;
	float: right;
	height: auto;
}
#header #title {
	width: 100%;
	position: relative;
}
#title h3 {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 10px;
}

#header #navbar {
	width: 100%;
	background-color: #003366;
	position: relative;
	height: 42px;
	margin: 0;
}

#navlinks ul {
	margin: 0px;
	padding: 0px;
}
#navlinks li {
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 0;
	display: inline;
	padding-left: 30px;
	padding-right: 10px;
	position: relative;
	top: 10px;
}
#navlinks li a {
	color: #FFFFFF;
	text-decoration: none;
}
#navlinks li a:hover {
	color: #D61252;
	text-decoration: none;
}

#navlinks img {
	float: left;
}

#content {
	width: 100%;
	position: relative;
	padding: 20px 20px 30px 20px;
}
#contentpanel {
		padding-left: 10px;
		padding-right: 10px;
}
#footer {
	border: none;
	border-top: solid #003366 2px;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 100%;
	position: relative;
}
#footer div {
	text-align: right;
	font-size: 10px;
	padding-right: 20px;
	position: relative;
	padding-bottom: 5px;
}

