/* CSS Document */

body {
background-color:#333333;
margin-top:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}

a:link {
color:#cccccc;
}

a:hover {
color:#374910;
}

a:visited {
color:#cccccc;
}

b:link {
color:#333333;
}

#Main {
width: 700px;
}

#Header {
background-image:url(header.jpg);
background-repeat:no-repeat;
width: 700px;
height: 323px;
}

#Content {
background-image:URL(body.jpg);
background-repeat:no-repeat;
width: 700px;
height: 622px;
}

#Footer {

}

#FooterNav {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#cccccc;
}


