body {
    font: 0.9em/1.3em Verdana, "Times New Roman", Serif;
    background-image: url("../images/gradient-background.png");   
    height: 1000px;
}

.page
  {
    width: 950px;
    padding: 0;
    background: url("../images/body-shadow.png") repeat-y center;
  }


#logo {
    background: url("../images/logo.png") left bottom no-repeat;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    height: 57px;
    width: 140px;
    float: left;
}


img {
    margin-left: 20px;
    margin-right: 20px;
}

#content1 {
    float: left;
    width: 350px;
}


.body {
    margin: 0 10px;
}

.body p {
    color: #453f38;
    font-size: 100%;    
    margin-left: 20px;
    padding-left: 0;
}


.main {
    background-color: #f8f7f7;
}




.head {
    border-top: 1px solid #0b0a0a;
    border-bottom: 1px solid #0b0a0a;
    height: 90px;
    margin: 0 10px;
    background-color: #ddd5d1;
}


.leftCol {
    background-color: #ddd5d1;
    border-right: 1px solid #0b0a0a;
    height: 600px;
    margin: 0;
    padding: 0;
}


.centerCol {   
    background-color: #f8f7f7;
    height: 600px;
}

.rightCol {   
    background-color: #ddd5d1;
    height: 600px;
    border-left: 1px solid #0b0a0a;    
}



h2 {
    color:#4D6E95;
    margin-left: 20px;
    padding-left: 0;    
    font-family: Verdana, Arial, sans-serif;
}



.smallLogo {
    background: url("../images/small-logo.png") bottom 0 no-repeat;
}

.clr {
   clear: both; 
}



.foot {
    text-align: center;
    border-bottom: 1px solid #0b0a0a;
    border-top: 1px solid #0b0a0a;
    height: 90px;
    margin: 0 10px;
    background-color: #ddd5d1;
}

.foot p {
    color: #453f38;
    font-size: 90%;
    margin-top: 10px;
}



.listItem {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.listItem li {
    background: url("../images/small-logo.png") no-repeat center left;
    padding-left: 20px;
    margin-left: 30px;
    color:#453F38;
    font-size:100%;
}

.headline {
    font-size: 133%;
    color: #4D6E95;
    font-family: Verdana, Arial, sans-serif;
    margin: 20px;  
}

.headline .arrow {
    color: #453f38;
    margin-left: 10px;
    margin-right: 10px;
}

