/*	Gallery		*/
.galleryContent{
	width: 700px;
	margin-bottom: 20px;
}

.galleryImage{
	float: right;
	width: 160px;
	margin-left: 20px;
}

.galleryText{
	float: right;
	width: 523px;
}

.galleryRight{
	float: right;
	width: 160px;
	text-align: right;
}

.galleryThumbs{
	height: 480px;
}

.imageGalleryItem{
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

.galleryPreview{
	background-image: url(../images/gallery/bigframe.gif);
	background-repeat: no-repeat;
	width: 531px;
	height: 550px;
	float: left;
}

.previewTitle{
	background-image: url(../images/gallery/redArrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	text-align: left;
}

/*	Video	*/

.pageVideo{
	float: right;
	width: 500px;
}

.pageVideoText{
	float: left;
	width: 185px;
	margin-left: 10px;
}

/*	News Page	*/
.newsPageItems{
	
}

.newsItem{
	margin-top: 10px;
	background-image: url(../images/bottom_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
}

.newsItemImage{
	float: right;
	width: 160px;
	margin-left: 10px;
	cursor: pointer;
	padding-bottom: 15px;
}

.newsItemText{
	float: right;
	width: 444px;
	
}

.newsItemSubTitle{
	width: 440px;
}

.newsItemTitle{
	margin-bottom: 10px;
}
