/* CSS Document geschreven door Tom Verhaeg - Real Websolutions */

*{margin: 0; padding: 0;}

body{
    background-color: #3f394f;
}

#wrapper{
    width: 594px;
    margin: 0 auto;
    z-index: 0;
}

#header{
    width: 749px;
    height: 179px;
    background: url('../images/header.png');     
    margin: 0 0 0 -200px;
    z-index: 3;
    position: relative;
    float:left;
}

#menu{
    margin: 59px 0 0 271px;
    height: 35px;
    width: 480px;
    padding: 12px 0 0 0; 
    float:left
}

#menu ul li{
    float:left;
    padding: 0 30px 0 0;
}

#menu ul li a{
    font: 14px Trebuchet MS;
    color: #000000;
    text-decoration: none;
}

#content{
    position: relative;
    z-index:1;
    margin: 0 0 0 -45px;
    background-color: #FFFFFF;
    width: 594px;
    float:left
}

#content h1{
    font: bold 14px Trebuchet MS;
    color: #4f4862;
    padding: 20px 0 0 74px;
}

#content p{
    font: 12px Trebuchet MS;
    color: #7b7c81;
    padding: 10px 0 0 34px;
}
#content-left {
float:left;
width:400px;
}

#content-right{
    width: 100px;
    float: right;
    margin:-20px 0 0;
}


#footer{
    width: 594px;
    height: 15px;
    background: url('../images/footer.png');
    margin: 0 0 0 -45px;
    float:left
}

.butterfly{
    margin: -15px 0 0 34px;
    float:left;
}