body {
	font-family: verdana, arial, helvetica, serif;
	font-size: .8em;
	color: #5a5833;
	background: url('images/greengradient.jpg') repeat-x left top;
	text-align: center;
	margin: 0
	
}

h1           { 
	color: #5A5833;
	font-family: Verdana, Arial; 
	font-size: 18pt;
	Text-align: center; 
	padding-top: 0px;
	padding-bottom: 0px;
	word-spacing: 5px;
	font-weight: 400px;
		}

h2           { 
	color: #5a5833;
	font-family: Verdana, Arial; 
	font-size: 12pt;
	Text-align: center; 
	word-spacing: 0px;
	font-weight: bold;
		}
		
#wrapper{ 
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	text-align: center;
	}
	
#main {
	background-color: #FFFFFF;
	text-align: center;
	width: 900px;
	}

#aboutquote {
	margin: 0;
	padding: 15px;
}

#footer{
	width: 900px;
	background: #5a5833;
	color: #fff;
	text-align: center;
}

td	{
	padding: 5 10 5 10;
	font-size: 10pt;
	}	


#nav, #nav ul { /* all lists */         
	width: 900px;
	float: left;
	padding: 0em;
	margin: 0em;
	list-style: none;
	background: #5a5833;	
	line-height: 1.5em;
	text-align: center;
}

#nav a {
	display: block;
	width: 12em;
	font-size: 1em;
	text-decoration: none;
	background: #5a5833;
	padding: .5em 2em .5em 2em;
	color: #FFFFFF;
	text-transform: uppercase;
}

#nav li { /* all list items */
	float: left;
	width: 12em; /* width needed or else Opera goes nuts */
}

#Nav a:hover {
	background: #5A5833;
	color: silver;
	}
	
#nav li ul { /* second-level lists */
	position: absolute;
	background: #5a5833;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	}
	
#nav li:hover ul ul, #nav li.sfhover ul ul { /* lists nested under hovered list items */
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#banner {
	background-color: #5a5833;
	text-align: center;
	width: 900px;
}
		

a:link       { 
	text-decoration: none;
	color: #5A5833; 
}

a:visited    {
	text-decoration: none;
	color: #5A5833; 
}

a:hover      { 
	color: #000; 
	text-decoration:underline 
}

a:active     { 
	color: #5A5833; 
	text-decoration: none 
}

		
#left 	{
	width: 740px;
	float: left;
	margin: 0pt;
	padding: 0px 0px 0px 4px;
	background: #fff;
	color: #000;
	text-align: left;
			}
	
#right 	{
	width: 130px;
	background: url('images/grayshad3.jpg') repeat-y left top;
	float: right;
	padding-right: 10px;
	ackground: #e0e0e0;
	line-height: 200%;
	text-align: center; padding-left:15px; padding-top:10px; padding-bottom:0px
	
	}