/**
 * Title: Pronamic Internet, Vormgeving en Software
 * Description: This stylesheet defines the default layout of Rondvaardij Princenhof
 * Copyright: Pronamic Internet, Vormgeving en Software
 * Company: Pronamic Internet, Vormgeving en Software
 * Author: Karel-Jan Tolsma
 * Version: 1.0
 */

body {
	background: #0C3E75 url("styles/home/texture.gif");
}

#main-wrapper {
	background:  url("styles/home/back.jpg"); 

	width: 100%; 
	min-height: 500px; 

	margin-bottom: 20px;
}

#home-content {
	background: url("styles/home/home-content.png") no-repeat;

	float: right;

	padding: 40px;

	width: 280px;
	min-height: 200px;
}

#home-content h3 {
	color: #17669F;

	font-size: 28px;
}

#home-content ul {
	margin: 0;
	padding: 0;
	
	margin-left: 15px;
}