	@import url("nulstiller.css");
	@import url("menu.css");
	@import url("typo.css");
	
	body
	{
		background			:	#ACC8F6;
	}
	
	#content_holder
	{
		width				:	900px;
		margin				:	50px auto;
		background			:	#fff;
		overflow			:	hidden;
	}
	
	#body_holder 
	{
		padding				:	0px 0px 0px 150px;
		width				:	600px;
		margin				:	0px 0px 0px 0px;
		
		color				:	#0C3F78;
		overflow      		:	hidden;
		background-image  	:	url('../images/middle_left.jpg');
		background-repeat 	:	repeat-y;
	}
	
	#body_holder #flick_body
	{
		padding				:	10px;
	}
	
	#footer
	{
		width				: 900px;
		height				: 170px;
	}
	
	#footer img
	{
	}
	
	#footer #logo
	{
	position          : relative;
	top               : -70px;
	left              : 20px;
	z-index           : 100;
	}
	
	.staff_box
	{
	width       : 240px;
	margin      : 0px 60px 40px 0px;
	float       : left;
	}
	
	.staff_box img
	{
	border : 2px #0C3F78 solid; 
	clear      : both;
	}