body {
    color: black;
    font-family: Verdana;
    background: gray;
    font-size: 1.1em;
}

#wrapper {
    margin-top: 25px;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    min-height: 491px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    background: white url(/img/bg4.gif) no-repeat center;
    border: black solid 1px;
}

#navbar {
    width: 100%;
    height: 100px;
}

#logo {
    float: left;
    width: 54%;
    border: solid black 1px;
    background: white;
    height: 100px;
    padding: 0;
    margin: 0;
    font-size: 400%;
    font-family: Broadway, sans-serif;
    text-align: center;
}

#logo a{
    padding: 0;
    margin: 0;
}

#logo img:hover {
    background: transparent;
    border: none;
}

#logo img {
    padding: 0;
    margin: 0;
    border: none;
}

#logo p {
    margin-top: 10px;
}

#buttons{
    float: right;
    width: 45%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#buttons li {
    float: right;
    list-style-type: none;
    list-style-position: outside;
    width: 48%;
    height: 30px;
    margin: 0 0 5px 5px;
    padding: 0 0 0 0;
}

#buttons ul {
    float: right;
    padding: 0 0 0 0;
    height: 100%;
    width: 100%;
    margin: 0 0 0 0;
}

#buttons a {
    color: black;
    text-decoration: none;
    background: #75d0f5 url(/img/fill.gif);
    border: black solid 1px;
    display: block;
    margin: 0 0 0 0;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    padding-left: 10px;
    width: auto;
    height: 24px;
}

#buttons a:hover {
    background: transparent url(/img/fill2.gif);
}

#navbar a[class="select"] {
    background: transparent url(/img/fill2.gif);
}

#sidebar {
    float: left;
    width: 18%;
    height: 370px;
}

#sidebar a {
    float: left;
    color: black;
    text-decoration: none;
    display: block;
    border: black solid 1px;
    background: #1e76bc url(/img/fill.gif);
    width: 100%;
    height: 25px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
}

#sidebar img {
    float: left;
    width: 140px;	
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    height: 1px;
}

#sidebar li {
    float: left;
    list-style-type: none;
    list-style-position: outside;
    width: 100%;
    height: 30px;
    margin: 0 0 7px 0;
    padding: 0 0 0 0;
}

#sidebar ul {
    float: left;
    padding: 0 0 0 0;
    height: 100%;
    width: 100%;
    margin: 0 0 0 0;
}

#sidebar a:hover {
    background: transparent url(/img/fill2.gif);
}

#sidebar a[class="select"] {
    background: transparent url(/img/fill2.gif);
}

#main {
   float: left;
   margin-top: 5px;
   width: 100%;
   height: 370px;
   margin-right: 0px;
   padding-right: 0px;
}

#content {
    float: right;
    border: solid 1px;
    background: transparent url(/img/fill.gif);
    padding-right: 0px;
    padding-left: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    width: 78%;
    height: 100%;
}

#content a {
    color: #1e76bc;
    text-decoration: none;
}

#content[class="full"]{
    float: left;
    width: 763px;
    margin-left: 0px;
    margin-right: -5px;
    height: 100%;
}

#content p {
    margin-top: .5em;
    padding-right: 1em;
    width: auto;
    text-align: justify;
}

#content h1 {
    margin-top: .5em;
    font-size: 1em;
}
