
.PageContainer {
	width: 970px;
	margin: 0 auto;
}

.HeaderContainer {
	height: 150px;
	overflow: hidden;
}
.HeaderContainer h1 {
	color: white;
	padding: 0.5em 0;
	font-size: 36pt;
}

.RightBG {
	position: relative;
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background: url('images/bg-paper.jpg') repeat-y right top;
}

.LeftBG {
	float:left;
	width:100%;
	position:relative;
	right:720px;
}
.LeftContent {
	float:left;
	width:250px;
	position:relative;
	left:720px;
	overflow:hidden;
}

.LeftContentMiddle {
	padding: 30px;
}

.LeftContent .LogoContainer {
	position: relative;
	width: 250px;
	margin-bottom: 30px;
}
.LogoContainer a {
	display: block;
}
.LeftContent .LogoContainer .LogoContainerTop {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 30px;
	_height: 0;
}
.LeftContent .LogoContainer .LogoContainerBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 250px;
	height: 30px;
	background: url('images/bg-left-bottom.png') no-repeat left top;
	_background: none;
	_height: 0;
}

.LeftContent .MenuContainer {
	width: 250px;
}
.LeftContent .MenuContainerTop {
	width: 250px;
	height: 30px;
	background: url('images/bg-menu-top.png') no-repeat left bottom;
	_background: none;
	_height: 0;
}
.LeftContent .MenuContainer .MenuContainerMiddle {
	padding: 0 30px;
	min-height: 10px;
	background: url('images/bg-paper.jpg') repeat-y right top;
}

.LeftContent .MenuContainer .MenuContainerBottom {
	width: 250px;
	height: 30px;
	background: url('images/bg-menu-bottom.png') no-repeat left top;
	_background: none;
	_height: 0;
}

.RightContent {
	float:left;
	width:690px;
	position:relative;
	left:750px;
	overflow:hidden;
	min-height: 400px;
}

.RightContentTop {
	position: absolute;
	top: 0;
	right: 0;
	width: 690px;
	height: 30px;
}
.RightContentBottom {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 690px;
	height: 30px;
	background: url('images/bg-right-bottom.png') no-repeat right top;
}
.RightContentMiddle {
	padding: 30px 20px;
}
.PageFooter {
	clear: both;
	width: 690px;
	margin-left: 280px;
	padding: 20px 0;
	color: white;
}
.PageFooter .CopyrightText { padding-bottom: 10px; }
.PageFooter .CopyrightText a { color: #d29944; }
.PageFooter .CopyrightText p { margin: 0; padding: 0; font-size: 10pt; text-align: center; }

.PageFooter .dinStudioLink { font-size: 10pt; text-align: center; }
.PageFooter .dinStudioLink a { }


/* Functions 
================================================== 
*/

.MainPageInlineContainer {
	float: left;
}
.MainPageInlineContainer .ImageContainer {
	width: 200px;
	text-align: center;
	margin-right: 10px;
}

.MainPageInlineContainer .ParagraphContainer {
	width: 190px;
	font-size: 10pt;
}
.MainPageInlineContainer .ParagraphContainerTop { padding-top: 5px; }
.MainPageInlineContainer .ParagraphContainerBottom { padding-bottom: 5px; }

.MainPage {
}
.MainPage .NewsContainer {
	float: right;
	margin-left: 10px;
}
.MainPage .NewsHeader .ParagraphContainer {
	width: 200px;
	margin-left: 10px;
	padding: 0;
	background: none;
}
.MainPage .NewsItem .date { display: block; font-size: 10pt; font-style: italic; padding-bottom: 5px; }
.MainPage .NewsItem {
	font-size: 10pt;
	width: 200px;
	padding: 5px;
	background: url('images/bg-1px-overlay-15.png');
	border: 1px solid #dbab47;
	margin-left: 10px;
	margin-bottom: 20px;
}
.MainPage .NewsItem h2 { margin-bottom: 0px; padding-bottom: 5px; font-size: 12pt; font-weight: bold; }

.MainPage .BodyTextContainer {
}

.EmptyPage {
}

.TextLayout1 .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.TextLayout1 .LeftColumn {
	vertical-align: top;
}
.TextLayout1 .RightColumn {
	width: 200px;
	vertical-align: top;
	padding-left: 15px;
}
.TextLayout1 .RightColumn .ImageContainer {
	text-align: center;
}
.TextLayout1 .RightColumn .ParagraphContainer {
	font-size: 10pt;
	padding-top: 10px;
}

.TextLayout2 .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.TextLayout2 .LeftColumn {
	padding-right: 10px;
	vertical-align: top;
	width: 50%
}
.TextLayout2 .RightColumn {
	padding-left: 10px;
	vertical-align: top;
	width: 50%
}
.TextLayout2 .InlineImageContainer {
	float: left;
}
.TextLayout2 .InlineImageContainer .ImageContainer {
	margin-top: 2px;
	margin-right: 5px;
}
.TextLayout2 .InlineImageContainer .ParagraphContainer {
	width: 180px;
	font-size: 10pt;
}
.TextLayout2 .InlineImageContainer .ParagraphContainerTop { padding-top: 10px; }
.TextLayout2 .InlineImageContainer .ParagraphContainerBottom { padding-bottom: 5px; }

.GalleryDescription {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url('images/bg-paper-popup.jpg') repeat-y top center;
}
.GalleryDescription #text {
	overflow-y: auto;
	overflow-x: hidden;
	height: 45px;
	text-align: center; 
}
.GalleryDescription img { margin: 0 auto 5px auto; }

