body {
    background:url(bg.jpg) #221e1b repeat-x left 70px;
    font-family:Verdana, Arial, sans-serif;
    font-size:10px;
    margin:0;
    color:#247295;
}
a {
    text-decoration:none;
    color:#6da9c4;
    border-bottom:1px solid #aacad8;
}
h1 {
    color:#6da9c4;
    text-transform:uppercase;
    letter-spacing:-1px;
    font-size:16px;
    font-weight:bold;
    margin:10px 0 3px;
    border-bottom:1px solid #aacad8;
}
h2 {
    color:#6da9c4;
    text-transform:lowercase;
    letter-spacing:-1px;
    font-size:14px;
    font-weight:bold;
    margin:10px 0 3px;
    border-bottom:1px solid #aacad8;
}
ul {
    padding:0 10px 0 15px;
    margin:0;
}
li {
    list-style-type:none;
    list-style-image:url(li.jpg);
    margin:4px 0;
}
input, textarea, select {
    border:1px solid #aacad8;
    font-family:Verdana, sans-serif;
    font-size:10px;
}
.back {
    padding:5px;
}
.imgbox {
    text-align:center;
}
.imgbox img, .imgbox a {
    border:0;
    margin:1px;
}

#main {
    width:800px;
    margin:0 auto;
}

#header {
    width:360px;
    height:270px;
    margin:85px 0 0;
    float:left;
    background:url(header.jpg) no-repeat;
}

#content {
    width:264px;
    margin:50px 0 10px;
    float:left;
    background:url(content.jpg);
    padding:8px 5px;
    min-height:286px;
    border:3px solid #dbe0e3;
}
.content_box {
    margin:0 5px 15px;
    text-align:justify;
    line-height:15px;
}

#navigation {
    width:145px;
    height:270px;
    margin:85px 0 0;
    float:left;
    background:url(right.jpg) no-repeat;
    padding:135px 0 0 15px;
}
#navigation a {
    display:block;
    width:60px;
    line-height:17px;
    color:#6da9c4;
    font-weight:bold;
    border-bottom:1px solid #aacad8;
}
#navigation a:hover {
    color:#221e1b;
    border-bottom:1px solid #4f3f34;
}
