body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(../main_assets/bg_who.jpg);
	font-family: arial, helvetica, sans serif;
	color: #5B3F56;
}

#left {
	position: absolute;
	left: 20px;
	top: 100px;
	text-align: left;
	width: 165px;
	height: 403px;
}

#middle {
	position: absolute;
	left: 202px;
	top: 100px;
	width: 351px;
	height: 408px;
}

#right {
	position: absolute;
	left: 570px;
	top: 100px;
	width: 267px;
	height: 269px;
	background: #E5E1E3;
}

#rightmenu {
	position: absolute;
	left: 585px;
	top: 160px;
	width: 267px;
	height: 200px
	display: block;
}

/*#thumbnails {
	position: absolute;
	left: 202px;
	top: 386px;
	width: 351px;
	height: 117px;
	background: #5B3F56;
}*/

#projectlist {
	position: absolute;
	left: 570px;
	top: 386px;
	padding-top: 20px;
	padding-left: 15px;
	width: 252px;
	height: 97px;
	background: white;
}
	
.menu
	{
	font-size: 11px;
	font-weight: bold;
	line-height: 130%;
	}

	
.projecttypes
	{
	font-size: 11px;
	text-decoration: none;
	line-height: 130%;
	}

.projects
	{
	font-size: 11px;
	line-height: 100%;
	text-decoration: none;
	}

A:link IMG
	{
	border: 0px;
	}
	
A:link
	{
	text-decoration: none;
	color: #5B3F56;
	}

A:visited
	{
	text-decoration: none;
	color: #5B3F56;
	}
	
A:hover
	{
	text-decoration: none;
	color: #A596A2;
	}

ul
	{
	list-style: none;
	padding: 0;
	margin: 0;
	}