/*
      Created by Patrick Maki - Tall Guy Media. 
        What does your website say about you?
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 background: url(images/greenwdbg.jpg) repeat-x;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 809px;

}
#header {
 width: 808px;
 float: left;
 height: 250px;
 background: url(images/newgreenheader.png) no-repeat;
}
#topdivtext {
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #decea5;
}
#contentbg {
 float: left;
 width: 808px;
 background: url(images/contentbg.png) repeat-y;
 height: auto;
}
#leftcolumn { 
 color: #333;
 border-right: 2px solid #333;
 margin: 0px 0px 0px 10px;
 padding: 10px;
 height: autopx;
 width: 200px;
 float: left;
}
.menu {
 width: 190px;
 margin: 10px 0 0 0px;
}
.menu ul li {
 height: 35px;
 font-family: verdana;
 font-weight:  bold;
 text-decoration: none;
 font-size: 12px;
 width: 190px;
 display: block;
 color: #325725;
 border-bottom: 1px solid #333;
}
.menu li a {
 background: url(images/navbg.jpg) no-repeat;
 color: #325725;
 display: block;
 padding: 17px 0 0 40px;
 text-decoration: none;
}
.menu li a:hover {
 background: url(images/navbgover.jpg) no-repeat;
 display: block;
 color: #7e0e0e;
 padding: 17px 0 0 40px;
}
#addtext {
 font-family: verdana, sans;
 font-size: 12px;
 color: #333;
 padding: 20px 0px 20px 15px;
 margin: 22px 0 20px 0px;
 border: 2px solid #3a7227;
 background: #ececec;
 width: 175px;
}
#rightcolumn { 
 float: right;
 margin: 20px 20px 0px 5px;
 height: autopx;
 width: 540px;
}
#footer { 
 width: 808px;
 clear: both;
 height: 100px;
 background: url(images/greenfooter.png) no-repeat;
}
#copyText {
font-family: verdana;
font-size: 10px;
color: #fff;
text-align: center;
margin: 5px 0 5px 0;
}
#footertxt { 
font-size: 10px;
font-family: verdana;
font-weight: normal;
color: #fff;
text-align: center;
padding-top: 40px;
}
#searchbox {
}
#table {
margin: 216px 0 0 15px;
}
.page_title {
 font-family: Times, sans;
 font-size: 22px;
 color: #333;
}