.GalleryNavigator {
	margin: 10px auto;
	margin-bottom: 0;
	width: 130px;
	height: 27px;
}
.GalleryNavigator span.Previous {
	display: block; 
	float: left; 
	width: 40px;
	height: 30px;
}
.GalleryNavigator a.Previous {
	display: block; 
	float: left; 
	width: 40px;
	height: 30px;
	text-decoration: none;
	background: url('images/gallery-previous.png') no-repeat;
}
.GalleryNavigator a.Previous:hover { text-decoration: none; }
.GalleryNavigator .PageNumber { 
	display: block; 
	float: left; 
	text-align: center; 
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	width: 50px;
	height: 10px;
	padding-top: 4px;
}
.GalleryNavigator span.Next {
	display: block; 
	float: left; 
	width: 40px;
	height: 30px;
}
.GalleryNavigator a.Next { 
	display: block;
	float: left;
	width: 40px;
	height: 30px;
	text-decoration: none;
	background: url('images/gallery-next.png') no-repeat;
}
.GalleryNavigator a.Next:hover { text-decoration: none; }

.ImageGallery1 .FunctionTable {
	width: 500px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
}
.ImageGallery1 .FunctionTable table {
	width: 500px;
}
.ImageGallery1 .BodyTextContainer {
}
.ImageGallery1 .FunctionTable table {
	width: 100%;
}
.ImageGallery1 .FunctionTable .ImageCell {
	width: 33%;
	vertical-align: top;
	padding: 0 15px;
}
.ImageGallery1 .FunctionTable .ImageContainer {
	text-align: center;
	width: 120px;
}

.ImageGallery1 .FunctionTable .ParagraphContainer {
	width: 120px;
	padding-top: 5px;
	font-size: 10pt;
	margin-bottom: 10px;
}

.ImageGallery2 .BodyTextContainer {
}
.ImageGallery2 .FunctionTable {
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
}
.ImageGallery2 .FunctionTable .ImageCell {
	padding: 5px;
	width: 130px;
	vertical-align: top;
}
.ImageGallery2 .FunctionTable .TextCell {
	vertical-align: top;
	min-height: 60px;
	_height: 60px;
	width: 410px;
	padding: 5px;
}
.ImageGallery2 .FunctionTable .ImageContainer {
	text-align: center;
}
.ImageGallery2 .FunctionTable .ParagraphContainer {
	font-size: 10pt;
}

.ImageGallery3 .BodyTextContainer {
}
.ImageGallery3 .FunctionTable {
	width: 500px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
}
.ImageGallery3 .FunctionTable .ImageCell {
	width: 62px;
	vertical-align: top;
	padding: 5px;
}
.ImageGallery3 .FunctionTable .TextCell {
	width: 390px;
	vertical-align: top;
	padding: 5px;
}
.ImageGallery3 .FunctionTable .ImageContainer {
	text-align: center;
	min-height: 40px;
	_height: 40px;
}
.ImageGallery3 .FunctionTable .ParagraphContainer {
	font-size: 10pt;
	min-height: 40px;
	_height: 40px;
}

