@CHARSET "UTF-8";

.areaHeader
{
	width: 620px;
	height: 58px;
	background: transparent url('../Media/System/Backgrounds/areaHeader.jpg') no-repeat scroll left top;
}

.areaHeader .name
{
	font-family: Georgia;
	font-size: 20px;
	font-style: italic;
	color: white;
	position: relative;
	top: 19px;
	left: 20px;
}


.listContainer
{
	width: 620px;
}

.listItem hr
{
	margin: 20px 0;
}

.listItem .title
{
	font-size: 20px;
	line-height: 110%;
}

.listItem .body
{
	padding: 10px 0;
	height: 4em;
	margin-bottom: 5px;
	overflow: hidden;
}

.listItemPicture {
	width: 300px;
}


.listItemNoPicture {
	width: 620px;
}

