#container{
 position: relative;
 margin: 0px auto;
 width:800px;
 height: 100%;
}
#header{
 position: relative;
 width: 800px;
 height: 178px;
 background-image: url(http://www.houwinkwebdesign.nl/images/header.png);
}
#menu{
 position: relative;
 width: 800px;
 height: 30px;
 background-image: url(http://www.houwinkwebdesign.nl/images/menu1.png);
 background-repeat:repeat-x;
 text-align: right;
}

#menu ul
{
	float: right;
	margin: 0;
    padding: 0;
    list-style: none;
	height: 30px;
}
#menu li {
	float: left;
    font-size: 12px;
	margin: 0;
    padding: 0;
    list-style: none;
}

#menu a{
 padding-top: 9px;
 padding-left: 25px;
 padding-right: 25px;
 padding-bottom: 8px;
 text-decoration:none;
 background-image: url(http://www.houwinkwebdesign.nl/images/menu1.png);
 background-repeat:repeat-x;
 display: block;
 font-size:11px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#FFFFFF;
 font-weight: bold;
}
#menu a:hover{
 background-image: url(http://www.houwinkwebdesign.nl/images/menu2.png);
 background-repeat:repeat-x;
}
#content{
 position: relative;
 width: 800px;
 min-height: 302px;
 height: 100%;
 font-family: cambria;
 font-size: 12px;
}
#content img
{
	border: #0098dc 1px solid;
}
#content h1{
 font-family: cambria;
 font-size: 16px;
 font-weight: bold;
 color: #0098dc;
}
#content a
{
 color: #0098dc;
 text-decoration:none;
}
#content-left
{
 position:relative;
 width: 547px;
 padding: 25px 25px 25px 25px;
 float: left;
}
#content-right
{
 position:relative;
 width: 203px;
 padding: 25px 0px 0px 0px;
 float: left;
 height: 100%;
}
#project
{
 position:relative;
 width: 750px;
 padding: 25px 25px 25px 25px;
 float: left;
}
#footer{
 position: relative;
 width:		800px;
 height: 15px;
 text-align: right;
 font-family: cambria;
 font-size: 12px; 
}
#footer a{
 text-align: right;
 font-family: cambria;
 font-size: 12px; 
 color: #0098dc;
 text-decoration: none;
}
#footer a:hover{
 text-decoration: underline;
}

