* /*Sets border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}

body, html {
background: #ece0be url(img/background_tile.jpg) top center repeat-x;
font:12px Arial, Helvetica, sans-serif;
color: #534641;
text-align: center;
height: 100%;
}

html {
margin-bottom: 1px;
}

body {
font-size: 12px;
line-height:18px;
}

h1, h2, h3, h4, h5 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

h1 a {
display: block;
margin: 0 auto;
width: 255px;
height: 200px;
background: url(img/header_logo.png) no-repeat;
text-indent: -9999px;
}

h2 {
font-size: 16px;
margin-top: 3px;
}

h3 {
font-size: 13px;
}


a {
color: #a35e2c;
}


p {
font: 14px Georgia, "Times New Roman", Times, serif;
line-height: 16px;
margin-top: 10px;
}


#container {
width: 850px;
margin: 0 auto;
}

#header {
height: 208px;
width:100%;
background: url(img/header_bkg.png);
}

#navbar {
color: #b9a264;
height: 30px;
padding:15px 0 5px 0;
background: url(img/nav_bkg.jpg) no-repeat;
}

#content {
background: url(img/content_bkg.jpg) repeat-y;
min-height: 350px;
padding: 30px 30px 0 30px;
}

#slideshow {
width: 750px;
height: 360px;
margin: 0 auto;
border: 5px solid #b9a264; 
}

#gallerypage #slideshow {
width: 750px;
height: 496px;
margin: 0 auto;
border: 5px solid #b9a264; 
}

#base {
clear: both;
height: 61px;
background: url(img/base.png) no-repeat;
}

#footer {
height: 30px;
font: 12px Georgia, "Times New Roman", Times, serif;
color: #b9a264;
margin-top: 10px;
margin-bottom: 10px;
font-style: italic;
}

#footer a {
color: #b9a264;
}


ul.navigation {
text-align: center; /*set to left, center, or right to align the menu as desired*/
margin: 0;
padding: 0;
list-style-type: none;
}

	ul.navigation li{
	display: inline;
	height: 40px;
	margin: 0;
	padding: 12px;
	}
	
	ul.navigation li a:link, ul.navigation li a:visited {
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFF;
	}
	
	ul.navigation li a:hover, ul.navigation li a:active {
	color: #b9a264;
	}
	
/**************************
CONTENT AND COLUMNS
**************************/

#columns {
width: 760px;
height: 330px;
margin: 0 auto;
padding-top: 18px;
clear:both;
}

.columnbox {
float:left;
width:32%;
min-height: 300px;
margin:0 5px;
text-align: left;
}

.columnboxpromo {
float:left;
width:32%;
min-height: 300px;
margin:0 5px;
text-align: left;
background: url(img/promo_bkg.jpg) no-repeat;
}

#trees-page .columnbox {
float:left;
width:29%;
min-height: 150px;
margin:5px 5px;
padding: 10px;
text-align: left;
border: 1px dotted #990;
}

#givingback-page .columnbox {
width: 80%;
min-height: 150px;
margin:0 0 20px 0;
padding: 10px;
text-align: left;
border: 1px dotted #990;
}

h3 > img { 
float : right; 
position : relative;
top : -20px;
right : -35px;
margin-right : -40px;
} 


.promotext {
height: 60px;
text-align:center;
}

.columnboxpromo a {
color: #3a4e4b;
font-style: italic;
text-decoration: underline;
}

#columns a:hover {
color: #a35e2c;
}


	


