body {
	margin: 0;
	font-family: verdana,verdana;
	font-size: 10pt;
	background: #CBEBD2;
}
#textbox {
	filter:alpha(opacity=80);		
	opacity:.8;
	position: absolute;
	top: 200px;
	width: 160px;
	left: 650px;
	background: white;
	padding: 5px;
	z-index: 10;
	font-family: verdana,verdana;
	font-size: 8pt;
	text-align: justify;
}
#background {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url("images/bg2.png");
	background-repeat: no-repeat;
	background-position: center;
	left: 0;	
	z-index: -1;
}

#topthickbar {
	position: absolute;
	height: 76px;
	width: 100%;
	background: #5A3E1C;
} 

#container {
  position:relative;
  width: 800px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}

#banner {
	height: 137px;
	background-image: url("images/title.png");
}

#column-1 {
	padding-top: 0.8em;
	float: left;
	width: 163px;
	text-align: right;
}

#column-2 {
	padding: 0.5em;
	float: right;
	width: 600px;
	border: solid 3px #5A3E1C;
	border-bottom: none #5A3E1C;
	font-family: verdana,verdana;
	font-size: 11pt;
	color: #5A3E1C;

}
#column-2-foot {
	float: right;
	width: 615px;
	height: 181px;
	border-left: solid 3px #5A3E1C;
	border-right: solid 3px #5A3E1C;
	background-image: url("images/footer_container_2.png");
	background-repeat: no-repeat;
}

#column-2-foot-2 {
	margin-bottom: 25px;
	float: right;
	width: 615px;
	height: 21px;
	background-image: url("images/footer_container_3.png");
	background-repeat: no-repeat;
}

#column-2 li {
	list-style-image: url("images/bullet.png");
}
#column-2 a {
	color: #5A3E1C;
	text-decoration: none;
}
#column-2 a:hover {
	text-decoration: underline;
}
#navigation {
	padding-top: 2em;
	padding-bottom: 2em;
	float: right;
	width: 140px;
	background: #5A3E1C;
}
#navigation ul {
	margin: 0 0 0 0;
	padding: 12px;
	padding-bottom: 0px;
	list-style: none;
	text-align: center;
}		
#navigation ul a {
	color: white;
	text-decoration: none;
	display: block;
	border-top: solid 0.7em #307C1F;
	border-bottom: solid 0.7em #307C1F;
	background: #307C1F;
	font-family: verdana,verdana;
	font-size: 12pt;
}
#navigation li {
	color: white;
	text-decoration: none;
	display: block;
	border-top: solid 0.7em #5A3E1C;
	border-bottom: solid 0.7em #5A3E1C;
	background: #307C1F;
	font-family: verdana,verdana;
	font-size: 12pt;
}				
#navigation a:visited {
	/*color: #ccc;*/
}

#navigation a:hover {
	background: #105800;			
}
#bhome a#home, #babout a#about, #bprojects a#projects, #bgalleries a#galleries, #bcontact a#contact {
	background: #105800;
	border-top: solid 0.7em #105800;
	border-bottom: solid 0.7em #105800;
}
#navigation-hang {
	float: right;
	width: 140px;
	height: 100px;
	background-image: url("images/hanging_leaves1.png");
	background-repeat: no-repeat;			
}
img, a img {
	border: none;
}
.title {
	margin-left: 1.5em;
	padding: 0 0.5em;
	background:#105800;
	color: white;

} 
.box { 
	margin-left: 0;
	/*border: solid #38B7DF;*/
	border: solid #105800;
	border-width: 1px;
	position: relative;
	float: left;	
	padding: 10px; 
	padding-left: 10px;
	width: 578px;
} 

.box h4 { 
	display: inline;
	border-bottom: medium solid #5A3E1C;
} 

.box h4:before, h4:after {
	content: "\A";
}

.imagebox {
  margin-bottom: 7px;
	margin-left: 7px;
	float: left;
	border: 5px;
	height: 135px;
	width: 135px;
	background: #5A3E1C;
	text-align: center;
	display: table;
	position: relative; 
	vertical-align: middle;
	
}

.imagebox-inner {
  position: relative;
	top: 50%;
	display: table-cell; 
	vertical-align: middle;
}

.imagebox-inner-inner {
  position: relative;  
  top: -50%;
}

#footer {
	margin-top: 0.5em;
	background-color: #5A3E1C;
	width: 100%;
	text-align: center;
	color: #9C8563;
}
#footer a {
	color: #9C8513;
	text-decoration: none;
}
h2 {	
	background-image: url("images/h2 bg.png");
	background-repeat: no-repeat;
	overflow: visible;
	background-position: left;
	height: 40px;
	font-family: Georgia;
}
h3 {	
	background-image: url("images/h3 bg.png");
	background-repeat: no-repeat;
	font-family: Edwardian Script ITC;
	font-size: 26pt;
	margin: 0;
	padding-left: 0.9em;
}