body {
    text-align:center; /* centers the layout in IE */
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
    font-size: small;
    background: #666;
}

/*-----------------------------------------*/

#wrap {
    width: 770px;
    margin-left:auto; 
    margin-right:auto; 
    text-align:left; /* stops elements inheriting the body's text-center */
    border-left: 2px solid #333;
    border-right: 2px solid #333;
    /*background: #cccc99 url(img/waterfall.jpg) no-repeat 100% 40px;*/
}

/*-----------------------------------------*/

#header {
    border-bottom: 2px solid #333;
    background-color: #003300;
    text-align: center;
    height: 40px;
}
#header ul {
    margin: 0;
    padding: 10px 00px 0px 00px;
    list-style-type: none;
    font: bold 12pt Georgia, serif;
}

#header li {
    display: inline;
    margin: 0;
    padding: 0px 2px; /* menu item spacing */
}

#header a {
    text-decoration: none;
    color: #cccc99;
    padding:0 10px;
}

#header a:hover {
    color: #fff;
    text-decoration: underline;
}
/*-----------------------------------------*/

#logo {
    padding: 10px 0px 5px 10px;
}

/*-----------------------------------------*/

#content {
    float: right;
    width: 540px; 
    font-size: 95%;
    line-height: 1.5em;
    color: #333;
}
#content h2 {
    margin: 0 0 8px 0;
    padding: 0;
    font-family: Georgia, serif;
    font-size: 140%;
    font-weight: normal;
    color: #003300;
}
#content p, li {
    padding-right: 10px;
}
#content a {
    color: #0000cc;
    text-decoration: none;
}
#content a:hover {
    color: #990000;
    text-decoration: underline;
}

/*-----------------------------------------*/

#sidebar {
    float: left;
    width: 220px;
}
#sidebar p {
    margin: 0px 0px 20px 0px;
    text-align: center;
    font-size: 85%;
}
#sidebar img {
    border: 1px solid #666;
}

/*-----------------------------------------*/

#footer {
    clear: both;
    background-color: #003300;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    margin-top: 10px;
}
#footer p {
    margin: 0;
    padding: 10px;
    font-size: 85%;
    color: #ccc;
    text-align: center;
}
#footer a {
    color: #ccc;
}
#footer a:hover {
    color: #fff;
}

/*-----------------------------------------*/

/* sandbag divs */
#sb1, #sb2, #sb3, #sb4 {
float: right;
clear: right;
}
#sb1 {
    width: 290px;
    height: 50px;
}
#sb2 {
    width: 310px;
    height: 310px;
}
#sb3 {
    width: 290px;
    height: 55px;
}
#sb4 {
    width: 60px;
    height: 20px;
}
/* end sandbag-divs */
