/* CSS Document for Nature Coast Website*/
body{
width: 80%;
text-align: center;
margin-right: auto;
margin-left: auto;
background-color: #076816;
}
#wrapper{
width: 760px;
height: 460px;
text-align: left;
margin: 0px auto;
position: relative;
background-color: #FFFFFF;
}
#butterflies{
width: 169px;
position: absolute;
left: 546px;
top: 173px;
height: 172px;
}
#title{
position:absolute; 
left:34px; 
top:27px; 
width:94px; 
height:400px;
border-right: solid 2px #c6c479;
}
#tagline{
position:absolute; 
left:155px; 
top:35px; 
width:569px; 
height:21px;
}
h1{
font-family: arial, helvetica, sans-serif;
font-size: 1em;
color: #c6c479;
}
h2{
font-family: arial, helvetica, sans-serif;
font-size: 95%;
color: #076816;
margin-bottom: 0;
}

#navigation{
position:absolute; 
left:177px; 
top:89px; 
width:299px;
height:132px;
font-family: arial, helvetica, sans-serif;
font-size: 1em;
color: #000;
}
a:link {
color: #006600;  font-family:  Arial, Helvetica, sans-serif;  font-size: 90%; text-decoration: overline underline; }
a:visited{
color: #006600;  font-family:  Arial, Helvetica, sans-serif;  font-size: 90%; text-decoration: overline underline; }
a:hover  {color: #C6C479;  font-family:  Arial, Helvetica, sans-serif;  font-size: 90%; text-decoration: overline underline; }
a:active  {color: #C6C479;  font-family:  Arial, Helvetica, sans-serif;  font-size: 90%; text-decoration: overline underline; 
}
#footer {
position:absolute; 
left:159px; 
top:389px; 
width:527px; 
height:18px;
font-family: arial, helvetica, sans-serif;
font-size: 76%;
color: #000;
}
