/* Cascading Style Sheet */
* {
    margin:0;
    padding:0;
    font-size:100%;
}

body {
    background-color: #2B9F00;
    text-align: center;
}

a:visited{
text-decoration: none;
color: #2B9F00;
}

a:link{
text-decoration: none;
color: #2B9F00;
}

a:active{
text-decoration: none;
color: #2B9F00;
}

a:hover{
text-decoration: none;
color: #000000;
}

#page {
    width: 800px;
    background-image: url('images/bg.gif');
    margin: 0 auto;
    padding: 0px;
    font-size: 1em;
    font-family: Arial, Verdana, sans-serif;
}

#header {
margin: 0px;
display: block;
width: 800px;
height: 135px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 20px;
}

#headerLeft {
display: block;
width: 260px;
height: 98px;
float: left;
margin-left: 50px;
margin-top: 20px;
background-image: url('images/Logo.png');
}

#headerRight{
display: block;
width: 200px;
height: 98px;
float: right;
margin-right: 50px;
margin-top: 10px;
text-align: right;
}

#headerRight ul{
list-style-type: none;
}

#headerRight li{
font-size: 3em;
padding-bottom: 5px;
}

#headerRight a:hover{
text-decoration: none;
color: #ffffff;
}

.left {
float: left;
padding-right: 10px;
padding-bottom: 5px;
}

.center {
text-align: center;
margin: 0 auto;
display: block;
}

#wrapper{
    display: block;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0px;
    width: 760px;
    text-align: center;
}

#story {
text-align: left;
}

#topcorners{
    margin: 0px;
    padding: 0px;
}

#bottomcorners{
    margin: 0px;
    padding: 0px;
    width: 547px;
    display: block;
    height: 20px;
    background-image: url('images/BottomCorners.png');
}

#topcorners{
    margin: 0px;
    padding: 0px;
    width: 547px;
    display: block;
    height: 20px;
    background-image: url('images/TopCorners.png');
}

#storybody{
padding-left: 20px;
padding-right: 20px;
}

#storybody h4{
  font-size: 1.2em;
  color: #7AC413;
  padding-bottom: 5px;
}

#navbar{
    float: left;
    display: block;
    width: 224px;
    text-align: center;
}

#footer {
    clear: both;
    padding-top: 20px;
    margin: 0px;
}