body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(../portfolio/portfolio_assets/portfolio_bg.jpg);
	font-family: arial, helvetica, sans serif;
	color: #3B677A;
}

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

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

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

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

#logo {
	position: absolute;
	left: 570px;
	top: 12px;
}

#rightmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#thumbnails {
	position: absolute;
	left: 202px;
	top: 391px;
	width: 351px;
	height: 117px;
	background: #A1B9C6;
}
		
#projectlist {
	position: absolute;
	left: 570px;
	top: 391px;
	padding-top: 5px;
	width: 267px;
	height: 112px;
	background: #C3D1D9;
}

#projectlist ul {
	list-style: none;
	margin-left: 15px;
	padding: 0;
	}
		
.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;
	}

a img {
	border: none;
	}
	
A:link {
	text-decoration: none;
	color: #3B677A;
	}

A:visited {
	text-decoration: none;
	color: #3B677A;
	}
	
A:hover {
	text-decoration: none;
	color: #97AeB8;
	}




	
