/* CSS Document */

/*	All	*/
.pageContent{
	text-align: right;
	padding-right: 16px;
}

.pageTitle{
	border-bottom: 2px solid #e7838d;
}

.pageTitle h1{
	font-size: 18px;
}

.itemNews{
	margin-top: 15px;
}

.itemNewsImage{
	float: right;
	margin-left: 5px;
}

.itemNewsText{
	float: right;
}

.itemNewsTitle{

}

.itemNewsTitle a, .itemNewsTitle a:visited, .itemNewsTitle a:hover{
	color: #d1071d !important;
	font-weight: bold;
}

.itemNewsSubTitle{

}



.galleryContent{
	vertical-align: top;
	background-image: url(../images/general/gallerysubtitle.jpg);
	background-repeat: no-repeat;
	width: 585px;
	height: 144px;
	/*overflow: hidden;*/
}

.galleryImage{
	float: right;
	width: 191px;
	height: 142px;
}

.galleryText{
	margin-top: 10px;
	margin-right: 10px;
	padding-right: 5px;
	float: right;
	width: 370px;
	height: 125px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}




.galleryTopContentTop{
	background-image: url(../images/general/topContent_top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 587px;
	height: 15px;
}

.galleryTopContentBottom{
	background-image: url(../images/general/topContent_bottom.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 587px;
	height: 15px;
}

.galleryTopContentMiddle{
	background-image: url(../images/general/topContent_mid.gif);
	background-repeat: repeat-y;
	width: 587px;
}





.gallery2ContentTop{
	background-image: url(../images/general/content_top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 403px;
	height: 15px;
}

.gallery2ContentBottom{
	background-image: url(../images/general/content_bottom.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 403px;
	height: 15px;
}

.gallery2ContentMiddle{
	background-image: url(../images/general/content_mid.gif);
	background-repeat: repeat-y;
	width: 403px;
}

