html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(ruegbgtile.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	height: 100%;
}

#page {
	background-image: url(ruegbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	text-align: center;
}

p {
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	color: #543f1a;
}

h1 {
	font: 21px Georgia, "Times New Roman", Times, serif;
	color: maroon;
	position: relative;
	top: 0;
	margin-top: 9px;
	margin-bottom: 32px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #543f1a;
	width: 450px;
	margin-left: 130px;
	text-align: left;
	font-variant: medium;
}

h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #543f1a;
	position: relative;
	top: 10px;
	margin-bottom: 12px;

}

a:link { color: #maroon;
	text-decoration: none;
}
a:visited { color: #maroon;
	text-decoration: none;
}
a:hover { color: #543f1a;
	text-decoration: underline;
}
a:active { color: #543f1a;
	text-decoration: none;
}

.root {
	text-align: center;
}
.hiddenImage {
	display: none;
}
.footer {
	position: relative;
	margin-bottom: auto;
	border-top: 1px dotted #543f1a;
	padding-top: 6px;
	margin-left: 130px;
	padding-left: 1px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	margin-top: 38px;
	color: #543f1a;
	width: 450px;
	text-align: left;
}
.keyVisual {
	background: url(../content/images/keyVisual.jpg) no-repeat;
	width: auto;
	height: 201px;
	margin-left: 71px;
}

.pergamentContent {
	background: #fff;
	width: 721px;
	margin: 0 auto;
	padding: 0px;
}

.navItem,
.navItemCUR,
.navItemACT,
.navItemSubACT {
	color: maroon;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
.navItemCUR,
.navItemACT,
.navItemSubACT {
	padding-bottom: 4px;
}

.navItemSub {
	color: #aaaaaa;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 30px;
}

.navItemSubSub {
	color: #ffffff;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 60px;
}

.navigation {
	position: relative;
	margin-bottom: auto;
	border-top: 1px none #543f1a;
	padding-top: 0;
	border-bottom: 1px dotted #543f1a;
	padding-bottom: 7px;
	margin-left: 133px;
	padding-left: 0;
	width: 448px;
	text-align: left;
}
.pergamentHead {
	background-image: url(../content/images/pergament_head.png);
	background-repeat: no-repeat;
	width: 721px;
	height: 104px;
	padding: 0px;
	margin: 0 auto;
}
.pergamentFoot {
	background-image: url(../content/images/pergament_foot.png);
	background-repeat: no-repeat;
	width: 721px;
	height: 104px;
	padding: 0px;
	margin: 0 auto;
}
.content {
	width: 450px;
	position: relative;
	left: 130px;
	top: 0px;
	text-align: left;
}

.historyImage {
	float: right;
	border-top-style: none;
	padding-bottom: 20px;
	clear: both;
	padding-top: 0;
	margin-top: 0;
}

.photoImage {
	width: 450px;
	border: 1px dashed maroon;
}

.photo {
	padding-bottom: 73px;
}

#data,
#contentBackground {
	display: none;
}

/*news section*/
#news {
	background: #fff;
}

#flashnotice{
	position: absolute;
	top: 0;
	left: 0;
	height: 250px;
	width: 1000px;
}
/*notice is 250px high, so move the content down*/
#flashcontent {
	padding-top: 250px;
}