.Diary .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.Diary .LeftColumn {
	width: 210px;
	vertical-align: top;
	padding-right: 10px;
}
.Diary .LeftColumn .DiaryList {
}
.Diary .LeftColumn .DiaryListItem h2 {
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
}
.Diary .DiaryList .GroupByDay li.FirstLevelItem,
.Diary .DiaryList .GroupByMonth ul.SecondLevel li,
.Diary .DiaryList .GroupByYear ul.ThirdLevel li {
	font-size: 12px;
	margin: 0;
	padding-bottom: 10px;
}
.Diary .DiaryList .GroupByDay h2,
.Diary .DiaryList .GroupByMonth h2,
.Diary .DiaryList .GroupByYear h2 {
	margin: 0;
	padding-bottom: 5px;
}
.Diary .LeftColumn .DiaryListItem a:hover {
	text-decoration: none;
}
.Diary .RightColumn {
	vertical-align: top;
}
.Diary .RightColumn .DiaryDate h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 12px;
	font-style: italic;
}

.Diary .RightColumn .DiaryHeader .ParagraphContainer {
	padding: 0;
	background: none;
}

/*
New Diary Comment Form
========================================================================
*/

.Diary .DiaryCommentFunction {
	width: 430px;
}

.Diary .DiaryDateInput {
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	margin-bottom: 10px;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	border: 0;
	font-size: 11px;
	width: 140px;
	height: 30px;
	padding-bottom: 2px;
	color: #4a1808;
	background: url('images/bg-submit.png');
}
.Diary .DiaryCommentForm span.CommentLabel {
	font-size: 12px;
	display: block;
	padding-top: 5px;
}
.Diary .DiaryCommentFormTable input {
	background: url('images/bg-1px-overlay-15.png');
	border: 1px solid #dbab47;
	width: 128px;
	padding: 2px;
}
.Diary .DiaryCommentFormTable textarea {
	background: url('images/bg-1px-overlay-15.png');
	border: 1px solid #dbab47;
	width: 415px;
}
.Diary .DiaryCommentListItemContainer { 
	padding: 5px;
	background: url('images/bg-1px-overlay-15.png');
	margin-bottom: 20px;
	border: 1px solid #dbab47;
}

.Diary .DiaryCommentListContainer .CommentCountContainer h2 {
	border: 1px solid #dbab47;
	padding: 5px;
	background: url('images/bg-1px-overlay-15.png');
}

/*
========================================================================
*/

