/* Placeholders -------------------------------------------------------------------*/

body {
text-align					: center;
background-color			: #2f2e2e;
color					    : #000000;
background-image			: url(../img/bg.gif);
background-repeat			: repeat;
}

#container {
width						: 700px; /* 700px */
margin						: auto;
background-color			: #ffffff;
color						: #000000;
text-align					: left;
}


/*Header -------------------------------------------------------------------------- */

#header {
clear						: both;
width						: 700px;
color						: #000000;
}

#header img {
float						: left;
border-top					: 9px solid #b29658;
border-bottom				: 9px solid #b29658;
}


/* Bovenbalk ----------------------------------------------------------------------- */

#bovenbalk {
width						: 700px;
height						: 73px;
background-color			: #000000;
}

#bovenbalk img {
float						: left;
border						: 0px solid #000000;
}

/* Navigatie ------------------------------------------------------------------------*/

#nav {
float						: right;
width						: 375px;
height						: 28px; /* 73px */
color						: #ffffff;			
padding						: 35px 10px 10px 10px;
font-size					: 12px;
text-align					: right;
}
	
/* Start content ------------------------------------------------------------------- */

#wrap {
float						: left;
width						: 700px; /* 700px */
background-image			: url(../img/bg_wrap.gif);
background-repeat			: repeat-y;
border-top					: 9px solid #d2232a;
}

#content {
float					: left;
width					: 500px;
background-color		: #ffffff;
}
	

/* Einde content  ----------------------------------------------------------------- */
	
#footer {
clear						: both;
width						: 900px;
height						: 22px;
line-height					: 22px;
padding						: 0px 0px;
background					: #CCCCCC;
color						: #000000;
}

