body 		{
	        font-family: arial;
			}

a {
        text-decoration: none;
	font-family: arial, sans-serif;
	font-wei/ght: bold;
	text-ali/gn: center;
        color: #006633;
                        }
a:hover {
	color: aqua
	}	
#wrapper	{
	background-color: #006633;
	width: 850px;
	margin: auto;
        position: relative;
	}
#banner 	{
	background-image: url(../images/);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #D2F7EB;
	height: 350px;
	padding-left: 0px;
			}
#banner a:hover {
                        color: aqua;
}
#float{
	position: absolute;
	top: 45px;
	left: 235px;
        text-shacfdow: #006633 0.2em 0.2em 0.2em;
	}
#float ul{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	}
	
#float li{
	float: left;
	padding-top: 25px;
        padding-right: 15px;
	text-align: center;
	}
	
#float a{
	text-decoration: none;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-align: center;
        color: #006633;
	}        
#leftnav 	{
	background-color: #006633;
	float: left;
	width: 150px;
	height: 500px;
	padding-top: 10px;
	padding-left: 10px;
        color: white;
        font-family: arial;
			}

#leftnav ul {
	list-style-type:none;
	margin: 6px 0 0 6px;
	padding: 6px 0 50px 10px;
	}
#main 	{
	background-color: white;
 	margin-left: 160px;
	height: 490px;
	padding: 10px;
        border-right: solid 1px black;
	}
#main ul  {
        list-style-type:none;
        }

#main ul.a  {
        list-style-type:circle;
        margin: 6px 6px 6px 6px;
	padding: 15px 25px 50px 10px;
        font-family: arial;
        }

#footer	{
	background-image:  url(../images/greentexture1.jpg);
	padding-top: 1px;
	}
#leftnav a {
	text-decoration: none;
        color: #D2F7EB;
        font-family: arial;                
        background-position: left bottom;
	padding-bottom: 0;
	background-repeat: repeat-x;
	}
#leftnav a:hover {
	color: aqua
	}	
#leftnav li {
	text-decoration: none;
        font-family: arial;
	backghround-color: #D2F7EB;
        font-size: 0.75em;
        padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 4px;
	text-align: left;
        bordher-top: 3px solid #afdab9;
	bordher-left: 3px solid #afdab9;
	bordher-right: 3px solid #18451d;
	bordher-bottom: 3px solid #18451d; 
}


.clear {
	clear: both;
	}
