/*######################################################
Portfolio Content
##################################################### */
#container .portfolioContent
{
	margin: 14px 0 0 0;
	text-align: left;
}
/*######################################################
---/ End Portfolio Content
##################################################### */





/* #######################################################
Grey Separator
####################################################### */
#container .greySeparator
{
	clear: both;
	margin: 26px 0 0 0;
	height: 1px;
	background-color: #807873;
}
/* #######################################################
---/ End Grey Separator
####################################################### */






/*######################################################
Description
##################################################### */
#container .description
{
	float: left;
	margin: 5px 0 0 0;
	text-align: left;
	width: 300px;
}

#container .description h1
{
	font: normal 0.75em "Times New Roman", Times, serif;
	color: #da470e;
}

#container .description h2
{
	padding: 0 0 10px 0;
	font: normal 0.583em "Times New Roman", Times, serif;
	color: #807873;
	font-style: italic;
	border-bottom: 1px solid #807873;
}

#container .description p
{
	margin: 0px 0 10px 0;
	font: normal 0.583em "Times New Roman", Times, serif;
	color: #999999;
	line-height: 1.5em;
}
/*######################################################
---/ End Description
##################################################### */





/*######################################################
Image
##################################################### */
#container .image
{
	float: right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
/*######################################################
---/ End Image
##################################################### */
