

#wrapper {
    text-align: left;
    margin: 0px auto;
    padding: 0px;
    border:0;
    width: 800px;
    background: url("/path/to/your/background_cols.gif") repeat;
  }


#header {
    margin: 0 0 15px 0;
    background: yellow;
  }


#side-a {
    float: left;
    width: 400px;
  }


#side-a1 {
    float: left;
    width: 280px;
  }


#side-a2 {
    float: left;
  }


#side-b {
    margin: 0;
    float: left;
    width: 400px;
    height: 1% /* Holly hack for Peekaboo Bug */;
  }


#side-b1 {
    margin-right: 10px;
    float: right;
    width: 100px;
    height: 1% /* Holly hack for Peekaboo Bug */;
  }


#side-b2 {
    float : right;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
  }


#centre {
    margin: 0;
    width: 500px;
    height: 1% /* Holly hack for Peekaboo Bug */;
    background-color : #2b960b;
  }


#footer {
    background-color : #dcfdcc;
    clear : both;
    color : #ffed5a;
    font-family : "Arial Black", sans-serif;
    font-weight : bold;
    text-align : center;
    width:780px;
  }


.footer {
    background-color : #2b960b;
    font-family : "Arial Black", sans-serif;
    font-size : 45px;
    font-weight : bold;
    margin-left : 10px;
    margin-right : -10px;
    margin-top : 0px;
  }


#logo {
    left : 690px;
    position : relative;
    top : 700px;
    z-index : 1;
  }


h1 {
    color : #2b960b;
    font-size : 20px;
    font-style : italic;
    font-weight : bold;
    margin-left : 10px;
  }


h5 {
    color : #2b960b;
    font-size : 10px;
    font-style : italic;
    font-weight : bold;
    margin-bottom : 3px;
    margin-top : 2px;
    margin-left : 10px;
    margin-right : 10px;
    text-align : right;
  }


p {
    margin-left : 10px;
    margin-right : 10px;
    margin-top : 0px;
  }


body {
    background-color : #dcfdcc;
    color : #2b960b;
    font-family : 'Arial', "Verdana", "Adobe Helvetica", sans-serif;
  }


ul#menu {
    list-style-image : none;
    list-style-type : none;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 10px;
    margin-top : 0px;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    position : relative;
    width : 160px;
  }


ul#menu li {
    margin-top: 30px;
    padding:0px;
    margin-left: 0px ;
  }


ul#menu li a {
    background-color : yellow;
    background-image : url('images/menu300.jpg');
    border-bottom-color : #000;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #000;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #000;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #000;
    border-top-style : solid;
    border-top-width : 1px;
    color : red;
    display : block;
    font-family : 'Arial Black', sans-serif;
    font-size : 11px;
    font-weight : bold;
    height : 100%;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    text-align : left;
    text-indent : 30px;
    width : 160px;
  }


ul#menu li a:hover {
    background: #ffed5a;
    color: red;
    border: #000 solid 1px;
    display: block;
  }


.actief {
    font-size : 14px;
    text-indent : 0px;
  }


