@charset "utf-8";
body  {
	background: #F8F1EB;
	margin: auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/dropcloth5.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	height: 10em;
}
.global #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	background-image: url(images/vwcpFooter.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 1.3em;
} 

.global #navTop {
	width: 780px;
	text-align: center;
	margin: auto;
	font-size: 0.8em;
	height: auto;
}

.global #navBot {
	width: 390px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.6em;
	height: 15px;
}

.global #header {
	background-image: url(images/vwcpHeader_bg.jpg);
	text-align: center;
	padding: 0;
	width: 780px;
	height: 291px;
} 

.global #logo {
	background-color: #FFF;
	text-align: center;
	padding: 0;
	width: 780px;
	height: 92px;
} 

.global #redesign {
	background-color: #FFF;
	width: 780px;
	margin: auto;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	color: #F00;
	height: auto;
} 

.global h1 {
	font-weight: bold;
	font-size: 3em;
	position: absolute;
	top: -500px;
} 

.global h2 {
	font-size: 1.5em;
	color: #B2693C;
	text-align: center;
	width: 585px;
	margin: 0 auto;
} 

.global credentials {
	font-size: 1em;
	text-align: center;
	width: 585px;
	margin: auto;
} 

.floatleft {
	float: left;
	margin-right: 10px;
}

.floatright {
	float: right;
	margin-left: 10px;
}

.global #activeSpecial {
	width: 780px;
	margin: auto;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	color: #F00;
	height: auto;
} 

