@charset "utf-8";
/* CSS Document */

*{padding:0px; margin:0px;}
div#container {
	position			: absolute;
	left				: 50%;
	width				: 744px;
	margin				: 0 0 0 -377px;
	padding				: 20px 0 0 0;
}
body {
	font-size			: 62.5%; /* = 10px */
	font-family			: Verdana, Arial, Helvetica, sans-serif;
}
.header {
	width				: 744px;
	height				: 178px;
	background			: url(http://www.michaelvanbruggen.nl/images/bg_header.jpg) right no-repeat;
}
.menu {
	width				: 744px;
	height				: 32px;
	background			: url(http://www.michaelvanbruggen.nl/images/bg_menu.gif) top no-repeat;
}	
.submenu {
	float				: left;
	width				: 166px;
	height				: auto;
	background			: #f6f6f4;
	padding				: 20px 0 25px 15px;
	font-size			: 1.2em;
}	
.content {
	float				: left;
	width				: 523px;
	height				: auto;
	padding				: 20px;
	color				: #333333;
}	
.footer {
	width				: 523px;
	height				: auto;
	padding				: 15px 0 0 0;
	text-align			: right;
}
ul{
	list-style			: square;
	color				: #999999;
}
a:link {
	color				: #666666;
	text-decoration		: none;
}
a:visited {
	text-decoration		: none;
	color				: #666666; 
}
a:hover {
	text-decoration		: none;
	color				: #000000;
}
a:active {
	text-decoration		: none;
	color				: #7ba419;
}
h1 {
	text-transform		: uppercase;
	font-size			: 1.4em;
	font-family			: Arial, Helvetica, sans-serif;
}
h2 {
	text-transform		: uppercase;
	font-size			: 1.2em;
	font-family			: Arial, Helvetica, sans-serif;
}
h3 {
	text-transform		: uppercase;
	font-size			: 1.2em;
	font-family			: Arial, Helvetica, sans-serif;
}
p {
	padding				:0 0 11px 0;
}
