body
{
	font-family:		verdana, sans;
	font-size:		100.1%;
	color:			black;
	background-color: 	white;
	background-image:	url("../images/gradient.jpg");
	background-position:	center 0px;
	background-repeat:	repeat-y;
	padding:		0;
	margin:			0;
	text-align:		center;
}

a img
{
	border:			0px;
}
a
{
	color:			black;
}
.defloat
{
	clear:			both;
}

div#page
{
	z-index:		1;
	position:		relative;
	text-align:		left;
	margin:			0 auto;
	padding:		0;
	width:			600px;
	;/width:			601px;
	background-color:	white;
	border-color:		#661818;
	border-width:		0px;
	border-left-width:	1px;
	border-right-width:	1px;
	border-style:		solid;
}

div#head
{
	width:			600px;
	/width:			601px;
	height:			100px;
	padding:	 	0;
	margin:			0;
	color:			#ffffff;
	background-color: 	#661818;
	background-image:	url("../images/haverwa-header.jpg");
	background-repeat:	repeat-x;
	text-align:		left;
}


div#head h1
{

	display:		none;
}



div#footer
{
	min-height:		50px;
	padding:	 	0;
	margin:			0;
	background-color: 	#661818;
	text-align: 		left;
	font-size:		0.6em;
	font-weight:		bold;
	color: 			#ffffff;
	text-decoration: 	none;
	text-align:		center;
}

div#content
{	
	font-family:		sans-serif;
	font-size:		14px;
	width:			409px;
	color:			black;
	font-weight:		normal;
	margin:			0px;
	padding:		0;
	padding-top:		30px;
	padding-right:		15px;
	padding-left:		15px;
	margin-left:		159px;
	background-color:	transparent;
	min-height:		700px;
}

div#headline
{
	position:		absolute;
	top:			100px;
	left:			0px;
	width:			430px;
	/width:			431px;
	height:			16px;
	padding:	 	2px;
	padding-left:		170px;
	padding-right:		0px;
	border:			0px;
	border-top:		1px;
	border-style:		solid;
	border-color:		black;
	margin:			0px;
	background-color: 	#661818;
	white-space:		nowrap;
	font-size:		12px;
	font-weight:		bold;
	color: 			white;
	text-align:		right;
}
div#headline img
{
	margin-right:		10px;
}

div#content h1
{
	font-family:		Times;
	font-variant:		small-caps;
	padding:		0px;
	margin:			0px;
	margin-bottom:		10px;
	font-weight:		bold;
	font-size:		20px;
	border-style:		dashed;
	border-color:		#661818;
	border-width:		0px;
	border-bottom-width:	1px;
	clear:			both;
	color:			#661818;
}
div#content h2
{
	font-family:		Times;
	padding:		0px;
	margin:			0px;
	margin-bottom:		5px;
	font-weight:		bold;
	font-size:		16px;
	clear:			both;
	border-style:		dashed;
	border-color:		#661818;
	border-width:		0px;
	border-bottom-width:	1px;
	color:			#661818;
}
div#content p
{
	padding:		0px;
	margin:			0px;
	font-weight:		normal;
	color:			black;
	font-family:		sans-serif;
	font-size:		14px;
}
div#content p.clear
{
	clear:			left;
}

div#content img
{
	border:			0;
	padding:		5px;
	float:			left;
}

div#navigation
{
	z-index:		99;
	position:		absolute;
	top:			65px;
	/top:			70px;
	left:			-1px;
	width:			160px;
	padding-left:		0px;
	padding-right:		10px;
	padding-top:		50px;
	margin:			0px;
	text-align:		center;
	font-size:		14px;
	font-weight:		bold;
	color:			#FFDFB8;
	background-repeat:	no-repeat;
}

.navlevel1
{
	border:			0px;
	border-bottom-width:	1px;
	border-style:		solid;
	border-color:		#661818;
	list-style:		none;
	padding:		0;
	margin:			0;
	margin-top:		5px;
}

.navlevel2
{
	list-style:		none;
	padding:		0;
	margin:			0;
}

.navlevel1 a
{
	display:		block;
	padding:		0;
	padding-top:		7px;
	padding-bottom:		7px;
	border:			1px;
	border-bottom-width:	0px;
	border-style:		solid;
	border-color:		#661818;
	margin:			0;
	text-align:		left;
	white-space:		nowrap;
	font-size:		14px;
	font-weight:		bold;
	color: 			#661818;
	text-decoration: 	none;
}

.navlevel2 a
{	
	font-size:		12px;
	font-weight:		normal;
}

.navlevel1 a span
{
	padding-left:		8px;
	margin-right:		2px;
	margin-left:		8px;
	background-repeat:	no-repeat;
	background-position:	0px 4px;
}

.navlevel2 a span
{
	padding-left:		8px;
	padding-right:		10px;
	margin-right:		2px;
	margin-left:		8px;
	background-repeat:	no-repeat;
	background-position:	0px 3px;

}
.navlevel1 a:hover span,
.navlevel1 a:focus span
{

	background-repeat:	no-repeat;
}

.navlevel1 a:hover,
.navlevel1 a:focus
{
	color:			#ffffff;
	background-color:	#661818;
}
.center
{
	text-align:		center;
	margin-left:		500px;
	margin-right:		500px;
}
