/*
 *	Header
 */

#header {
	background-image: url(/images/coolblue.nl/companyprofile_header.jpg);
}




/*
 *	Columns
 */

#left {
	width: 560px;
	margin-right: 10px;
	float: left;
}

#right {
	width: 400px;
	float: left;
}




/*
 *	Blocks
 */

#history h2 {
	border-color: #666;
	color: #666;
}

#history dl {
	line-height: 1.2em;
}

#history dt {
	float: left;
	font-weight: bold;
}

#history dd {
	margin-left: 50px;
	margin-bottom: 1.5em;
}

#history li {
	margin-bottom: 0.5em;
	padding: 0 !important;
	background: none !important;
}