﻿body {
    color: #574c3f;
    font-family: Corbel, Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    background-color: lavender;
  
  
}



#wrapper {
    width: 1100px;
    margin: auto;
    padding-bottom: 20px;
    background-color: white;
  


    -moz-border-radius: 25px;
    -webkit-border-radius:25px;
     -moz-border-radius:25px;
     overflow:hidden;

     /*-moz-border-radius-bottomright: 25px;
    -webkit-border-bottom-right-radius:25px;
     -moz-border-radius-bottomright:25px;
     overflow:hidden;*/

      /*-moz-border-radius-topright: 25px;
     -webkit-border-top-right-radius:25px;
     -moz-border-radius-topright:25px;
      overflow:hidden;*/
     



}

#navigation {
    height: 45px;
    background: linear-gradient(to top, #c2bcb5, #ffffff);
   
}

#nav {
    display: block;
    list-style: none;
    text-align: center;
}
  #nav li {
        float: left;
        display: block;
        margin-top: 15px;
        text-transform: uppercase;
        padding: 0px 20px 0px 20px;
        border-left: 1px solid #FFFFFF;
        font-size:large;
    }

 
  #nav a:link, #nav a :visited, #nav a:active {
        display: block;
        color: #574c3f;
        text-decoration: none;
    }

    #nav a:hover {
        background-color: white;
    }

/*a:visited {
    display: block;
    color: #574c3f;
    text-decoration: none;
}*/

#content {
    padding: 20px;
    min-height: 400px;
}
