BODY {
	width:100%;
	margin:0px;
	padding:0px;
	border:0px; 
	color:black;
	font-family:Verdana,Arial,sans-serif; 
	font-size:12px; 
	background-color:#e3eadf;
	vertical-align:top;
	}
	
#wrapper {
	padding:6px;
	}
   
#left {
	left:0px; right:160px;
	padding:6px;
	position:absolute; overflow:visible; top:auto; height:auto;
	}
					   
#right {
	right:0%; width:149px;
	padding:6px;
	position:absolute; overflow:visible; top:auto; height:auto;
	font-size:10px; 
	text-align:center;
	}

A, A:Link, A:Visited, A:Hover { text-decoration: none; }
#herblist A, #herblist A:Link, #herblist A:Visited { color:black; }
#herblist A:hover {	display:block; color:#600; background-color:#e7f0e7; }
					   
H1, H2, H3, H4, H5 { 
	margin:0px; 
	padding:0px; 
	text-align:center;
	font-weight:bold;
	}
	
H1 { color: #262; font-size:15px; background:url('../images/hgradient_yellow.gif') repeat-x;}
H2 { color: #22f; font-size:14px; background:url('../images/hgradient_yellow.gif') repeat-x;}
H3 { font-size:13px; }
H4 { color: #fff; font-size:12px; background:url('../images/hgradient_green.gif') repeat-x;}
H5 { font-size:11px; display:inline; margin: 4px 4px 0px 0px; text-align:left; text-decoration:none; }

IMG{
	margin:0px;
	text-align:center;
	float:left;
	width:150px;
	border:0px; 
	}

P { margin:4px 0px; }

.MyHR { height:16px; margin:6px; padding:0px; background:url('../images/hr1.gif') no-repeat center;}
