body {
	text-align: center;
	background: #e5e5e5;
	font-family: Arial;
	font-size: 12px;
	background: url("/images/background.jpg");
	padding: 0;
	margin: 0;
}

div#fader {
	background: url("/images/fadestrip2.png") repeat-x;
	padding: 20px 0 20px 0;
}

div#holder {
	width: 878px;
	margin: 0 auto 0 auto;
	border: solid 1px #ffffff;
	background: #ffffff;
	text-align: left;
}

/*#####################################
					Header
#####################################*/

div#header {
	width: 878px;
	height: 420px;
	background: url("/images/header.jpg");
	position: relative;
}

div#header h1, div#header h2 {
	display: none;
}

/*#####################################
					Navigation
#######################################*/

div#navigation {
	height: 25px;
	width: 500px;
	position: absolute;
	bottom: 10px;
}

div#navigation ul {
	margin: 0;
	padding: 5px 0 0 25px;
}

div#navigation ul li {
	display: block;
	float: left;
	padding: 0 10px 0 0;
}

div#navigation ul li a {
	border-bottom: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	padding: 0 5px 0 5px;
	color: #ffffff;
	text-decoration: none;
}

/*#####################################
					Footer
#######################################*/

div#footer {
	background: #737373;
	border: solid 1px #737373;
	font-size: 10px;
	color: #cccccc;
}

div#footer div.padding {
	background: #70101c;
	padding: 5px;
	margin: 10px 0 0 0;
}

div#footer div.disclosure {
	float: right;
	text-align: right;
	width: 600px;
}

div#footer div.address {
	float: left;
	width: 200px;
}

div.netvine {
    margin-top: 5px;
    font-size: 10px;
    color: #666666;
}

div.netvine a {
    color: #666666;
}

/*#####################################
					Content
#######################################*/

div#content {
	padding: 10px 20px 10px 20px;
	border-right: solid 2px #737373;
	border-left: solid 2px #737373;
}

div#content h1 {
	padding-top: 0;
	margin-top: 0;	
}

div.rightimage {
	float: right;
	border: solid 1px #cccccc;
	padding: 10px;
	margin: 0 0 10px 10px;
}

a#directions_link {
	display: block;
	background-color: #ffff66;
	padding: 5px 0 5px 0;
	text-align: center;
	text-decoration: none;
	color: #000000;
	border-top: solid 1px #ffff66;
}

a#directions_link:hover {
	background-color: #ffff00;
	color: red;
}

/*#####################################
					Helpers
#######################################*/

div.clearer {
	clear: both;
}