.Guestbook .BodyTextContainer {
}
.Guestbook .FunctionTable {
	border-collapse: collapse;
	margin-top: 15px;
	width: 100%;
}
.Guestbook .GuestbookForm {
	vertical-align: top;
	width: 200px;
}
.Guestbook .GuestbookForm input.textname { background: url('images/bg-1px-overlay-15.png'); border: 1px solid #dbab47; width: 200px; padding: 2px; margin-bottom: 10px; }
.Guestbook .GuestbookForm input.textemail { background: url('images/bg-1px-overlay-15.png'); border: 1px solid #dbab47; width: 200px; padding: 2px; margin-bottom: 10px; }
.Guestbook .GuestbookForm textarea.textmessage { background: url('images/bg-1px-overlay-15.png'); border: 1px solid #dbab47; width: 200px; height: 130px; margin-bottom: 10px; }
.Guestbook .GuestbookForm input.GuestSubmit { 
	border: 0;
	font-size: 11px;
	width: 140px;
	height: 30px;
	padding-bottom: 2px;
	color: #4a1808;
	background: url('images/bg-submit.png');
}
.Guestbook .GuestbookList {
	vertical-align: top;
	padding-left: 15px;
}
.Guestbook .GuestbookList h2 {
	padding: 0;
	padding-bottom: 5px;
	font-size: 10pt;
	font-weight: bold;
}
.Guestbook .GuestbookList .GuestbookListItemContainer {
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 3px;
	padding-top: 3px;
	padding: 5px;
	width: 410px;
	font-size: 10pt;
	background: url('images/bg-1px-overlay-15.png');
	border: 1px solid #dbab47;
}
.Guestbook .GuestbookFormContainer p {
	padding: 0;
	font-size: 12px;
}

.FileArea .BodyTextContainer {
}
.FileArea .FunctionTable {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 15px;
	border-collapse: collapse;
}

.FileArea .IconCell { width: 25px; text-align: right; vertical-align: top; }
.FileArea .TextCell { padding-left: 5px; vertical-align: middle; }
.FileArea .TextCell a { text-decoration: none; }
.FileArea .TextCell a:hover { text-decoration: underline; }
.FileArea .SizeCell { width: 70px; vertical-align: middle; text-align: right; padding-right: 35px; font-size: 12px; }
.FileArea .FileList {
	width: 600px;
	border-collapse: collapse;
}
.FileArea .FileSort { width: 600px; margin: 0 auto; }
.FileArea .FileSort p { margin-top: 5px; padding: 0; font-size: 10pt; }

.FileArea .FileListContainerMiddle {
	padding: 15px;
	background: url('images/bg-1px-overlay-15.png');
	font-size: 10pt;
	border: 1px solid #dbab47;
}

.Contact .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.Contact .LeftColumn {
	vertical-align: top;
}
.Contact .RightColumn {
	width: 300px;
	vertical-align: top;
	padding-left: 15px;
}
.Contact .RightColumn .ImageContainer {
	text-align: center;
}
.Contact .RightColumn .ParagraphContainer {
	margin-top: 10px;
	font-size: 10pt;
	width: 300px;
}
.Contact .ContactForm { margin-top: 10px; }
.Contact .ContactForm input.text { background: url('images/bg-1px-overlay-15.png'); border: 1px solid #dbab47; width: 300px; margin-bottom: 10px; padding: 2px; }
.Contact .ContactForm textarea.textmessage { background: url('images/bg-1px-overlay-15.png'); border: 1px solid #dbab47; width: 300px; height: 130px; margin-bottom: 10px; }
.Contact .ContactForm input.ContactSubmit { 
	border: 0;
	font-size: 11px;
	width: 140px;
	height: 30px;
	padding-bottom: 2px;
	color: #5a1808;
	background: url('images/bg-submit.png');
}

.LayoutPage .layout-1 .Contact .ContactForm textarea,
.LayoutPage .layout-1 .Contact .ContactForm input[type=text] { width: 50%; }

.LayoutPage .layout-2 .Contact .ContactForm textarea,
.LayoutPage .layout-2 .Contact .ContactForm input[type=text],
.LayoutPage .layout-5 .col-1 .Contact .ContactForm textarea,
.LayoutPage .layout-5 .col-1 .Contact .ContactForm input[type=text],
.LayoutPage .layout-6 .col-0 .Contact .ContactForm textarea,
.LayoutPage .layout-6 .col-0 .Contact .ContactForm input[type=text] { width: 75%; }

.Contact .ContactForm p {
	padding: 0;
	font-size: 12px;
}


/* DropDown Menu 
================================================== 
*/

.ClearBoth { clear: both; }

.DropMenu, .DropMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	_height: 1px;
}
.DropMenu {
	_padding: 20px 0;
}
.DropMenu a {
	display: block;
	_height: 1px;
	font-size: 14pt;
	padding: 3px 0;
	text-decoration: none;
}
.DropMenu ul {
	padding-left: 10px;
}
.DropMenu ul a {
	font-size: 11pt;
	font-weight: bold;
}
.DropMenu ul ul a {
	font-size: 12pt;
	font-weight: normal;
}

.DropMenu ul {
	display: none;
}

.DropMenu li.active a,
.DropMenu a:hover {
	text-decoration: none;
	color: #935f11;
}
.DropMenu li.active li a {
	color: #4a1808;
}


/*
Gallery
===============================================================
*/

.GalleryTable {
	font-size: 10pt;
}

.GalleryCommentFormControl textarea  { background: url('images/bg-1px-overlay-15.png'); border: 1px solid #dbab47; }
.GalleryCommentFormControl input.GalleryCommentSubmit { 
	border: 0;
	font-size: 11px;
	width: 140px;
	height: 30px;
	padding-bottom: 2px;
	color: #5a1808;
	background: url('images/bg-submit.png');
}

.GalleryPagerLinks td.PreviousPage {
	width: 40px;
	height: 30px;
}
.GalleryPagerLinks td.NextPage {
	width: 40px;
	height: 30px;
}

.GalleryPagerLinks td.PreviousPage a {
	width: 40px;
	height: 30px;
	background: url('images/gallery-previous.png') no-repeat;
}
.GalleryPagerLinks td.PageNumber {
	padding-top: 5px;
	font-size: 10pt;
}
.GalleryPagerLinks td.NextPage a {
	width: 40px;
	height: 30px;
	background: url('images/gallery-next.png') no-repeat;
}
.Gallery1 .GalleryTable .ImageContainer,
.Gallery1 .GalleryTable .ParagraphContainer {
	width: 120px;
	margin: 0;
}
.Gallery2 .GalleryTable .ParagraphContainer,
.Gallery4 .GalleryTable .ParagraphContainer {
	min-height: 90px;
}

.Gallery1 {
	width: 575px;
}
.Gallery4,
.Gallery4 .GalleryTable,
.Gallery5,
.Gallery5 .GalleryTable {
	width: 650px;
}
.PopupContainer {
	background: url('images/bg-paper-popup.jpg') repeat-y top center;
}
.PopupContainer .PopupImage div.PopupImageBackground {
	background-color: black;
}
.PopupContainer .PopupImageClose #ds-close,
.PopupContainer .PopupImageClose .ds-close {
	background: url('images/button-top-close.gif') no-repeat;
}

.FullviewContainer .FullviewImage div.FullviewImageBackground {
	background-color: black;
}
.Gallery8 {
	width: 640px;
	margin: 0 auto;
}
.Gallery8 .GalleryContainer {
	width: 640px;
}
.Gallery8 .Fullview {
	width: 640px;
}
.Gallery8 .Fullview .FullviewImage {
	width: 640px;
	height: 480px;
}
.Gallery8 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 640) + "px");
}

.Gallery9,
.Gallery9 .GalleryContainer {
	width: 650px;
}
.Gallery9 .Fullview {
	width: 500px;
}
.Gallery9 .Fullview .FullviewImage {
	width: 500px;
	height: 375px;
	background-color: black;
}
.Gallery9 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 500) + "px");
}


