@charset "utf-8";
body {
	margin: 0; /* 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-color: #121212;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images/will_back.gif);
}
.oneColFixCtrHdr #container {
	width: 500px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
}
.oneColFixCtrHdr #header_contact {
	float: right;
	width: 180px;
	font-size: 14px;
	margin-top: 15px;
	margin-right: 20px;
}

.oneColFixCtrHdr #header {
	background-color: #555555;
	color: #FFFFFF;
	font-size: 11px;
	background-repeat: no-repeat;
	background-image: url(images/will_head_back2.gif);
	height: 90px;
	width: 500px;
}
.oneColFixCtrHdr #navigation {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/will_nav_back.gif);
	background-repeat: no-repeat;
	height: 80px;
	margin-bottom: -5px;
	padding: 1px;
}
.oneColFixCtrHdr #navigation_links {
	list-style: none;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;

}
.oneColFixCtrHdr #navigation_links li {
	display: inline;
}
.oneColFixCtrHdr #navigation_links a:link {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.oneColFixCtrHdr #navigation_links a:hover {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.oneColFixCtrHdr #navigation_links a:active {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.oneColFixCtrHdr #navigation_links a:visited {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}




.oneColFixCtrHdr #header_logo {
	height: 46px;
	width: 250px;
	font-size: 14px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	margin-top: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.oneColFixCtrHdr #mainContent_willie {
	height: 168px;
	width: 172px;
	float: right;
	background-image: url(images/willie.gif);
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #mainContent_vid {
	display: block;
	height: 203px;
	width: 270px;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #121212;
	border: medium none #121212;
}
.oneColFixCtrHdr #mainContent p {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #footer {
	background-color: #f69336;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 14px;
	color: #000000;
}
