﻿#wrapper
{	
	background-color: #E6D8AE;
	margin: auto;		
	width: 1000px;
}

#left
{
	background: url(images/left.jpg);
	float: left;
	height: 288px;
	width:256px;
}

#nav
{	
	height: 167px;
	margin-top: 121px;
	width: 256px;
}

#nav a,
#nav a:visited
{
	color: Black;
	display: block;
	font-size: 11pt;	
	text-align: right;
	text-decoration: none;
}

#middle
{
	background: url(images/bannerMiddle.jpg);	
	float: left;
	height: 288px;
	width: 502px;
}

#right
{
	background: url(images/taxComm.jpg);
	float: left;
	height: 288px;
	width: 242px;
}

#leftBtm
{
	background: url(images/bannerBtmLt.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	height: 82px;
	width: 758px;
}

#searchBtn
{
	background: url(images/searchBtn.jpg);
	float: left;
	height: 82px;
	width: 242px;
}

#content
{
	background: url(images/hpBottom.jpg);
	background-color: #E6D8AE;
	background-position: bottom; 
	background-repeat: no-repeat;	
	color: #020202;
	padding: 15px 70px;
	padding-bottom: 132px;	
}