.Gallery10,
.Gallery10 .GalleryContainer {
	width: 650px;
}
.Gallery10 .Fullview {
	width: 460px;
}
.Gallery10 .Fullview .FullviewImage {
	width: 460px;
	height: 345px;
	background-color: black;
}
.Gallery10 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 460) + "px");
}

/*
===============================================================
*/

.ResponsiveDesign .LeftBG .LogoContainer .LogoContainerMiddle { overflow: hidden; }


.ResponsiveDesign .RightBG { padding-bottom: 20px; }

.ResponsiveDesign .MainPage { min-width: 300px; padding-right: 220px; }

.ResponsiveDesign .ImageGallery1 .FunctionTable { width: 550px; }
.ResponsiveDesign .ImageGallery1 .FunctionTable .ImageCell { width: 150px; }
.ResponsiveDesign .ImageGallery1 .FunctionTable .ImageCell .ImageContainer { width: auto; padding-bottom: 5px; }

.ResponsiveDesign .ImageGallery2 .TextCell { margin-left: 140px; }

.ResponsiveDesign .Diary .DiaryContainer .RightColumn { margin-left: 220px; }
.ResponsiveDesign .Diary .ArticleList .EntriesColumn { margin-right: 230px; }

.ResponsiveDesign .Guestbook .GuestbookForm { width: 210px; }

.ResponsiveDesign .ImageGallery .Gallery4 .GalleryImageCell { width: 120px; padding-right: 10px; }
.ResponsiveDesign .ImageGallery .Gallery4 .GalleryTextCell { width: 185px; padding-right: 10px; }

.ResponsiveDesign .ImageGallery .Gallery5 .GalleryImageCell { width: 50px; padding-right: 10px; }
.ResponsiveDesign .ImageGallery .Gallery5 .GalleryTextCell { width: 255px; padding-right: 10px; }

.ResponsiveDesign .ImageGallery .Slide1,
.ResponsiveDesign .ImageGallery .Slide2 { width: 650px; }

.ResponsiveDesign .ImageGallery .Slide1 .ImageContainer img,
.ResponsiveDesign .ImageGallery .Slide2 .ImageContainer img { max-width: 650px }

