body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #66481b;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-image: url(../images/home1_bkg.jpg);
	background-repeat: repeat;
	line-height: 20px;
}

a:link {
	color: #5a6831;
	text-decoration: underline;
}
a:visited {
	color: #66481b;
	text-decoration: none;
}
a:hover {
	color: #66481b;
	text-decoration: underline;
}
a:active {
	color: #5a6831;
	text-decoration: underline;
}


#logo {
	position: absolute;
	height: 125px;
	width: 636px;
}
#container {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/full_bkg_interior.jpg);
	background-repeat: repeat-y;
	background-position: center top;
} 

#tagline {
	position: absolute;
	top: 60px;
	left: 68px;
	width: 424px;
	font-size: 11px;
	font-weight: bold;
	color: 66481b;
}
#logo {
	height: 83px;
	width: 475px;
	position: absolute;
	left: 20px;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #596831;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
	margin: 0px;
	font-weight: normal;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 339px;
	position: relative;
}

#sidebar1 #sidebarcontainer {
	position: absolute;
	left: 50px;
	height: 242px;
}


#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #66481b;
	padding: 0px;
}


#navigation_sidebar {
	background-image: url(images/nav_bkg_logo2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 10px;
	height: 293px;
	position: absolute;
	top: 235px;
	width: 208px;
	left: 78px;
}


#navigation_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navigation_sidebar li {
	color: #FFF;
	font-size: 10px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e9479;
	font-weight: bold;
	display: block;
}

#navigation_sidebar a {
	color: #fff;
	text-decoration: none;
}
#navigation_sidebar a:visited {
	color: #fff;
	text-decoration: none;
}
#navigation_sidebar a:hover {
	color: #fff;
	text-decoration: underline;
}
#navigation_sidebar a:active {
	color: #fff;
	text-decoration: none;
}

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 339px;
	position: relative;
	background-image: url(images/interior_header_logobkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 46px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

#text {
	width: 586px;
	padding-top: 125px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 26px;
}

#footer {
	padding: 0 10px 0 20px;
	background-image: url(images/home1_bkg.jpg);
	background-repeat: repeat;
	position: relative;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: 10px;
}
.copyright {
	color: #FFF;
}
.copyrigth a {
	color: #F3E8C9;
	text-decoration: none;
}

#contact {
	position: absolute;
	color: #FFF;
	left: 44px;
	top: 6px;
}
#webmaster {
	color: #FFF;
	position: absolute;
	left: 776px;
	top: 6px;
	width: 249px;
}
.webmaster a {
	color: #F3E8C9;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 339px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 0px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
hr {
	color: #586730;
	background-color: #586730;
	height: 1px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
