body {
    background: #EEE;
    color: #000;
    font: 62.5% verdana, arial, sans-serif;
    margin: 0;
}
h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

div.clear {
    clear: both;
}

#container {
    background: #FFF;
    margin: 0 auto;
    /*max-width: 900px;*/
    width: 900px;
}

#header {
    color: #EE8304;
    background: #808080;
    border-top: 5px solid #EE8304;
    border-bottom: 3px solid #EE8304;
}
#header img {
    border: none;
    float: left;
    margin: 10px;
}
#header h1 {
    font: 5em 'trebuchet ms', sans-serif;
    margin-top: 35px;
}
#header h2 {
    font: 2em 'trebuchet ms', sans-serif;
}

#menu {
    background-color: #CCC;
    border-bottom: 3px solid #EE8304;
    clear: both;
    padding: 10px;
}

/*#middle {
    position: relative;
}*/

#content {
    float: left;
    /*padding-right: 200px;*/
    width: 700px;
}
#content h3, #content p {
    margin: 20px;
}
#content h3 {
    color: #903;
    font: 2.1em 'trebuchet ms', sans-serif;
}
#content p {
    font-size: 1.3em;
    line-height: 1.5em;
}
#content a {
    border-bottom: 1px solid #EE8304;
    font-size: 1.3em;
    text-decoration: none;
}
#content a:link {
    color: #690;
}
#content a:visited {
    border-style: none none dashed none;
    color: #9FCB50;
}
#content a:hover {
    color: #660;
}
#content a:active {
    color: #9FCB50;
}
#content iframe {
    float: left;
    margin: 0 20px;
}

#panel {
    float: right;
    /*position: absolute;
    right: 0;*/
    width: 200px;
}
#panel iframe {
    margin: 20px;
}

#footer {
    background: #F6F7BD;
    border-top: 3px solid #EE8304;
    border-bottom: 5px solid #EE8304;
    clear: both;
    color: #000;
    height: 30em;
    position: relative;
}
#footer p.links {
    border-right: 1px solid #FFF;
    display: inline;
    float: left;
    height: 20em;
    margin: 10px;
    padding: 10px;
}
#footer p.links a {
    color: #903;
    display: block;
    font-size: 1.1em;
    padding-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 130px;
}
#footer p.links a:hover {
    text-decoration: underline;
}
#footer p.no-border {
    border: none;
}
#copyright {
    clear: both;
    font: 2em 'trebuchet ms', sans-serif;
    position: absolute;
    bottom: 0;
    padding: 1em;
}
