/* CSS Document */

body
{
margin: 0;
padding: 0;
font-size: 75%;
font-family: Arial;
font-weight: normal;
color: #333333;
background: url(../images/background.jpg) top left repeat;
}

h1, h2, h3
{
font-family:Arial;
color:#62759A;
}

a:link, a:visited
{
color: #62759A;
text-decoration:none;
}

a:hover, a:active
{
color: #FFCC00;
text-decoration:none;
}

/* wrapper styles */
div#wrapper
{
width:800px;
margin-left:0;
background-color:#FFFFFF;
}

/* header styles */
div#header
{


}

/* content styles */
div#content
{

}

/* footer styles */
div#footer
{
padding-top:0.5em;
height: 80px;
text-align: center;
line-height: .5em;
font-weight:bold;
background-color:#999999;
}

div#footer ul a
{
padding: 0;
list-style-type: none;
}

div#footer li
{
display: inline;
margin-right: 4px;
}
