body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(../main_assets/bg_how.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: 269px;
}

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

#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: #CA5A1E;
}

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

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

.projects
	{
	font-size: 11px;
	line-height: 130%;
	text-decoration: none;
	margin-left: 15px;
	}

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

A:visited
	{
	text-decoration: none;
	color: #AD5E27;
	}
	
A:hover
	{
	text-decoration: none;
	color: #D0A384;
	}
	
ul
	{
	list-style: none;
	padding: 0;
	margin: 0;
	}
