body {
	background: #a5c7dd url(/images/slice.png) repeat-x left -20px;
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #000;
}
a img {
	border: none;
}
#frame {
	width: 840px;
	margin: 57px auto 0 auto;
}
#header {
	height: 113px;
	background: url(/images/header-bg2.png) no-repeat;
	margin: 0;
}
#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -1000px;
	width: 300px;
	height: 66px;
	float: left;
}
#header ul {
	text-align: right;
	width: 520px;
	padding: 10px 20px 0 0;
	margin: 0;
	float: left;
}
#header ul li {
	display: inline;
	line-height: 18px;
}
#header ul li a {
	font-size: 12px;
	font-weight: bold;
	margin-right: 3px;
	color: #0e4e93;
}
#header ul li a.alt {
	color: #0093bc;
}
#header ul li a:hover, #header ul li a.hover, #header ul li a.alt:hover, #header ul li a.alt.hover {
	color: #000;
	text-decoration: underline;
}
#header span {
	font-size: 20px;
	display: block;
	margin-top: 10px;
	padding: 0px 0 0 60px;
	font-weight: bold;
	color: #fff;
	float: left;
}
#nederlands, #english, #german, #home {
	float: right;
	font-size: 12px;
	color: #fff;
	width: 59px;
	font-weight: bold;
	margin-right: 22px;
	height: 32px;
	background: url(/scic2/images/en.png) no-repeat right 8px;
	padding: 13px 40px 0px 0px;
}
#nederlands:hover, #english:hover, #german:hover, #home:hover {
	text-decoration: underline;
}
#nederlands {
	background: url(/images/nl.png) no-repeat right 8px;
}
#english {
	background: url(/images/en.png) no-repeat right 8px;
	width: 35px;
}
#german {
	background: url(/images/de.png) no-repeat right 8px;
	width: 40px;
}
#home {
	background: url(/images/home.png) no-repeat right 8px;
	width: 30px;
	margin-right: 25px;
}
#content {
	margin: 0;
	height: 575px;
	overflow: visible;
	clear: both;
	position: relative;
	background: url(/images/content-bg.png) repeat-y left;
}
#index #content {
	background: url(/images/bg.jpg) top left no-repeat;
}
#content h2, #content h3, #content p, #content img, #content form {
	padding: 10px 20px 0px 60px;
	font-size: 13px;
}
#content #stamps img, #content table img {
	padding: 0;
}
#content p {
	font-size: 13px;
	margin: 0;
}
#content p a {
	text-decoration: underline;
}
#content h2 {
	margin: 0;
	padding-bottom: 0;
}
#content h2 + p{
	padding-top: 5px;
}
#stamps {
	position: absolute;
	top:  0;
	left: -35px;
}
#stamps li {
	list-style-type: none;
	text-align: right;
	padding: 0;
	margin: 4px 0;
}
#stamps ul {
	width: 60px;
	margin: 0;
	padding: 4px 0 0 0;
}
#content #stamps img {
	margin: 0;
}
#content img.right {
	float: right;
	padding: 15px 30px 0px 9px;
}
#content p img.right {
	padding: 10px 10px 0px 10px;
}
#content img.left {
	float: left;
	padding: 15px 15px 0px 60px;
}
#content p img.left {
	padding: 10px 10px 0px 0px;
}

#content table p {margin-left:-7px;}