#mainMenu {
	top: 255px;
	/*height: 124px;*/
	background: url(img/header_navigation.png) no-repeat;
}
#header {
	height: 255px;
	background: url(img/header_image.jpg) no-repeat 0 top;
}

#content {
	padding-top: 416px; /* Header-image + header-menu height + margin between top menu and h1 */
}

.redBulletList ul {
	margin-left: 10px;
	margin-top: 21px;
	list-style: none;
	font: 16px Georgia, "Times New Roman", Times, serifl;
}
.redBulletList ul li {
	margin-bottom: 14px;
	padding-left: 15px;
	background: url(img/linkslist_bullet.png) no-repeat left;
}
.redBulletList ul li a {
	line-height: 18px;
}

.redStripe .roundCorners {
	padding-bottom: 2px;
}
	.redStripe .caption {
		background: url(img/gallery_caption_bg.png) repeat-x 0px -64px;
		height:32px;
		width: 100%;

		text-decoration: underline !important;
		color: #ffffff !important;
	}
	.captionLeft, .captionRight {
		background: url(img/gallery_caption_bg.png) no-repeat;
	
	}
	.captionLeft {
		display: block;
		height: 32px;
		background-position: left 0px;
	}
	.captionRight {
		display: block;
		height: 32px;
		background-position: right -32px;
		text-align: center;
		padding: 0px 5px 0px 5px;
	}