* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 50px;
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #474747;
    background: #FFFFFF;
}

h1, h2 {
    font-weight: normal;
}

h1 {
    padding-top: 300px;
    font: 40px Georgia, Times, serif;
    letter-spacing: -1px;
    text-transform: lowercase;
    color: Black;
}

h1 a, h1 a:hover {
    color: #474747;
    text-decoration: none;
}

h2 {
    font: 20px Georgia, Times, serif;
    color: #004d91;
}

p {
    padding: 10px 0;
    line-height: 2em;
}

p#description {
    padding: 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
}

a {
    color: #539DC8;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#wrapper {
    margin: 0 auto;
    width: 960px;
    background: url('images/header.jpg') no-repeat;
}

#header {
    height: 560px;
}

#menu {
    height: 40px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    padding: 0 12px 0 6px;
    height: 26px;
    background: url('images/menu1.gif') no-repeat;
}

#menu ul li a {
    display: block;
    float: left;
    padding: 0 16px 0 10px;
    height: 26px;
    font: 18px/24px Georgia, Times, serif;
    text-transform: lowercase;
    text-decoration: none;
    color: #000000;
    background: url('images/menu2.gif') no-repeat right;
}

#menu ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

#middle {
}

#sidebar {
    float: left;
    padding: 0 0 15px 0;
    width: 310px;
}

#search {
    margin-bottom: 50px;
    height: 150px;
    background: #F8F8FF url('images/search.gif') no-repeat;
}

#searchform {
    padding-top: 35px;
    text-align: center;
}

#searchform input.text {
    padding: 5px;
    width: 240px;
    font: 16px Arial, Helvetica, sans-serif;
    color: #232323;
    background: White;
    border: none;
}

#searchform input.submit {
    margin-top: 25px;
    width: 100px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: White;
    background: #F8F8FF;
    border: none;
    cursor: pointer;
}

#sidebar ul {
    list-style: none;
    padding: 30px 0;
}

#sidebar ul li {
    padding: 0;
    line-height: 36px;
}

#sidebar ul li a {
    padding: 0 0 0 10px;
}

#right {
    float: right;
    padding: 0 0 15px 0;
    width: 590px;
}

.box {
    padding: 24px 0;
}

#footer {
    clear: both;
    height: 60px;
    background: #F8F8FF url('images/footer.gif') no-repeat;
}

#footer p {
    padding: 0 0 0 370px;
    line-height: 60px;
}
