/*
 *	Header
 */

#header {
	background-image: url(/images/coolblue.nl/press_header.jpg);
}




/*
 *	Columns
 */

#left {
	width: 210px;
	margin-right: 10px;
	float: left;
}

#center {
	width: 530px;
	margin-right: 10px;
	float: left;
}

#right {
	width: 210px;
	float: left;
}




/*
 *	Blocks
 */

#toc {
	font-weight: bold;
}


#questions h2 {
	border-color: #666;
	color: #666;
}


#questions div.vcard {
    margin-bottom: 1em;
}

#questions div.fn {
	font-weight: bold;
}


#pressreleases dl {
	margin-bottom: 1em;
}

#pressreleases dt {
	float: left;
}

#pressreleases dd {
	margin-left: 100px;
}

#pressreleases dd.current {
	font-weight: bold;
}

#pressreleases p.backtotop {
	margin-top: 0;
}