@charset "utf-8";
/* CSS Document */

#portfolioArea {
	width: 448px;
	height: auto;
	margin: 10px 0 10px 0;
	clear: both;
	background-color: #FFFFFF;
}

#companyName {
	width: 448px;
	height: 20px;
	color: #FF6600;
	font-size: 14px;
	text-align: left;
	float: left;
}

#screenshot {
	width: 130px;
	height: auto;
	float: left;
}

.sitescreenshot {
	margin: 5px 5px 0 0;
}

#sitedesc {
	width: 313px;
	height: auto;
	float: right;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 15px 0;
}

#sitedesc p {
	margin: 10px 5px 20px 5px;
}

#goBack {
	width: 448px;
	height: 20px;
	clear: both;
	margin: 20px 0 0 0;
}