body {
	margin:0;
	padding:0;
	border:0;
	background-color:#f8e6e2;	
	color:#000000;
	white-space:nowrap;
	text-align:left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}


#navigation {
	margin:0;
	padding:0;
	border:0;
	position: fixed;
	z-index: 1;
	left: 0px;
	width: 290px;
	height: 695px;
	background-color:#f8e6e2;	
}

.projects {
	margin:0;
	padding:0px 20px 0px 0px;
	border:0;
	position: absolute;
	z-index: 0;
	left: 290px;
	top: 175px;
	height: 540px;
	overflow-x: hidden;
}

.textblock {
	margin:0;
	padding:0px 20px 0px 0px;
	border:0;
	position: absolute;
	z-index: 0;
	left: 290px;
	width: 480px;
	height: 100%;
 	overflow: visible;
}

img {
	padding-right: 25px;
	border-width:  0px;
}