
/**************************/
/*
Author: 		Daan de Bie
Created on: 	06-10-2007
Last update:	14-12-2007
*/
/**************************/

/********** BODY **********/
body
{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:url(../img/bck.jpg) repeat #9bb8d2;
}
h1, h2
{
	margin:0;
	padding:0;
}
h1
{
	font-size:18px;
	color:#FFFFFF;
}
h2
{
	font-size:18px;
}
p
{
	margin:15px 0 0 0;
	padding:0;
}

/********** GENERAL CLASSES **********/
.clearfix:after, div#wrapper:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac and IE-win \*/
* html .clearfix, div#wrapper {height: 1%;}
/* End hide from IE-mac and IE-win */

/********** MAIN DIVS **********/
div#wrapper
{
	margin:0;
	width:100%;
	height:748px;
	background:url(../img/bck_top.jpg) repeat-x;
}
div#content
{
	padding:30px 0 0 25px;
}
div#side
{
	margin:12px 30px 0 0;
	padding:0;
	width:200px;
	float:left;
	color:#FFFFFF;
	line-height:18px;
}
div#projects
{
	margin:0;
	padding:0;
	width:442px;
	float:left;
}

/********** SIDE DIVS **********/
div#side hr
{
	margin:12px 0 12px -5px;
	padding:0;
	width:205px;
	height:1px;
	background-color:#FFFFFF;
	color:#FFFFFF;
	border:none;
}
div#side a
{
	color:#FFFFFF;
	text-decoration:underline;
	padding-right:17px;
	font-weight:bold;
	background:url(../img/project_arrow.gif) right no-repeat;
}

/********** PROJECTS DIVS **********/
div.project
{
	margin:0 0 30px 0;
	padding:0;
}
div.project span
{
	color:#999999;
}
div.project img
{
	margin:15px 0 0 0;
	border:1px solid #CCCCCC;
}
div.project a
{
	text-decoration:underline;
	color:#000000;
}
div.project_top
{
	background:url(../img/project_top.png) no-repeat;
	width:442px;
	height:12px;
}
div.project_content
{
	margin:0;
	padding:0 20px 0 20px;
	background-color:#EEEEEE;
}
div.project_content h2 a
{
	text-decoration:none;
}
div.project_bottom
{
	background:url(../img/project_bottom.png) no-repeat;
	width:442px;
	height:12px;
}
