* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	font-family: arial;
	font-size: 9pt;
	letter-spacing: 1px;
	color: #002346;
} 
a {
	color: #f89829;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}
#header {
	background: #fbfcf6;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	height: 165px;
}
#homeLink {
	width: 450px;
	height: 165px;
	display: block;
	text-decoration:none;
}
#menu #spacer_left {
	width: 183px;
	height: 26px;
	float: left;
	background: url('../images/menu_l.png');
}
#menu #spacer_right {
	width: 183px;
	height: 26px;
	float: right;
	background: url('../images/menu_r.png');
}
#menu #buttonsarea {
	float: left;
	width: 534px;
	height: 24px;
}
#buttonsarea a img {
	border: 0;
	margin: 0;
}

#buttonsarea a {
	margin: 0px 0px;
	padding: 0px;
	display: block;
	float: left;
	height: 26px;
	background-repeat:no-repeat;
	background-position: 0 0;
}

#buttonsarea a:hover {
	background-position: 0 -26px;
}

#buttonsarea a.current {
	background-position: 0 -52px;
}

#content {
	padding: 50px 183px;
	line-height: 140%;
}

#popup-content {
	padding: 20px;
	line-height: 140%;
}

#footer {
	background: url('../images/border_horizontal.png') no-repeat;
	padding: 10px 183px;
	color: #f89829;
}

h2 {
	font-size: 12pt;
}


#link_start {
	background-image: url('../images/start_sprite.png');
	width: 69px;
}

#link_animatie {
	background-image: url('../images/animatie_sprite.png');
	width: 91px;
}

#link_grafisch {
	background-image: url('../images/grafisch_sprite.png');
	width: 91px;
}

#link_muziek {
	background-image: url('../images/muziek_sprite.png');
	width: 81px;
}

#link_cv {
	background-image: url('../images/cv_sprite.png');
	width: 50px;
}

#link_contact {
	background-image: url('../images/contact_sprite.png');
	width: 82px;
}

#link_links {
	background-image: url('../images/links_sprite.png');
	width: 70px;
}


#contactTable{
	padding: 0;
}
#contactTable td{
	font-family: arial;
	font-size: 9pt;
	letter-spacing: 1px;
	color: #002346;
	padding: 2px 15px 0 0;
}

#leftcolumn {
	float: left;
	width: 250px;
}
#rightcolumn {
	float: right;
	width: 250px;
}
.cleaner {
	clear: both;
}

.cv_table td, .music-table td{
	padding-top: 6px;
	padding-right: 15px;
	font-family: arial;
	font-size: 9pt;
	letter-spacing: 1px;
}

.cv_table td{
	vertical-align: top;
}

.music-table td {
	vertical-align: middle;
}



.head_row {
	font-weight: bold;
}
.head_row td {
	padding-top: 15px;
}

a.thickbox img {
	border:0 none;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-right: 20px;
	
	-moz-opacity:.30;
	filter:alpha(opacity=30);
	opacity:.30;
}

a.thickbox img:hover {
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
}

