body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #3a210c;
	background-image: url(bg_bild.jpg);
}
a {
	color:#301b0a;
	text-decoration:none;
}
.mainContainer {
	margin: 40px auto 0px auto;
	width: 970px;
	/*height: 6000px;*/
}
.mainHeaderContainer {
	height: 48px;
}
.logoContainer {
	float:left;
}
.menuContainer {
	float:right;
	color:#f4ead5;
	font-size:12px;
	font-weight:bold;
}
.menuContainer a {
	color:#f4ead5;
	text-decoration:none;
}
.leftContentContainer {
	float:left;
	background-color: #f4ead5;
	height:650px;
	width:250px;
}
.rightContentContainer {
	float:right;
	background-color: #f4ead5;
	height:650px;
	width:700px;
	overflow-y: auto;
	overflow-x: hidden;
}
.clearBoth {
	clear:both;
}
.galleryAboutContent {
	text-align: left;
	margin: 0px 5px 0px 5px;
}
.galleryAboutContent p {
    /*line-height: 13px;*/
}
.about_headline {
	font-weight: bold;
	line-height: 16px;
}
/* css for Gallery */

.albumDescAlbum {
	padding: 0 0 10px 5px;
	border-bottom: 0px solid #301b0a;
}
.imageRow {
	float:left;
	width 100%;
}
.galleryStartImage {
	text-align: center;
}
.galleryContactContent, .galleryAboutContent {
	text-align: left;
	margin: 5px;
}
.header1 {
	font-weight: bold;
	margin-bottom: 6px;
}
.contactForm {
	width: 250px;
}
.alert {
	color: #FF0000;
}
.creditBox {
	clear: both;
	width: 100%
}
.byline {
	width: 49%
	float: left;
	color: #96967E;
}
.byline a {
	color: #96967E;
}
.byline a:hover {
	border-bottom: 1px dotted #96967E;
}

/* css for News */
.newsPost {
	clear: both;
	width: 75%;
	margin: 0 auto;
}
.NewsHeading, .NewsHeadingLong {
	color: #301b0a;
	font-weight: bold;
	float: left;
}
.newsImage, .newsImageLong {
	float: left;
}
.newsMessage, .newsMessageLong {
	float: left;
}
.newsReadMore {
	float: right;
}
.newsByline, .newsBylineLong {
	float: right;
	clear: both;
	margin-bottom: 10px;
	font-size: 10px;
	font-style:italic;
}
.NewsHeadingLong, .newsBylineLong, .newsMessageLong {
}