﻿@media screen 
{

#page 
{
    margin: 0 auto 0 auto;
    width: 780px;
    }

#header 
{
    margin: 2em 15px 3em 15px;
    padding-left: 119px;
    min-height: 104px;
    }
#header img 
{
    float: left;
    margin-left: -119px;
    }
#header p 
{
    margin: 0;
    }
#header q 
{
    display: inline-block;
    margin-top: 1.5em;
    }

#content 
{
    float: right;
    margin: 0;
    padding: 0 15px 0 15px;
    width: 555px; 
    }

#navigation 
{
    background: rgb(254,249,183) url(images/sidebar_bottom.png) no-repeat center bottom;
    background: rgb(255,255,207) url(images/sidebar_bottom.png) no-repeat center bottom;
    background: #F9F9DC url(images/sidebar_bottom.png) no-repeat center bottom;
    background: #FDF6DC url(images/sidebar_bottom.png) no-repeat center bottom;
    float: left;
    margin-left: 15px;
    padding: 10px 10px 20px 10px;
    width: 160px; 
    }
#navigation h2
{
    display: none;
    }
#navigation ul 
{
    list-style: none;
    margin: 0;
    padding-left: 0;
    }
#navigation ul ul 
{
    padding-left: 10px;
    }
#navigation a 
{
    color: #333333;
    }

#toolbar 
{
    text-align: right;
    }
#toolbar li
{
    display: inline;
    margin-left: 10px;
    }

#form p 
{
    margin: 0.5em 0 0.5em 0;
    }

#footer 
{
    clear: both;
    font-size: 85%;
    padding: 0 15px 1.5em 15px;
    }
#footer p 
{
    margin: 0;
    }

}
