@charset "utf-8";
/* CSS Document */
* {margin:0;padding:0}
body {
	background-color	: #FFFFFF;
	background-image	: url(http://www.images.stevebadloe.nl/head_back.jpg);
	background-repeat	: repeat-x;
	font-family			: Tahoma, arial, helvetica;
	font-size			: 62.5%; /* = 10px */
}
body,td,th {
	color				: #666666;
}
a:link {
	color				: #0096CD;
}
a:visited {
	color				: #0096CD;
}
a:hover {
	color				: #666666;
}
a:active {
	color				: #0096CD;
}
h1 {
	font-size			: 18pt;
	color				: #FFFFFF;
}
h2 {
	font-size			: 13pt;
}
h3 {
	font-size			: 12pt;
}
h4 {
	font-size			: 12pt;
}
li {
	list-style			: none;
}
p {
	padding				: 0 0 12px 0;
}
div#header {
	width				: 100%;
	height				: 95px;
	text-align			: center;
	padding				: 50px 0 0 0;
}
div#website {
	width				: 940px;
	height				: auto;
	margin				: auto;
}
div#footer {
	float				: left;
	background			: url(http://www.images.stevebadloe.nl/main.jpg) repeat-x top;
	height				: 35px;
	width				: 100%;
}
.menu {
	float				: left;
	width				: 170px;	
	padding				: 25px 0 0 0;
	font-size			: 1.4em;
	margin				: 0 10px 0 0;
}
.content {
	float				: left;
	width 				: 700px;
	height				: auto;
	padding				: 0 10px 0 10px;	
	text-align			: justify;
	border-left			: 1px dashed #CCCCCC;
	margin				: 25px 0 25px 0;
	font-size			: 1.2em;
}
