﻿
body {
     background-color:#ffffff;
     background-image:none;
}

#outer
{
	margin-bottom:-40px;
}

#header
{	
    width:100%;
    background-image:none;
    background-color: #ffffff;
    height:108px;
}

headercontent_1
{
	padding-top:4px;
	padding-bottom: 4px;

	
}

#headercontent_2
{
    height: 156px;
    background-image:url("valleypark_gwbanner.jpg");
    background-position:top left;
    background-repeat:no-repeat;
    overflow:visible;
    margin-top: 8px;
    border-top:solid 1px white;
    border-bottom:solid 1px white;
}


#centercontent_main2 
{
    padding-top:160px;
}

#clearheader
{
	height: 0px;
}

#footer
{
	height: 40px;
	color: #ffffff;
	text-align: left;
	border-top: solid 0px #04166c;
	font-size: 9px;
	background-color:#ffffff;
    background-image:none;
}

* html #footer /*only ie gets this style*/
{
	height: 40px; 
	height: 38px; 
}

/*needed to make room for header*/
#clearfooter
{
	clear: both;
	height: 40px;
}

#footercontent_1
{
	text-align:center;	
}

#footercontent_2
{
	width:800px;
	background-color: transparent;
	border-top:solid 1px rgb(0, 0, 76);
	margin-left:auto;
	margin-right:auto;
}

