body {
background-color:#4D89E3;
background-image:url(../images/header-grad.gif);
background-position:top;
background-repeat:repeat-x;
font-family: Arial, Helvetica, sans-serif;
text-align:center;
margin:0px;
padding:0px;
color:#4D2609;
}

#body {
width:881px;
text-align:left;
margin:auto;}

#header {
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
height:183px;
padding-right:100px;
text-align:right;
padding-top:80px;
}

#nav {
background-image:url(../images/nav-bg.gif);
background-repeat:no-repeat;
height:66px;
padding-right:100px;
text-align:right;
}

#content {
background-image:url(../images/content-bg.gif);
background-repeat:repeat-y;
background-color:#CCCCCC;
padding-left:100px;
padding-right:100px;
padding-bottom:30px;
}

#footer {
background-image:url(../images/footer.gif);
background-repeat:no-repeat;
height:170px;
padding-left:200px;
padding-right:100px;
}

a {text-decoration:none}

h1 {margin:0px; font-size:23px;}
p {margin:0px; font-size:14px;}

.thispage {color:#CC3300; background-color:#94B80C}