body {
	background: #913C25;
	margin: 0 0 0 50%;
	font-family: times;
	font-size: 12px;
	height: 100%;
}

a 	{
	color: black;
	text-decoration: none;
	}

a hover {
	text-decoration: underline;
	}

#wrapper {
	position: absolute;
	margin: 0 0 0 -390px;
	border-left: 2px solid black;
	border-right: 2px solid black;
	background: #EBD7AC;
	width: 780px;
	height: 100%;
	min-height: 100%;
}

#title {
	position: relative;
	background: #913C25;
	top: 0;
	margin-left: 280px;
	width: 225px;
	height: 120px;
	color: #F3E6CA;
	text-align: center;
}

p.logo1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 24px;
	font-weight: bold;
}

p.logo2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-variant: small-caps;
	font-size: 16px;
}

#title hr {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#disclaimer {
	position: absolute;
	margin: 0 0 0 -390px;
	border-left: 2px solid black;
	border-right: 2px solid black;
	background: #000055;
	color: white;
	bottom: 0;
	width: 780px;
	height: 40px;
	font-size: 9px;
	font-family: arial;
	text-align: center;
}

#disclaimer p {
	margin: 0 0 0 0;
}


#contact a {
	color: #2D921F;
}

#logo {
	position: relative;
	background: transparent url('../images/logo.gif') top left no-repeat;
	width: 300px;
	height: 56px;
	margin: 5px 0 0 5px;
}

#contentLeft {
	position: absolute;
	padding: 30px 20px 20px 50px;
	padding: 0 0 0 0;
	font-family: times;
	left: 30px;
	top: 0;
	letter-spacing: 1px;
	line-height: 14px;
}

#contentRight {
	position: absolute;
	padding: 30px 20px 20px 50px;
	padding: 0 0 0 0;
	right: 30px;
	top: 0;
	letter-spacing: 1px;
	text-align: right;
	line-height: 14px;
}

#contentmiddle {
	position: absolute;
	font-family: times;
	width: 300px;
	top: 130px;
	left: 300;
	letter-spacing: 1px;
}

#content h1 {
	font-family: arial;
	font-size: 16px;
}

#contentRight p, #contentLeft p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#contentRight p.titel1, #contentLeft p.titel1 {
	margin: 0 0 0 0;
	padding:  0 0 0 0;
	font-weight: bold;
	color: #913C25;
}

#contentRight p.titel2, #contentLeft p.titel2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-variant: small-caps;
	color: #913C25;
}

hr {
	height: 1px;
	color: #F3E6CA;
	background-color: #EBD7AC;
	border: 0;
	width: 150;
}

#contentRight p, #contentLeft p {
	margin: 0 0 10px 0;
}



