
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#306e8d;
	margin:0px;
	}
	
	#wrapper {
	margin:0px auto;
	width:860px;
	background-color:#fff;
	}
	
	#container {
	padding:20px;
	margin:0px auto;
	width:620px;
	}
	
	#header
	{
		height: 165px;
		background-color: white;
		background-image: url(../../images/header_background.jpg);
		background-repeat: no-repeat;
		border-bottom:2px solid #000;
	}
	
	#leftColumn {
	float: left;
	width: 155px; /*Width of left column*/
	margin-top:10px;
	border-right:1px solid #000;
	margin-bottom:10px;
	padding-right:10px;
	}
	
	#rightColumn {
	float: right;
	width: 420px;
	padding:10px;
	margin-top:10px;
	}
	
	#footer {
	background-color:#306e8d;
	width:820px;
	border-top:50px solid white;
	padding:20px;
	text-align:center;
	color:#fff;
	clear:both;
	}
	
	#header h1 {
	display:none;
	}
	
	#bio_wrapper {
	padding:10px;
	background-color:#fff;
	}
	
	#navigation{
	position: absolute;
	top: 159px;
	width: 740px;
	}

	#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}

	#navigation ul li {
	display:inline;
	font-size:13px;
	height:30px;
	}

	#navigation ul li a {
	padding: 5px 10px;
	text-decoration: none;
	margin-left: 2px;
	background-color: #fff;
	color:#000;
	position: relative;
	float:right;
	}

	#navigation ul li a:hover {
	background-color: #306e8d;
	color:#fff;
	}

	#navigation li.current_page_item a{
	background-color: #306e8d;
	color:#fff;
	}
	
	h1 {
	font-size:16px;
	text-align:center;
	}
	
	p {
	font-size:12px;
	}
	
	#bios{
	margin:0px auto;
	}
	
	.bioImages{
	margin-left:10px;
	}
	
	
	.bioImages a, .bioImages a:link, .bioImages a:visited{
	color:#306e8d;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	}
	
	.bioImages a:hover{
	text-decoration:underline;
	}
	
	.bioImages img{
	padding:5px 10px 10px 0px;
	display:block;
	}
	
	.bioImages div{
	float:left;
	}
	
/*  Forms */
	
	fieldset {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto;
	width:400px;
	padding:20px;
	border:none;
	}
	
	label {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: inherit;
	display: block;
	float: left;
	width: 125px;
	}
	
	label.longLabel {
	text-align: left;
	width: 225px;
	}
	
	label.centered {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: inherit;
	display: inline;
	float: none;
	width: 25px;
	}
	
	
	label.fieldLabel {
	display: inline;
	foat: none;
	}
	
	input.formInputText   {
	font-size: 10px;
	color: #000;
	padding: 2px;
	border: solid 1px #47a1ce;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	width:200px;
	}
	
	textarea {
	font-size: 10px;
	color: #000;
	padding: 2px;
	border: solid 1px #47a1ce;
	margin-right: 5px;
	margin-bottom: 5px;
	width:340px;
	}
	
	textarea:hover {
	border: solid 1px #306e8d;
	color: #000;
	}
	
	
	input.formInputText:hover {
	border: solid 1px #306e8d;
	color: #000;
	}
	
	input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}
	
	select.formSelect  {
	font-size: 10px;
	color: #000;
	padding: 2px;
	border: solid 1px #47a1ce;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	}

	select.formSelect:hover  {
	color: #000;
	border: solid 1px #306e8d;
	}
	
	select.formSelect:focus  {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #7f8971;
	}
	
	#wines_form {
	margin-top:10px;
	margin-bottom:20px;
	text-align: center;
	}
	
	input.formButton {
	padding:5px 10px;
	background-color:#47a1ce;
	font-weight:bold;
	}
	
	
	input.formButton:hover {
	background-color:#306e8d;
	color:#fff;
	}