
body, div, p, th, td, li, dd    {
    /* redundant selectors to help NS4 remember */
    font-family:  Verdana, Lucida, Arial, 
Helvetica, sans-serif;
    font-size:    12px;
	
	color: black;
    background-image:url(http://www.cornwallct.org/flore.jpg);
	
	
    }
A:link {text-decoration: none;color: red;}
A:visited {text-decoration: none;color: red;}
A:active {text-decoration: none;color: red;}
A:hover {text-decoration: underline; color: red;}

#main {
position:absolute;
 top:103px;
 left:250px;



width: 900px;

}

#logo {
position:absolute;
 top:0px;
 left:0;
 

width: 100%;
background: #eee;
}


#menu {
position:absolute;
 top:100px;
 left:0;
 

width: 160px;
background: #eee;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font: bold 11px/14px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #086e20;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}
