/* LET OP!! Alle divjes binnen de container hebben een standaard opmaak, zie #container DIV & #container DIV DIV in style.css */
#container {
	background-position:0 -200px;
}


/* Elements to float Left */
#left_column, #right_column, #left_column .full_banner IMG {
	float:left;
}

/* Elements with 10px padding */
#cms_content1, #cms_content2, #cms_content3, #cms_content4, #newest_building_notes, #newest_building_notes DIV {
	padding:10px;
}


/* LEFT COLUMN */
#left_column {
	width:470px;
	margin:-75px 5px 65px 0;
}
/* elements in left column */
#cms_content1, #cms_content2, #cms_content3, #cms_content4 {
	width:448px;
	background:#F5E9D3;
}


/* RIGHT COLUMN */
#right_column {
	width:375px;
	margin:-75px 0 65px 5px;
}
/* elements in right column */
#newest_pictures {
	background:#F5E9D3;
	width:366px;
	padding:10px 0px 4px 10px;
}
#newest_pictures H2 {
	padding-left:5px;
}
#newest_pictures IMG {
	float:left;
	margin: 0px 6px 6px 0px;
	padding:1px;
	border:1px solid #CCC;
}
#newest_building_notes {
	background:#F5E9D3;
	width:358px;
}
#newest_building_notes SMALL {
	/*width:338px;
	text-align:right;
	display:block;*/
	font-size:11px;
}
#newest_building_notes .left
{
	float: left;
}
#newest_building_notes .right
{
	float: right;
}
#newest_building_notes H4
{
	clear: both;
}
#newest_building_notes .readMore {
	width:338px;
	text-align:right;
	display:block;
}
#right_column #newest_building_notes DIV {
	background-color:#EEDAB5;
	margin-top:10px;
}
