#portfolio_bendy {
	position:absolute;
	right:0;
	top:26px;
	*top:30px;
	_top:28px;
	z-index:3;
	}

#content { background: url(../images/bg_content_side.gif) repeat-y top; padding-bottom:35px;}
#bottom {	background: url(../images/bg_bottom_side.gif) no-repeat top; }

#thumbs {
	width:125px;
	float:left;
	margin-left:5px;
	border-bottom:1px solid #d7d7d7;
	padding-bottom:8px;
	}

#thumbs h2 {
	border-bottom:1px solid #d7d7d7;
	color:#ff9000;
	margin-bottom:8px;
	padding-bottom:3px;
	font-weight:normal;
	font-size:1.1em;
	}

#main {
	margin-left:158px;
	width:340px;
	min-height:420px;
	_height:420px
	}

#main img{
	margin-bottom:1.5em;
	border:5px solid #AAA;
	}

#main strong {
	color:#ff9000;
	}

/* --- Sidebar -- */

#sidebar {
	position:absolute;
	left:558px;
	width:195px;
	margin-top:30px;
	}

#sidebar li {
	padding:0 10px 0 20px;
	margin-bottom:0px;
	}

#sidebar li#active {
	background:#FFF url(../images/bg_active.jpg) left repeat-y;
	}

#sidebar li#active a {
	border:0;
	}

#sidebar li a {
	display:block;
	text-decoration:none;
	color:#7b7b7b;
	border-bottom:1px solid #BDBDBD;
	padding:5px 0;
	}

#sidebar li a:hover {
	color:#333;
	}

