#frame {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

body {
	margin: 0px;  
	background-color: #f8f0e8;
  background-image: url('http://www.apartamento.nl/if/backline.gif');
	background-repeat: repeat-x;}

#head1 {
	background-image: url( 'http://www.apartamento.nl/if/menu2.jpg' );
	height: 126px;
	background-repeat: no-repeat;
	margin-top: 20px; 
	
}


#nav {
  background-color: #14a;
	width: 920px;
	height: 20px;
}

#nav a {
	margin-right: 2px;
	margin-left: 2px;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
	padding-top: 3px;
  height: 17px;
}

#nav a:hover  {
	color: #DAE7F3;
}


#content {
/*	background-color: #DAE7F3; */
	background-color: #DEEDF7;
  color: #000011;
	width: 900px;
  font-size: small;
  line-height: 17px;
	float: left;
	background-repeat: repeat-y;
  font-family: "trebuchet ms";
  padding: 10px;
}

  
#column1 {
	width: 560px;
	float: left;
	padding-right: 10px;
}
 
#column2 {
	float: left;
	width: 320px;
  color: #59200A;
  margin: 5px;
 	
}



#content h1 {
  font-family: "trebuchet ms";
	font-size: 22px;
	font-weight: bold;
	color: #116;
}

#content h2 {
  font-family: "trebuchet ms";
	font-size: 18px;
	font-weight: bold;
	color: #116;
}

#content h3 {
  font-family: "trebuchet ms";
	font-size: 14px;
	font-weight: bold;
	color: #116;
}

table {
	background-color: #aaa;
} 

td {
  background-color: #f8f0e8;
	font-family: "Arial";
	font-size: 12px;
	padding: 3px;
}
 
th {
	font-family: "Arial";
  background-color: #f8f0e8;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 3px;
}


