html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #a39da9;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body#wineries a#wineriesLink,
body#homes a#homesLink,
body#about a#aboutLink,
body#faq a#faqLink		{
	color: #395784;
}

p, ul, td {
	font-size: 13px;
	line-height: 15px;
	color: #333; 
	margin: 5px 0px 15px 0px;
}

h1 {
	font-size: 16px;
	color: #333;
	padding: 10px 5px 0 0;
	font-weight: normal;
	}

h2 {
	font-size: 12px;
	color: #666;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;

}

h3 {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	color: #5e5e5e;
	font-variant: small-caps;
}

.small {
	font-size: 10px;
	color: gray;
	line-height: 11px;
}

a:link {color: #666;
	text-decoration: underline;
}
a:hover {color: #395784;}
a:active {color: #666;}
a:visited {color: #666;}

#container {
	min-height: 100%;
	position: relative;
	background: #fff; 
	width: 750px;
	margin: 0 auto auto auto;
}
#header {
	width: 750px;
	border: none;
}

/* @group #header2 */

#header2 {
	height: 35px;
	border-bottom: 3px solid #999;
	border-top: 3px solid #999;
	background: #4f445b;
}
#header2 p {
	color: #999;
	text-align: right;
	font-size: 21px;
	padding-top: 10px;
	padding-right: 5px;
}
#header2 ul {
	list-style: none;
	font-size: 13px;
	text-align: right;
	text-transform: uppercase;
	padding-top: 10px;
}
#header2 li {
	display: inline;	
	
}
#header2 a {
	color: #fff;
	text-decoration: none;
	padding-left:40px;
	padding-right: 10px;
	
	}
#header2 a:link {color: #fff;}
#header2 a:visited{color: #fff;}
#header2 a:hover {color: #5280c3;}
#header2 a:active {color: #fff;}
#header2 #current a {color: #5280c3;}



/* @end */

#main {
	width: 310px;
	min-height: 200px;
	padding-left: 150px;
	padding-right: 20px;
	float:left;
	border-right: 1px solid #999;
}

#sidebar {
	width: 230px;
	text-align: left;
	float:left;
	padding-left: 20px;
}

#thumbs {
	width: 100%;
	float:none;
	clear: both;
	padding-bottom: 60px;   /* Height of the footer */
}
.thumb {
	margin-left: 0;
	padding-right: 6px;
}


/* @group #nav */
#nav {
	background: #a39da9;	
}

#nav ul {
	margin-bottom: 0px;
	list-style: none;
	font-size: 15px;
	text-align: right;
	text-transform: uppercase;
	padding-top: 48px;
}
#nav li {
	display: inline;
	padding-left: 40px;	
}

#nav a {
	color: #333;
	text-decoration: none;
	
}
#nav a:link {color: #666;}
#nav a:visited{color: #666;}
#nav a:hover {color: #395784;}
#nav a:active {color: #666;}
#nav #current a {color: #395784;}

/* @end */

/* @group #footer */

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px; /* Height of the footer */
	text-align: center;
}

#footer ul {
	font-size: 10px;
}

#footer li {
	display: inline;
	white-space: nowrap;
}

#footer p {
	font-size: 10px;
	color: #999;
}


/* @end */


