@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif, ;
	font-size: 100%;
	background: url(../images/GFTreecrop.jpg) 0 200px;
	}
p, h2, h3  { margin: 0;}


/* .....  Header  ......*/


#header  {
	margin: 0;
	background: url(../images/wkbench_logo.jpg) no-repeat #fff;
	background-position: 170px 50%;
	height: 180px;
}
#header h1 {margin: 0 0 0 -1000px}
#header h2 {
	margin: 110px 0 0 170px;
	font-size: 18px;
	font-style:italic;
	}
	
	
/* ......menu bar .........*/


	
#menu  {
	margin: 0;
	background: #006600; /*dark green*/
	color: #ffffff;
}

#menu ul{
	margin: 0 0 0 170px;
	padding: 0;
	list-style-type: none;
}

#menu li{
	margin: 0;
	display: inline;
	font-size: 110%;
}
#menu a {margin: 0 -7px 0 0 ;}
#menu a:link { 
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #fff; 
	padding: 0 10px;
	text-decoration: none;
	}
#menu a:visited {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #fff; 
	padding: 0 10px;
	text-decoration: none; 
	}
#menu a:hover {
	background: #006600; /*light green*/
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #fff; 
	text-decoration: none;
	padding: 0 10px 0 10px;
	}
#menu a:active {  }




/* ......  end menu bar  ......*/

/* ......    Content  ......*/

#content  {
	background: #ddd;
	width: 800px;
	margin-left: 150px;
}
#content p, #content h2, #content h3 {
	margin-left: 30px;
	padding: 10px 0;
	width: 710px;
	}
#content h2 {font-family:Georgia, "Times New Roman", Times, serif; color: #000099;}
#content h3 {color:#006600;}
#content .border {
	float: left;
	border: 5px solid #000099; 	
	margin: 0 10px 10px 0px;
	padding: 5px;
	
	}
#content .noborder {	
	float: left;
	border: 5px solid #ddd; 	
	margin: 0 10px 10px 0px;
	padding: 5px;
	}
	
#content ul { 
	padding-bottom: 10px;
	border-bottom: 2px dotted #000099;
	}
#content li {
	list-style-type: none;
	width: 710px;
	margin-top: 10px;
	
}
/* ... ... Footer ... ... */

	
#footer { 
	height: 40px;
	margin: 0;
	background-color: #006600;
	color: #fff;
	text-align: center;
	font-size: 80%;
	
	}
#footer a:link {color: #fff;}
#footer a:hover {color: #666666;} 
