/* Generic Elements */

body {
	margin-left:0;
	margin-top:0;
	margin-right:0;
	background:#FFFFCC;
}

img {
	border:none;
	margin:0;
	padding:0;
}

/* ID Element Tags */

#header {
	width:100%;
	background: #ffffff;
	height:100px;
}

#header h1 {
	position: absolute;
	margin: 0;
	font-size: 2px;
	height: 8px;
	z-index: 3; /* above the UL */
}

#header h1 a {
	display: block;
	width: 500px;
	height: 100px;
	background: transparent url("../Images/HerbertLogo.jpg") no-repeat;
	text-indent: -700em;
	text-decoration: none;
}

#header_right {
	padding-top:8px;
	text-align:right;
	background: url("../Images/flower-right.jpg") no-repeat;
	color:#2f502d;
	font-size:10px;
	position:absolute;
	top:-4px;
	right:0px;
	width:108px;
	height:100px;
}

#title_bar {
	position:absolute;
	z-index: 4;
	width:100%;
	background:#2f502d url("../Images/bar_1.jpg") repeat-x left;
	height:28px;
	color:#30522F;
	left:0;
}

#title_bar a{
	font-size:0.9em;
	color:#fff;
	padding:8px;
	font-weight:bold;
	text-decoration:none;
}

#title_bar a:hover{
	color:#B4BD9D
}

#info_bar{
	position: absolute;
	top:0px;
	left:0px;
	height:100%;
	width:200px;
	z-index:0;
	border-right:1px solid #595959;
	background:#95A573;
	
}

#info_bar div.inside {
	position:absolute;
	top:138px;
	left:2px;
	width:	180px;
	z-index:10;

}
#info_bar div.inside a{
	color:#ffffcc;
}	

#info_bar div.inside h2{
	color:white;  
	background: url("../Images/bar_2.gif") no-repeat;
	padding:4px 4px 4px 28px; 
	text-align:left; 
	font-weight:bold; 
	font-size:10pt;
	margin: 0px;
}

#info_bar div.inside p.head{
	margin:0;
	padding:4px; 
	border-left:1px solid #595959;
	color:#ffffcc;
	font-weight:bold;
	font-size: 11pt;
}

#info_bar div.inside p{
	margin:0;
	padding:4px 4px 4px 16px; 
	border-left:1px solid #595959;
	color:#ffffcc;
	font-size: 10pt;
}



#container {
	postion:absolute;
	text-align:center;
	margin:28 0 0 200px;
	line-height: 1.2;
	color:#205A1F;
}

#container p{
	margin:0;
	color: #205A1F;
	font-size: 20pt;
	
}

#container a{
	color:#336699;
}

#container a:hover{
	color:#205A1F
}
	
#content {
	padding:5px;
	width:100%;
}

#content a{
	color:#339900;
	font-family: Times New Roman;
}

#content a:hover{
	color:blue; 
	font-size:large;
}

/* CSS Classes */

.gallery{
	width:100%; 
	text-align:center;
}

.gallery div.wrapper{
	float:left; 
	margin:5px;
}

.gallery div.wrapper img{
	background:white; 
	margin:50px 50px 0px 50px;
}
