html { 
	padding: 0px; 
	margin: 0px 0px 0px 0px;
}

body {
	background-color: #CCE5A2;
	font-family: "Copperplate Gothic Light", Georgia, "Times New Roman", Times, Arial;
	color: #000000;
	margin: 0px 0px 0px 0px;
	/*background-image:url(../images/body_background.jpg);
	background-repeat:no-repeat;
	background-position: center top;*/
}

#container {
	width: 100%;	
}

#clear {
	clear: both;
}

#header {
	width: 100%;
	height: 175px;
	background-color: #FFFFFF;
	text-align: center;	
}

#contact_container {
	width: 775px;
	height: auto;
	background-color: #FFFFFF;	
}

#contact_container #phone {
	color: #000000;
	font-size: 18px;
	display: block;
	width: 775px;
	height: 20px;
	font-family: Perpetua, "Copperplate Gothic Light", Georgia, "Times New Roman", Times, Arial;
	text-align: center;
	/*float: left;
	margin-left: 150px;
	margin-right: 25px;*/	
}

#contact_container #address {
	color: #000000;
	font-size: 10px;
	display: block;
	width: 250px;
	height: 25px;
	float: left;	
}

#header_container {
	width: 775px;
	height: 142px;
	display: block;
	text-align: center;
	background-color: #FFFFFF;	
}

#divider_bar {
	width: 100%;
	height: 18px;
	display: block;
	background-image:url(../images/middlebar_repeat.jpg);
	background-repeat: repeat-x;	
}

#nav {
	width: 100%;
	height: 36px;
	margin-top: 15px;
	text-align: center;	
}

#nav li {
	display: inline;
	list-style: none;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 9px;
	text-decoration: none;	
}

#nav li a {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;	
}

#nav li a:hover {
	text-decoration: underline;	
}

#nav_container {
	width: 775px;
	height: 36px;
	display: block;
	text-align: center;	
}

#content {
	width: 100%;
	height: auto;
	margin-top: 0px;	
}

#content_container {
	width: 775px;
	height: auto;
}

#hero_container {
	width: 350px;
	height: 385px;
	float:left;
	display:block;	
}

#text_container {
	width: 400px;
	height: 345px;
	float:left;
	display:block;
	overflow: auto;
	margin-top: 35px;
	margin-bottom: 20px;
	scrollbar-base-color: #CCCFB5;
    scrollbar-face-color: #CCE5A2;
    scrollbar-track-color: #B9CF95;
    scrollbar-arrow-color: #000000;
    scrollbar-3dlight-color: #CCCFB5;
    scrollbar-darkshadow-color: #CCCFB5;
    scrollbar-highlight-color: #34352F;
    scrollbar-shadow-color: #34352F;	
}

#text_holder {
	text-align: justify;
	padding-left: 10px;
	padding-right: 20px;	
}

#text_holder h1 {
	font-size: 115%;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	line-height: 18px;	
}

#text_holder p {
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	line-height: 18px;	
}

#text_holder p a:link, #text_holder p a:active, #text_holder p a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

#text_holder p a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #9A852F;
}

#footer {
	width: 775px;
	height: auto;
}

#footer_spacer {
	width: 375px;
	height: auto;
	float: left;
}

#footer_text {
	width: 325px;
	height: auto;
	text-align: center;
	margin-top: 35px;
	float: right;
	margin-right: 75px;	
}

#footer_text h2 {
	font-size: 115%;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	line-height: 18px;	
}

#footer_text p {
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	line-height: 18px;	
}

#footer_text p a:link, #footer_text p a:active, #footer_text p a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

#footer_text p a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #9A852F;
}

#footer_bottom {
	width: 775px;
	height: 20px;
	display: block;
}



