 
 /* ### Structure ### */
body {
	margin: 0;
	padding: 0;
	color:	#5e6a71;
	font-family:Garamond, Times, Times New Roman, serif;
	font-size:small;
	text-align:center;
	background-image: url('images/core/bg-outside2.jpg');
	background-repeat: repeat
}

#pagecenter {
	text-align:left;
	width: 760px;
	min-height: 580px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border: thin inset #C5C5C5;
	padding:0;
	background-image: url('images/core/bg-inside.gif');
	background-repeat: repeat
	background-color: #E1E0E2;
}

#round {
	text-align:left;
	width: 790px;
	min-height: 580px;
	margin:20px auto;
	background:#fff url('images/core/leftside.gif') repeat-y left top;
}
.top {
	width:100%;
	height:20px;
	background:url('images/core/top.gif') no-repeat left top;
}
.top span {
	display:block;
	position:relative;
	height:20px;
	background:url('images/core/top-right.gif') no-repeat right top;
}
.center-content {
	position:relative;
	background:url('images/core/rightside.gif') repeat-y right top;
	padding:1px 20px 1px 25px;
	border: solid 0px #000000;
	margin:-1px 0 -50px 0;
}
.bottom {
	width:100%;
	height:40px;
	background:url('images/core/bottom.gif') no-repeat left bottom;
}
.bottom span {
	display:block;
	position:relative;
	height:40px;
	background:url('images/core/bottom-right.gif') no-repeat right top;
}


div.spacer {
  clear: both;
  }



 /* +++ Header +++ */
#pageheader-logo {
	margin-top: 15px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 0px;
	float: left;
}
#pageheader-text-multiple {
	margin-top: 30px;
	margin-right: 25px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-top: 5px;
	border: solid 0px #000000;
	float: left;
}
#pageheader-text-single {
	width: 520px;
	margin-top: 40px;
	margin-right: 35px;
	margin-left: 15px;
	margin-bottom: 0px;
	padding-top: 5px;
	border: solid 0px #000000;
	float: right;
}
/* +++ Nav +++ */
#navbar-horizontal {
	width: 730px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: 15px;
	border: solid 0px #000000;
	margin-bottom: auto;
}
#navbar-vertical {
	width: 200px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: 15px;
	border: solid 0px #000000;
	float: left;
}
#navbar-horizontal-single {
	margin-left: 8px;
	border: solid 0px #000000;
	margin-bottom: auto;
	float: left;
}
#navbar-vertical-single {
	margin-left: 20px;
	border: solid 0px #000000;
	margin-bottom: auto;
}


/* +++ Body +++ */
#pagebody-text-single {
	min-height: 300px;
	width: 700px;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	border: solid 0px #000000;
	
}
#pagebody-single {
	margin-top: 0px;
	margin-right: 0px;
	min-height: 400px;
	margin-left: 20px;
	margin-bottom: 15px;
	border: solid 0px #000000;
}
#pagebody-footer {
	margin-top: 15px;
	width: 760px;
	align: center;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
}




/* ### typo ###*/
a, a:link, a:visited {
	color: #5e6a71;
	text-decoration: underline;
}

a:hover, A:visited:hover, a:active, A:link:active, A:visited:active {
	color: #786E6F;
}

H1 {
	font-size: large;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0;
	margin-bottom:0.5em;
}

H2 {
	font-size: medium;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0;
	margin-bottom:0.5em;
}

H3 {
	font-size: small;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0;
}

UL {
	font-size: medium;
	font-weight: normal;
	margin: 0;
}

H4, H5, H6 {
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	margin: 0;
}

P {
	line-height: 1.5em;
	font-size: medium;
	text-align: justify
	font-weight: normal;
}
P.head {
	line-height: 2.0em;
	font-size: large;
	font-style: italic;
	text-align: center;
	font-weight: normal;
}
P.gallery {
	line-height: 1.0em;
	font-size: medium;
	text-align: justify
	font-weight: normal;
}



/* ### body ###*/

#pagecenter #pagebody {
	display: block;
	width: 760px;
}



/* ### footer ###*/
#footerNotice {
	display: block;
	clear:both;
	width: 760px;
	padding-top: 20px;
	padding-left: 15px;
	font-size: x-small;
}
#pagefooter {
	display: block;
	clear:both;
	width: 760px;
	border-top: solid #b7d2e3 1px;
	margin-top: 15px;
	padding-top: 5px;
	padding-left: 15px;
	font-size: x-small;
	padding-bottom: 150px;
}

/* ### Standard Elements ##### */

IMG {
	border: 0;
}

