﻿
body
{
	background-color: #ffffff;
	background-image:none;
}

#outer
{
	margin-bottom: -60px;
}

#header
{
	height: 143px;
	background-color: #000000;
	background-image: none;
}

#headercontent_2
{
	background-color:#ffffff;
	background-image: url("fairway_logo.jpg");
	background-repeat: no-repeat;
	background-position:center;
	height: 123px;
	width:auto;
	margin:10px 0 10px 0px;
	
}

#headercontent_3
{
}

#clearheader
{
	height: 143px;
}

#footer
{
	height: 60px;
	color: #000000;
	text-align: left;
	border-top: solid 12px #118648;
	font-size: 9px;
	background-color: transparent;
	background-image: none;
}

* html #footer /*only ie gets this style*/
{
	height: 60px;
	height: 58px;
}

/*needed to make room for header*/
#clearfooter
{
	clear: both;
	height: 60px;
}

#footercontent_1
{
	text-align: center;
}

/*
#footercontent_2
{
	width: 750px;
	background-color: Transparent;
	border-top: solid 2px #69AA69;
	margin-left: auto;
	margin-right: auto;
}
*/