	body{
		width:100%;
		height:100%;
		font-family:Century Gothic,Helvetica;
		font-size:13px;
		line-height:14px;
		background-color:#cc2200;
		background-image:url(../images/bg.png);
		background-repeat:no-repeat;
		background-position:top center;
		color:#fff;
	}
	*{
		margin:0px;
		padding:0px;
		border:0px none #fff;
	}
	a{
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}
	a:hover{
		color:#000;
	}
	p{
		padding:13px 10px 0px 10px;
	}
	.portfolio a
	{
		display:block;
		width:200px;
		height:75px;
		float:left;
		background-color:#000;
		border:4px solid white;
		margin:0px 4px 0px 0px;
	}
	.portfolio a img
	{
		background-color:#000;
		opacity:0.5;
		filter:alpha(opacity=50);
	}
	.portfolio a img:hover
	{
		opacity:1;
		filter:alpha(opacity=100);
	}
	h1
	{
		font-size:22px;
		color:#000;
		margin:13px 0px 0px 10px;
		font-weight:bold;
		line-height:24px;
		width:660px;
		display:inline;
		font-family:Century Gothic,Helvetica;
	}
	#edittitle
	{
		font-size:22px;
		color:#000;
		margin:13px 0px 0px 10px;
		font-weight:bold;
		line-height:24px;
		width:660px;
		display:block;
		background-color:#dd3311;
		padding:0px;
		cursor:pointer;
	}
	#showme
	{
		display:none;
		float:right;
		width:660px;
		height:491px;
		background-image:url(../images/content_bg.png);
		background-position:bottom left;
		background-repeat:no-repeat;
		border:0px solid #000;
	}
	#rte
	{
		border:0px solid #000;
		background-color:#transparent;
		font-family:Century Gothic,Helvetica;
	}
	form p
	{
		line-height: 26px;
	}
	form span
	{
		display:block;
		width:200px;
		height:24px;
		font-weight:bold;
	}
	#EyeCandainer input
	{
		display:block;
		background-color:#cc2200;
		line-height:14px;
		font-family:Century Gothic,Helvetica;
		font-size:13px;
		height:22px;
		width:200px;
		color:#fff;
		margin:1px 0px;
		font-weight:bold;
	}
	#container textarea
	{
		display:block;
		background-color:#aa1100;
		line-height:15px;
		font-family:Century Gothic,Helvetica;
		font-size:13px;
		height:22px;
		width:400px;
		height:200px;
		color:#fff;
		border:2px solid white;
		margin:1px 0px 5px 0px;
		font-weight:bold;
	}
	#container input
	{
		display:block;
		background-color:#aa1100;
		line-height:15px;
		font-family:Century Gothic,Helvetica;
		font-size:13px;
		height:22px;
		width:200px;
		color:#fff;
		border:2px solid white;
		margin:1px 0px;
		font-weight:bold;
	}
	#container{
		width:920px;
		margin:0px auto;
		margin-top:20px;
	}
	li {
		list-style-type: none;
		display:inline
	}
	#menu{
		width:920px;
		height:50px;
	}
	#mathijs{
		display:inline-table;
		width:140px;
		height:50px;
		background-image:url(../images/mathijs_down.png);
		float:left;
		font-size:0px;
		line-height:0px;
		margin-left:260px;
	}
	#mathijs:hover{
		background-image:url(../images/mathijs_up.png);
	}
	#portfolio{
		display:block;
		width:146px;
		height:50px;
		background-image:url(../images/portfolio_down.png);
		float:left;
		font-size:0px;
		line-height:0px;
		margin-left:36px;
	}
	#portfolio:hover{
		background-image:url(../images/portfolio_up.png);
	}
	#cv{
		display:block;
		width:59px;
		height:50px;
		background-image:url(../images/cv_down.png);
		float:left;
		clear:right;
		font-size:0px;
		line-height:0px;
		margin-left:40px;
	}
	#cv:hover{
		background-image:url(../images/cv_up.png);
	}
	#contact{
		display:block;
		width:140px;
		height:50px;
		background-image:url(../images/contact_down.png);
		float:left;
		clear:right;
		font-size:0px;
		line-height:0px;
		margin-left:40px;
	}
	#contact:hover{
		background-image:url(../images/contact_up.png);
	}
	#my_head{
		height:310px;
		width:260px;
		background-image:url(../images/het_hoofd_van_mathijs.png);
		background-position:bottom center;
		background-repeat:no-repeat;
		float:left;
	}
	#content{
		float:right;
		width:660px;
		height:491px;
		background-image:url(../images/content_bg.png);
		background-position:bottom left;
		background-repeat:no-repeat;
	}
	#content p img{
		border:4px solid #fff;
		float:right;
		cursor:pointer;
		margin:0px 0px 5px 5px;
	}
	#shizzlecontainer{
		height:300px;
		width:260px;
		background-image:url(../images/shizzle_main.png);
		float:left;
	}
	#shizzleleft{
		margin-left:-100px;
		height:300px;
		width:100px;
		background-image:url(../images/shizzle_left.png);
	}
	#bottom{
		float:right;
		width:660px;
		height:79px;
		background-image:url(../images/bottom.png);
	}
	#footer{
		float:right;
		width:660px;
		height:80px;
	}
	#this_is_the_end{
		line-height:0px;
		font-size:0px;
		height:121px;
		width:193px;
		float:left;
		background-image:url(../images/the_verry_end.png);
	}
	#overlay{
		position:absolute;
		right:0px;
		top:0px;
		width:3000px;
		height:1300px;
		background-image:url(../images/overlay.png);
		display:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’../images/overlay.png’ ,sizingMethod=’spread’);
	}
	#EyeCandainer{
		display:none;
		width:760px;
		height:500px;
		background-color:#fff;
		position:absolute;
		left:50%;
		top:0px;
		margin:50px 0px 0px -380px;
		color:#000;
		background-image:url(../images/overlay_bg.png);
		background-repeat:no-repeat;
		background-position:bottom right;
	}
	#EyeCandainer h2{
		color:#cc2200;
		margin:8px 10px;
		font-weight:normal;
		font-size:30px;
		line-height:30px;
	}
	#EyeCandainer .x{
		position:absolute;
		right:0px;
		top:0px;
		color:#cc2200;
		font-size:30px;
		line-height:30px;
		margin:8px 10px;
		cursor:pointer;
		text-decoration:none;
	}
	#EyeCandainer .x:hover{
		color:#000;
	}
	#EyeCandainer p a	{
		color:#cc2200;
	}
	#EyeCandainer p a:hover	{
		color:#000;
	}
	.portfolio a
	{
		display:block;
		width:200px;
		height:75px;
		float:left;
		background-color:#000;
		border:4px solid white;
		margin:0px 4px 4px 0px;
		padding:0px;
	}
	.portfolio a img
	{
		opacity:0.3;
		filter:alpha(opacity=30);
	}
	.portfolio a img:hover
	{
		opacity:1;
		filter:alpha(opacity=100);
	}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 1300px;
}
#jquery-lightbox {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font-size: 10px;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}