@import "global.css";
@import "nav_local.css";

#content {
	position: absolute;
	top:110px;
	left: 20px;
	width: 150px;
	padding: 4px 4px 4px 0;
	background: #EDEBE6;
	z-index : 2;
}
.lined{
	border-right : 1px solid #333;
	padding : 0 10px 0 0;
	margin : 0 5px 0 0;
}
#content1{
	position: absolute;
	top:130px;
	left: 200px;
	width: 560px;
	z-index : 2;
}
#section_head {
	position: relative;
	top : -7px
}
/* project thumbnails */
#thumbs {
	text-align : left;
	margin: 0 0 5px 0;
}
#thumbs a img{
	border : 1px solid #333;
}
#thumbs a:visited:hover,
#thumbs  a:hover{
	border-bottom : 4px solid Red;
}
#float_r {
	float: right;
	width: 140px;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left : 1px solid #333;
}