html {  width: 100% }

body {
        font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
        font-size: 90%;
        color: #3D3535;
        background-color: #E4E5E0;
        margin: 20px;
        padding: 0px;
        line-height: 140%;
}

/* Wrapper */
.all {
        text-align: center;
        width: 100%;
}

/* the container */
.box {
        background-color: #FFFFFF;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        text-align: left;
        width: 90%;
}

.header {
        margin-top:3px;
        height: 265px;
        background: #fff url(logo.gif) no-repeat;
        width:70%;
}

#navigation {
        float:right;
        width:23%;
        padding-right:4%;
        height: 265px;
}

#navigation ul {
list-style: none;
}



#navigation li{
background: #339966;
border:1px solid #fff;
height: 25px;
width:100%;
text-align:center;
background: #339966 url(corner.gif) no-repeat right top;
text-decoration: none;
padding: 3px 7px 3px 7px;
margin: 0 0 0 4px;
font-weight:bold;
}


/*just a fix, taken from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
        display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
        height: 1%;
}

.clearfix {
        display: block;
}
/* End hide from IE-mac */

/*the container*/
.content {
        margin-right: 255px;
        padding: 20px;
}

.content h1 {
        background-color: #339966;
        color: #FFFFFF;
        padding: 3px;
        margin: 0px 0px 0px 0px;
        font-size: 100%;
        font-weight: normal;
        background: #339966 url(corner.gif) no-repeat right top;
}

/*this is the right hand bar, news bar, links bar w/e*/
.sidebar {
        margin-top: 40px;
        width: 245px;
        float: right;
}

.sidebar h1 {
        background-color: #339966;
        color: #FFFFFF;
        padding: 3px;
        margin: 0px 0px 0px 0px;
        font-size: 100%;
        font-weight: normal;
        background: #339966 url(corner.gif) no-repeat right top;
}

/*the footer, with copyright*/
.footer {
        clear:both;
        background-color: #339966;
        padding: 4px;
        font-size: 80%;
        text-align: center;
        background: #339966 url(corner.gif) no-repeat right top;
}

/*sets the link colours and style*/
a:link, a:active, a:visited {
        color: #000;
        text-decoration: none;
}

a:hover {
        color: #A53512;
        text-decoration: none;
}