body {
    padding-top: 0px; 
    margin:0; 
    border:0;
    background: #b6b6b6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    height: 100%;
}

h1 {
    font-size: 1.3em;
}

.capital {
    font-size: 1.3em;
}

.italic {
    font-style: italic;
}

.wrapper {
    width: 980px;
    margin: auto;
}

.header {
    background: #0A280E url(../images/header.png);
    height: 171px;
    width: 980px;
    margin: 0px;
    text-align: right;
    color: #ffffff;
}

.header p {
    margin-right: 15px;
    margin-top: 0px;
    padding-top: 75px;
    font-size: 12px;
    color: #ffffff;
}


.footer {
    text-align: right;
    color: #ffffff;
    height: 25px;
    background: #0A280E;
    width: 980px;
}

.footer p {
    margin-right: 15px;
    margin-top: 0px; 
    padding-top: 6px;
    font-size: 9px;
    color: #ffffff;    
}

.logo {
    clear: both;
    width: 980px;
    height: 70px;
    background: #ffffff url(../images/logobackground.png);
    text-align: right;
    padding:0;
    margin:0;
    border:0;
}

#logo {
    margin-top: 30px;
    margin-right: 15px;
}

.navigation {
    background: #0A280E url(../images/navigation.png) no-repeat;
    width: 252px;
    height: 281px;
    float: left;
    color: white;
    font-size: 12px;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul li {
    padding-top: 5px;   
}

.navigation ul {
    padding: 5px;
    margin-top: 60px;
    margin-left: 5px;
    list-style: none;
}

.navigation ul li {
    width: 50px; 
    padding-top: 20px;    
}

a {
    text-decoration: none;
    color: #ffffff;
}

a.normal {
    text-decoration: underline;
    color: #103718;
}

p {
    color: #103718;
}

.imageArea {
    padding: 0;
    margin: 0;
    width: 252px;
    height: 281px;
    float: right;
    overflow: hidden;
    background: #ffffff url(../images/image.png) no-repeat;
}

.textArea {
    height: 281px;
    width: 476px;
    overflow: auto;
    float: left;
    background: #ffffff;
}