body {
	background: #080808;
	min-width: 1036px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

#container h1 {
	display: block;
	width: 210px;
	height: 104px;
	margin-left: 130px;
	background: url(../images/logo.png);
	text-indent: -99999px;
}



#centerwell {
	position: relative;
	height: 177px;
	background: #1f2327;
	overflow: hidden;
	background-color: #1f2327;
	width: 980px;
}

#centerwell li  {
   position: relative;
   width: 72px; height: 177px;
   float: left;
   border-right: #1f2327 1px solid;
   background:#080808;
   overflow: hidden;
   cursor: pointer;
}

#centerwell h3 {
   position: absolute;
   top: 0; left: 0;
   text-indent: -9999px;
   width: 72px; height: 177px;
}

#centerwell p {
   width: 315px;
   margin-left: 70px;
   margin-top: 0px;
   padding-top: 699px;
   color: #858a8f;
   font-size: 15px;
   line-height: 18px;
   font-family: "Helvetica Neue";
   letter-spacing: 0pt;

}


#ontwerp h3 {
   background: url(../images/ontwerp_btn.gif) no-repeat;
}
#ontwerp p {
   background: url(../images/ontwerp_over_bg.gif) no-repeat;
}

#foto h3 {
   background: url(../images/foto_btn.gif) no-repeat;
}
#foto p {
   background: url(../images/foto_over_bg.gif) no-repeat;
}

#linkedin h3 {
   background: url(../images/link_btn.gif) no-repeat;
}
#linkedin p {
   background: url(../images/linkedin_over_bg.gif) no-repeat;
}

#monster h3 {
   background: url(../images/monster_btn.gif) no-repeat;
}
#monster p {
   background: url(../images/monster_over_bg.gif) no-repeat;
}

#vector h3 {
   background: url(../images/vector_btn.gif) no-repeat;
}
#vector p {
   background: url(../images/vector_over_bg.gif) no-repeat;
}

#contact h3 {
   background: url(../images/contact_btn.gif) no-repeat;
}
#contact p {
   background: url(../images/contact_over_bg.gif) no-repeat;
}

#email h3 {
   background: url(../images/email_btn.gif) no-repeat;
}
#email p {
   background: url(../images/email_over_bg.gif) no-repeat;
}

#form h3 {
   background: url(../images/form_btn.gif) no-repeat;
}
#form p {
   background: url(../images/form_over_bg.gif) no-repeat;
}

/* END */

#ontwerp {
   margin-left: 50px; 
}

#content {
   position: relative;
   width: 430px;
   padding-bottom: 135px;
}


#primary_content {
	padding-left: 70px;
	padding-top: 40px;
	padding-right: 40px;
	width: 570px;
}

#primary_content p,
#primary_content span,
#primary_content em {
   color: #657381;
   font-size: 13px;
   line-height: 16px;
   letter-spacing: 1px



}

#primary_content h2 {
   line-height: 33px;
   text-decoration: none;
   font-size: 28px;
   font-weight: normal;
   letter-spacing: 1px;]
}



#primary_content span.title.current {
   display: block;
   font-size: 14px;
   margin-bottom: 70px;
}

#primary_content h2 a,
#primary_content h1, 
#primary_content h2, 
#primary_content h3 {
   color: #e61017;
}

#primary_content h3 {
   margin-top: 38px;
   margin-left: -213px;
   padding-left: 3px;
   border-left: #080808 210px solid;
   font-size: 28px;
   font-weight: normal;
   letter-spacing: 1px;
   margin-bottom: 12px;
}



#secondary_content ul li h6 {
   color: #1f2327;
   font-size: 10px;
   letter-spacing: 1px;
   line-height: 13px;
}

#secondary_content ul li p {
   color: #1f2327;
   line-height: 14px;
   margin-bottom: 15px;
}
.container {
	width:460px; 
	margin:0px auto; 
	position:relative;
	z-index:12;
	}
	
/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */	
#contactFormContainer {
	position:absolute;
	left:60px;
	z-index:1;
	}
	
/* Hides the whole contact form until needed */	
#contactForm {
	height:289px;width:558px;
	background:#515151 url(../images4/birdy.jpg) no-repeat 241px 11px; 
	border:1px solid #929191;
	padding:7px 12px; 
	color:#fff;
	display:none;
	}   

/* Loading bar that will appear while the ajax magic is happening */
.bar{
	display:none; 
	background:url(../images4/ajax-loader.gif) no-repeat center; 
	margin-top:100px; 
	height:40px; width:230px;
	}
	
/* Hides the confirmation message until needed */	
#messageSent {display:none;}

/* This hides the form validation alert messages until needed */
#contactForm span { 
	display:none; 
	font-size:9px; 
	line-height:10px; 
	padding-left:6px; 
	color:#f5c478;
	}
	
/* Some styling for the contact button */
#contactFormContainer .contact {
	height:47px;
	width:211px;
	background:url(../images4/contact_me.png);
	position:absolute;
	left:320px;
	bottom:-45px;
	cursor:pointer;
	}
			
/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */	
#backgroundPopup{
	display:none; 
	position:fixed; 
	_position:absolute; 
	height:100%; width:100%; 
	top:0; left:0;
	background:#000; 
	z-index:11;
	}  
	
/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */	
#contactForm textarea, #contactForm input {
	width:180px; 
	background:#6d6d6d url(../images4/contact_input.png) repeat-x top; 
	color:#fff; 
	border:1px solid #8a8a8a; 
	height:15px; 
	line-height:14px; 
	font-size:11px; 
	padding:2px 2px 0px;
	}
#contactForm input {background-position:0px -20px;}
#contactForm textarea {height:114px; font-family:Verdana, Geneva, sans-serif;}
#contactForm .submit {
	border:1px solid #aba8a8; 
	background:#e5e5e5; 
	text-transform:uppercase; 
	color:#4d4d4d; 
	font-weight:bold; 
	padding:7px 16px 7px 14px; 
	height:37px; width:124px; 
	cursor:pointer; 
	float:left; 
	margin-top:196px;
	}
#contactForm .submit:active {background:#cacaca; }
#contactForm label {padding-left:4px; font-weight:bold;}
#contactForm p {padding-bottom:8px;}
#contactForm .input_boxes {float:left; width:204px;}

#berichtcontent {
	padding-top:5px;
	height:900px;
	position:relative;
	right: 410px;
}
.bottomlink {position:absolute; bottom:0;}
