body {
    background-image: url(images/tile.png);
    text-align:center;
}

#main {
-moz-border-radius-bottomleft:1em;
-moz-border-radius-bottomright:1em;
-moz-border-radius-topleft:1em;
-moz-border-radius-topright:1em;
background-image: url(images/bg1.png);
border:1px solid black;
text-align: left;
width:942px;
z-index:5;
}

#navcontainer {
	top: -50px;
	
}

ul#navlist
{
margin: 0 50px 0 30px;
padding: 0;
width: 130px;
float: left;
}

#navlist li
{
-moz-border-radius-bottomleft:1em;
-moz-border-radius-bottomright:1em;
-moz-border-radius-topleft:1em;
-moz-border-radius-topright:1em;
list-style-type: none;
background-color:#ecfbf2;
color: #194b2c;
border: .2em solid #e1f6e9;
font-weight: 600;
text-align: center;
padding: .3em;
margin-bottom: .1em;

}

#navlist li a
{
color: #194b2c;
text-decoration: none;
display: block;
}

#navlist li a:hover
{
background-color:#d3e09f;
color: #194b2c;
}

#header {
    -moz-border-radius-topleft:1em;
    -moz-border-radius-topright:1em;
    background-image: url(images/head1.png);
    background-repeat: no-repeat;
    width: 942px;
    height: 190px;
}

#image {
    border: 0;
    position:absolute;
    top:0px;
    left:0px;
}

p {
	font-color: #333333;
	font-family:Trebuchet MS;
	} 

h1 {
	font-family: Times New Roman;
    color: #f5fffa;
    position:absolute;
    top: 40px;
    left:500px;
}


#content {
    -moz-border-radius-bottomleft:1em;
    -moz-border-radius-bottomright:1em;
    -moz-border-radius-topleft:1em;
    -moz-border-radius-topright:1em;
    border:1px solid #e1f6e9;
    position:relative;
    float:left;
    background:#ecfbf2;
    width:690px;
    z-index: 10;
    padding-top:10px;
    padding-left:5px;
    top: -70px;
}

p {
    color:#194b2c;
    padding: 2px;
    margin-top: 5px;
    margin-left: 5px;
}

#gray {
    padding: 5px;
    border:1px solid black;
     -moz-border-radius: 1em 1em;
     -webkit-border-radius: 1em 1em;
    margin:1px;
    width:210px;
    height:350px;
    background-color:#808080;
    float: left;
}

#green {
        padding: 5px;
        border:1px solid black;
        -moz-border-radius: 1em 1em;
        -webkit-border-radius: 1em 1em;
        margin:1px;
        width:210px;
        height:350px;
        background-color:#228b22;
        float: left;
}

#green a:hover { 
    color:#f5fffa;
    text-decoration:overline;
    font-weight:bold;
    }


#save {
        padding: 5px;
        border:1px solid black;
        -moz-border-radius: 1em 1em;
        -webkit-border-radius: 1em 1em;
        margin:1px;
        width:210px;
        height:350px;
        background-color:#f0fff0;
        float: left;
}

#footer {
          -moz-border-radius-bottomleft:1em;
        -moz-border-radius-bottomright:1em;
        background-image: url(images/foot.png);
        background-repeat: no-repeat;
        position:relative;
        bottom:0;
        width: 942px;
        height: 190px;
        clear:both;
}

#centeredimage {
    border: 0;
    position:absolute;
    right:40px;
    bottom:5px;
}

#bgimage {
    background-image: url(images/right.png);
    background-repeat: no-repeat;
     position:fixed; 
     right:0;
    bottom:0;
    width:374px;
    height:647px;  
    z-index:-1;
    }


a:link {
    color:#194b2c; 
    }
    
a:visited {
    color:#194b2c;
     }
     
a:hover { 
    color:#639300;
    text-decoration:overline;
    font-weight:bold;
    }
    
a:active { 
    color:#639300;
    }