body {
	background-color: #CCCCCC;
	background-image: url(../gfx/background.jpg);
	margin: 0;
	background-repeat: repeat-x;
}

.container {
	margin: auto auto 0;
	width: 990px;
}
.header {
	height: 30px;
	padding-top: 5px;
	text-align: right;
	float: right;
	width: 400px;
}
.logo {
	background-image: url(../gfx/marc_rijneker.png);
	background-repeat: no-repeat;
	height: 200px;
	margin-bottom: 10px;
	float: left;
	width: 250px;
}
.menu {
	height: 40px;
	width: 700px;
	float: right;
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 30px;
}
.banner {
	float: none;
	height: 300px;
	width: 900px;
	clear: right;
	list-style:none;
}
.content {
	width: 780px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	clear: both;
}

.sidebar {
	background-image: url(../gfx/content_back_208x210.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: none;
	float: right;
	height: 300px;
	width: 200px;
	margin-right: 1px;
	margin-left: 1px;
	padding-right: 4px;
	padding-left: 4px;
}

.footer {
	background-image: url(../gfx/bar.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	clear: both;
	text-align: center;
	padding-top: 60px;
}
.top_container {
	background-image: url(../gfx/bar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 400px;
	margin-bottom: 25px;
	padding-bottom: 5px;
}


.project_container{
	height: 200px;
	width: 250px;
	float: left;
	background-image: url(../gfx/content_back_250x200.png);
	margin: 5px;
	}	

.project_thumbnail{
	height: 130px;
	width: 220px;
	margin-left: 13px;
	border: 2px solid #FFFFFF;
	margin-top: 15px;
	}
	
.project_info{
	margin-left: 10px;
	margin-top: 5px;
	}	
	
#twitter_div {
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../gfx/twitter_back.png);
	background-repeat: no-repeat;
	height: 243px;
	width: 200px;
	}
	
	

