
/* Portfolio 					*/	
/* ---------------------------- */
	
#portWrap {
	width:540px;
	background:#999;
}

#PortDescWrap {
	background:#000;
	width:540px;
}
	
	#thumb-list {
		float:left;
		width:230px;
		height:141px;
	}
	
	#thumbs {
		position:relative;
		left:-20px;
		top:10px;
		width:260px;
		height:141px;
		overflow:auto;
	}
	
	#thumbs img {
		border:none;
	}
	
		#thumbs li {
			list-style-type:none;
			float:left;
			padding:0px;
			margin:4px;
		}
		
		#thumbs li a {
			border:1px solid #333;
			padding:3px;
			display:block;
		}
		
	
	#main-image {
		float:right;
		width:270px;
		background:#555;
	}
	
	#portTitle {
		font-size:22px;
		text-align:center;
		float:left;
		clear:left;
		width:200px;
		font-weight:normal;
		padding:20px 10px 20px 10px;
		font-family:verdana;
		background:#000;
	}
	
	#portText {
		float:right;
		width:310px;
		background:#000;
	}
	
	
	
	
	#clients {
		margin-left:10px;
		padding-top:20px;
	}
	
		#clients li {
			list-style-type:none;
			margin-bottom:15px;
		}
		
		#clients li a {
			padding:10px 7px 10px 7px;
			color:#fff;
			text-decoration:none;
		}
		
			#clients li a:hover {
				font-style:normal;
			}
			
			
			