body {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
}
#container {
	width: 780px;
	margin: 0 auto;
}
.header {
	background: url(http://www.solid-web.nl/promo/solid-web..jpg) no-repeat right 5px;
	height: 110px;
	border-bottom: solid #942923 1px;
	width: 780px;
}
.domain {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	border-bottom: solid #942923 1px;
	padding: 5px 5px 5px 10px;
}
.content { 
		width: 780px;
}
.innercontent { 
		padding: 10px; 
		color: #333333; 
		text-align: left; 
		font-size: 14px;
}
.innercontent .small {
		font-size: 11px;
}
.bottom { 
		border-top: solid #942923 1px; 
		height: 35px; 
		font-size: 11px; 
		color: #333333; 
		padding-top: 10px;
}
a {
		text-decoration: none; 
		font-weight: normal; 
		color: #333333;
}
a:hover {
		text-decoration: underline; 
		font-weight: normal; 
		color: #333333;
}
