{
margin: 0;
 padding: 0;
}

a {
color: white;
text-decoration: underline;
}

body {
background: #314b3b url(/_images/bg.gif) repeat-x;
color: white;
 font-size: .8em;
}

h1 {font-weight: normal;
font-size: 300%;
 letter-spacing: .03em;
 text-shadow: #5b8a70 2px 2px 0;
 margin-bottom: 15px;
}

h2 {
 border-bottom: 1px solid #3e604c;
 margin-bottom: 10px;
}

#content {
 background: #314b3b url(/_images/content_bg.gif) repeat-x;
 margin-right: 5%;
 padding-top: 75px;
}

#copy {
 margin: 8% 5%;
 line-height: 185%;
 padding-bottom: 100px;
 background: url(/_images/squiggle.gif) no-repeat center bottom;
}

#copy p {
 margin-bottom: 25px;
 max-width: 700px
}



#copy ul {
 margin-left: 45px;
 margin-bottom: 15px;
}

#footer {
 background: url(/_images/footer.gif) repeat-x;
 padding: 1%;
 letter-spacing: 1px;
 font:80% "Lucida Grande", Lucida, Verdana, sans-serif;
 color: #b0b0b0;
}

#menu {
 text-align: right;
 float: right;
 font-family: "Courier New", Courier, mono;
 font-weight: bold;
 font-size: 125%;
}

#menu a {
 text-decoration: none;
}

#menu a:hover {
 text-decoration: underline;
}

#menu li {
 float: left;
 margin: 0 30px;
 list-style-image: url(http://www.thevermontmovie.com/_images/bullet.gif);
 list-style-position: outside;
 text-shadow: #000000 0 2px 2px;
}

#wrapper {
 margin-left: 2%;
 background-color: white;
}