.Posting
{
	clear: both;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	text-align: justify;
}

.PostingImage
{
	float: left;
	margin: 0 0.5em 0.2em 0;
	width: 90px;
	height: 90px;
}

.PostingImageAlt
{
	float: right;
	margin: 0 0 0.2em 0.5em;
	width: 90px;
	height: 90px;
}

.PostingTitle
{
	font-size: 1.1em;
	font-weight: bold;
	color: RoyalBlue;
	margin: 0 0 -0.5em 0;
}

.PostingDate
{
	float: right;
	font-size: 0.7em;
	font-weight: bold;
	color: DimGray;
	margin: 0.3em 0 -0.5em 0;
}

.PostingSeparator
{
	clear: both;
	height: 14px;
	margin: 1em 100px 1em 100px;
	background-image: url(../../images/separator.png);
	background-repeat:  no-repeat;
	background-position : center center;
}

.Posting p
{
	line-height: 1.6em;
	margin: 0.7em 0 0.7em 0;
	text-align: justify;
}
