/* Style Sheet */

html, body
{
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image:url(background.gif);
height: 100%;
}

p, td
{
color: #72806f;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
}

p.footer
{
color: #1f391c;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

h1
{
color: #72806f;
font-size: 20px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

h2
{
color: #72806f;
font-size: 15px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

a, a:visited
{
color: #cc9900;
font-size: 15px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}

a:hover
{
color: #cc9900;
font-size: 15px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
}

#container
{
position: relative;
width: 800px;
height: 100%;
margin-left: auto;
margin-right: auto;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}

#header
{
position: relative;
height: 200px;
width: 800px;
border-bottom: 1px solid #CCCCCC;
}

#nav
{
position: relative;
height: 35px;
width: 800px;
background: #fff5d8;
text-align: left;
padding: 0px;
}


#main
{
position: relative;
min-height:100%;
width: 760px;
background: #fcf8ec;
text-align: left;
padding: 20px;
}

#footer
{
position: relative;
height: 100px;
width: 800px;
background: #808e7d;
text-align: center;
padding: 10px 0px 0px 0px;
}


