﻿
body
{
	background-color: #ffffff;
	background-image:url("ClarksonValley_bodybg.jpg");
	background-repeat:repeat-x; 
	
}

#outer
{
	margin-bottom: -40px;
}

#header
{
	height: 180px;
	background-color: transparent;
	background-image: none;
}

#headercontent_2
{
	background-image: url("ClarksonValley_headerlogo.jpg");
	background-repeat: no-repeat;
	background-position:center;
	height: 180px;
}

#headercontent_3
{
}

#clearheader
{
	height: 180px;
}

#footer
{
	height: 40px;
	color: #000000;
	text-align: left;
	border-top: solid 0px #000000;
	font-size: 9px;
	background-color: transparent;
	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: 750px;
	background-color: Transparent;
	border-top: solid 2px #69AA69;
	margin-left: auto;
	margin-right: auto;
}
