body {
    background-color: #C8C8FF;
width: 1150px;
}
h1 {
    width: 491px;
    height: 50px;
    background-image: url('../image/logo.jpg');
    text-indent: -999em;
}
a {
    text-decoration: none;
}
img {
    border: 0px;
}
h2 {
    font-family: Georgia, serif;
    color: #8F4778;
    font-weight: normal;
}
ul#navigation {
    padding: 0px;
    height: 26px;
    background-color: #51518F;
    margin: 0px;
}
ul#navigation * {
    list-style-type: none;
}
ul#navigation li {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font: 10px Arial;
    
    position: relative;
    /*padding: 0 10px;*/
    margin: 7px 0;
    color: #E4E4FF;
}
ul#navigation > li {
    border-left: 1px solid #E4E4FF;
    float: left;
    width: auto;
    white-space:nowrap;
}
ul#navigation > li:first-child {
    border-left: 0px;
}
ul#navigation li a {
    color: #E4E4FF;
    padding: 2px;
    border: 1px solid transparent;
    margin: 2px 10px;
}

ul#navigation li ul {
    display: none;
}
ul#navigation > li:hover > a {
    border: 1px solid;
}
ul#navigation li:hover ul {
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    background-color: #FFF5DF;
    border: 1px solid #E4E4FF;
    padding-left: 0px;
}
ul#navigation li ul:hover {
    display: block;
}
ul#navigation li:hover ul li a {
    color: #000;
    display: block;
}
ul#navigation li ul li a:hover {
    background-color: #FFECBF;
    border: 1px solid;
}
div#searchBox {
    clear: both;
}
li#searchBox {
    margin: 0px !important;
}
#main {
    clear: both;
    background-image: url('../image/left.jpg');
    background-repeat: repeat-y;
    background-color: #FFF5DF;
}
div#left, #foot {
    background-color: #51518F;
}
div#left {
    float: left;
    width: 230px;
    font: 12px/18px Georgia, sans-serif;
    color: #E4E4FF;
}
div#left p {
    padding: 20px 5px;
}

div.right {
    float: right;
}
div.left {
    float: left;
    width: 49%;
}

#content {
    padding: 50px;
    color: #333333;
    float: left;
    font-family: Arial, sans-serif;
    width: 550px;
}
#content p {
    max-width: 450px;
}
#foot {
    clear: both;
    border-top: 1px solid #FFF5DF;
    border-bottom: 1px solid #FFF5DF;
    color: #E4E4FF;
}
#foot p {
    display: inline;
    
}
#foot a {
    color: #E4E4FF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font: 10px Arial;
}
#foot #copy {
    margin-right: 30%;
}
