@charset "utf-8";
/* CSS Document */

/*------------------------------------Page Setup------------------------------------------*/

*{
	margin:0;
	border:0;
	padding:0;
}

html
{
	overflow:scroll;
}

html, body 
{
	height:100%;
}

body
{
	font-size: 100%;
	font-family:"Times New Roman", Times, serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #532323;
	width: 100%;
}

/*------------------------------------Main Blocks------------------------------------------*/

#container {
	background-image:url(../images/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-attachment:fixed;
	margin: 0 auto 0 auto;
	width:834px;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	margin-bottom:-20px;
}

#content {
	margin-top:363px;
	width:800px;
	text-align:left;
	text-align: left;
}

#header{
	position:absolute;
	margin: 0 auto 0 auto;
	top:0;
	height:351px;
	width:800px;
	text-align:center;
	background-image:url(../images/header.jpg);
	vertical-align:bottom;
}

#header h1{
	margin-top:180px;
}

#header h2{
	margin-top:-16px;
}

.top{
	top:351px;
	text-align:center;
}

.bottom{
	margin-bottom:20px;
}

#navigation{
	position:relative;
	clear:both;
	height:36px;
	width:800px;
	text-align:center;
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:#532323;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#532323;
}

#infobox{
	width:254px;
	height:176px;
	background-color:#FADDB3;
	float:right;
	padding:5px;
	padding-left:8px;
	z-index:10;
	margin-top:-200px;
}

#infobox p {
	font-size:17px;
	line-height:17px;
}

.textarea{
	width: 760px;
	position: relative;
	margin: 20px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#532323;
}

.bottomtext{
	width: 760px;
	position: relative;
	margin: 20px;
}

/*------------------------------------Finetuning elements------------------------------------------*/

.imgleft { 
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 10px;
}

.imgright {
	float: right;
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 10px;
}

.galleryleft {
	float:left;
	width:360px;
	text-align:center;
}

.galleryright {
	float:right;
	width:360px;
	text-align:center;
}

.lineheight{
	line-height:10px;
}
/* --------------------------------------------Navigation------------------------------------------- */

#navigation ul {
	display:block;
	margin-top: 7px;
	margin-left: 10px;
	text-align:center;
	font-size: 20px;
	font-weight: 100;
}

#navigation ul li { 
	display: inline;
	text-align: center;
}

#navigation ul li a {
	padding: 0;
	margin-right:15px;
	margin-left:15px;
	text-align: center;
	text-decoration: none;
	float: left;
	color: #532323;
}

#navigation ul li.this a{
	text-decoration:underline;
}

#navigation ul li a:hover {
	text-decoration:underline;
}

#navigation ul li a:active {
	text-decoration:underline;
}

/*-------------------------------------------text--------------------------------------------------*/
h1{
	font-size:540%;
	font-weight:100;
}

h2{
	font-size:190%;
	font-weight:100;
}

h3{
	font-size:17px;
	font-weight:100;
	line-height:1.35;
}

p{
	font-size:14px;
	line-height:17px;
}

a{
	color: #532323;
}
