@charset "UTF-8";

/* CSS Document */

#container{border:0px solid #000;}
#header{border:0px solid #000;}
#white{border:0px solid #000;}
#content{border:0px solid #000;}
#menu{border:0px solid #000;}
#footer{border:0px solid #000;}

@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}
#container{
    width:770px;
    border:0px solid #000;
    }

#header{
    width:196px;
    border:0px solid #000;
    }

#content{
    width:574px;
    border:0px solid #000;
    }

#white{
	width:574px;
	height:50px;
	background:ffffff; 
}

#menu{
    width:196px;
	border:0px solid #000;

    }

#footer{
    width:770px;
    border:0px solid #000;
    }


#container {
margin-left:auto;
margin-right:auto;
position:relative;
text-align:left;
width:770px;
  }

#wrp {
background: #fbb03b url('images/BROUWER_website_slice_11.gif') left top repeat-y;
border-bottom:0px solid #C3C3C3;
float:left;
position:relative;
width:770px;
}

#content{
	background: url('images/BROUWER_website_slice_04.jpg') no-repeat;
	float:right;
	border:0px solid #000;
	font-style: arial;
	font-weight: normal;
	font: arial;
    }
	
#white {
background-color:#ffffff;
border-bottom:0px solid #C3C3C3;
float:right;
position:relative;

}

#header{
    background: url('images/BROUWER_website_slice_01.jpg') no-repeat;
    height: 132px; 

    width:196px;
    float:left;
    border:0px solid #000;
    }

#menu{
    position:left;

    width:196px;
    float:left;
    border:0px solid #000;
    }

#footer{
    background: #fbb03b url('images/BROUWER_website_slice_26.gif') left top no-repeat;
    width:574px;
    height: 20px; 
    margin-left:auto;
    margin-right:auto;
    position:relative;
    text-align:center;
	padding-left:196px;
	padding-top:58px;
    
  }

.clr {
	clear:both;
}

}
