div#content {
	background-image:url(../images/portfolio1.jpg);
}
#portfolio_wrapper{
	position:relative;
}
.jsenabled #portfolio_wrapper{
	display:none;
}
div.portfolio{
	background-color:#EAF1DA;		
	position:absolute;
	padding:0.5em;
}
/* Project List */
#proj_list{
	width:13em;
	height:20em;
	left: 36em;
	top:0.5em;
}
.scrollpane {
	overflow: auto;
	float: left;
}
div#list_pane {
	width:14.1em;
	height:19.8em;
}
div#list_pane ul {
	list-style-type:none;
	margin:0em;
	padding:0.1em 0em 0.1em 0.1em;
}
div#list_pane ul li {
	border-bottom:0.1em #999999 solid;
	min-height:2em;
	vertical-align:text-bottom;
	padding:0.3em;
}
div#list_pane ul li.selected{
	background-color:#BCCC84;
}
div#list_pane ul li:hover{
	background-color:#8ECF85;
}
div#list_pane ul li a{
	display: block;
	width:100%;
	height:100%;
	min-height:2em;
	margin:0em;
	padding:0em;
	color:#003300;
	text-decoration:none;
}
#proj_details{
	width:21em;
	height:29em;
	left: 51em;
	top:0.5em;
}
#proj_details h3{
	font-size:1.1em;
	margin:0em;
}
#proj_details p{
	margin-top:0em;
}
#proj_details #proj_desc{
	border: 0.1em solid #999999;
	padding:0.2em;
}
#proj_thumb{
	width:13em;
	height:7em;
	left: 36em;
	top:22.5em;
}
#proj_thumb a {
	color:#003300;
}
#proj_thumb img {
	float:right;
}
#proj_thumb span {
	float:left; 
	width:2.5em;
}

