body,



	html {
		margin:0;
		padding:0;
		background: #fffdf5  url("../images/HTMLBG.jpg") repeat-x;

	}



#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
	background: #fffdf5 url("../images/WrapperBG.jpg") repeat-y;
	min-height:100%;
}

#header {
	margin: 0 0 0 0;
	height: 223px;
	background:  url("../images/header.jpg") no-repeat;

}

#header_contact {
	margin: 0 0 0 0;
	height: 25px;
	float:right;
}

#side-a {
	float: left;
	width: 250px;
	margin: 40px 0 0 0 ;


}

#side-b { 
	margin: 0px 0 0 40px;
	float: left;
	width: 700px;
	height: 1% /* Holly hack for Peekaboo Bug */
	background: #ffffff;
	min-height:400px;

}

#center_left { 
	float: left;
	width: 340px;
    background: #ffffff;
    padding: 4px 4px 4px 4px;
}

#center_right { 
	float: right;
	width: 350px;

}

	#sub_nav {
		margin:0 0 0 0 ;
		padding:0 0 0 0;
	}

	#sub_nav ul {
		margin:0 0 0 0;
		padding:0 0 0 0;
		list-style: none;
	}
	
	#sub_nav li {
		display:inline;
		margin:0 0 0 0;
		padding:0 20px 0 0;

	}


#footer {
	clear: both;
	height: 135px;
	padding: 140px 2px 4px 10px;
	background:  url("../images/footerBG.jpg") no-repeat;

}


#footer p {
		color: #b7e85e;
		font-family: Arial, helvetica;
		font-size: 12px;
		line-height: 12px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		text-decoration:none;
    }




#side-a p {
	padding: 0;
	margin:0;
}

.sub_nav {
		color: #81ae2f;
		font-family: Arial, helvetica;
		font-size: 12px;
		line-height: 12px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		text-decoration:none;
		}
		
a:hover.sub_nav {
		color: #336699;
		font-family: Arial, helvetica;
		font-size: 12px;
		line-height: 12px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		text-decoration:none;
    }


.text {
		color: #aaa387;
		font-family: Arial, helvetica;
		font-size: 18px;
		line-height: 31px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		text-decoration:none;
    }

a:hover.text {
		color: #ffffff;
		font-family: Arial, helvetica;
		font-size: 18px;
		line-height: 31px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		text-decoration:none;
		background:#e9e5d3;
    }
    
    
.list {
		color: #968f73;
		font-family: Arial, helvetica;
		font-size: 14px;
		line-height: 19px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		text-decoration:none;
    }

.contact {
		color: #ffffff;
		font-family: Arial, helvetica;
		font-size: 14px;
		line-height: 19px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		text-decoration:none;
    }
