body {
	background: #f5f5f5;
	border:0px;
	margin: 0 auto;
	padding: 0px;
	position: absolute;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
	color:#666666;
}

#navcover {
	margin: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 1024px;
	z-index:1;
}

#nav {
	margin: 0px;
	position: fixed;
	top: 55px;
	left: 50px;
	width: 865px;
	z-index:2;
}

#thumbnails {
	margin: 0px;
	position: absolute;
	top: 150px;
	left: 50px;
	width: 885px;
	z-index:-1;	
	line-height:1.1em;
}

#content div {float:left;}
#col1 {
	width:200px;
	padding-right:20px;
	float:left;
}

#col2 {
	width:200px;
	padding-right:20px;
	float:left;
}

#col3 {
	width:200px;
	padding-right:20px;
	float:left;
}

#col4 {
	width:200px;
	padding-right:20px;
	float:left;
}

#sidebar {
	margin: 0px;
	position: fixed;
	top: 150px;
	left: 50px;
	width: 200px;
}

#projectarea {
	margin: 0px;
	position: absolute;
	top: 150px;
	left: 270px;
	width: 645px;
	z-index:-1;	
}

#limit460 {
	width:460px;
}

.link-thumbs a:link { margin:0px; color: #666666; text-decoration:none;}
.link-thumbs a:visited { margin:0px; color: #666666; text-decoration:none;}
.link-thumbs a:hover { margin:0px; color:#cccccc; text-decoration: none;}
.link-thumbs a:active { margin:0px; color:#666666; text-decoration: none;}

.link-text a:link { margin:0px; color: #666666; text-decoration:none;}
.link-text a:visited { margin:0px; color: #666666; text-decoration:none;}
.link-text a:hover { margin:0px; color:#cccccc; text-decoration: none; }
.link-text a:active { margin:0px; color:#666666; text-decoration: none;}

.clear-float { overflow: hidden; width: 100%; }
