* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}


#logo {
	position: absolute;
	left: 0px;
	top: 27px;
}

#header {
	height: 65px;
	width: 100%;
	left: 0px;
	background: #FFF url(../_img/bg_header.jpg) left bottom repeat-x;
}

#white1 {
	height: 8px;
	width: 100%;
	left: 0px;
	background: #FFF;
}

#imagefield {
	height: 220px;
	width: 100%;
	left: 0px;
	background: #FFF url(../_img/bg_imagefield.jpg) repeat;
}

#imagefield img {
	position: absolute;
	left: 200px;
}

#white2 {
	height: 8px;
	width: 100%;
	left: 0px;
	background: #FFF;
}

#mainnavigation {
	height: 30px;
	background: #FFF  url(../_img/bg_mainnavigation.jpg) repeat;
}

#mainnavigation ul {
	list-style: none;
}

#mainnavigation ul li {
	position: relative;
	display: block;
	float: left;
	top: 7px;
	left: 200px;
	height: 23px;
	width: 100px;
}

#mainnavigation a {
	display: block;
	height: 23px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #DFB8AA;
	text-align: center;
	text-decoration: none;
}

#mainnavigation a:hover {
	height: 23px;
	color: #FFF;
	background: url(../_img/bg_mainnavigation_a_hover.jpg) repeat-x;
}

#mainnavigation a.active {
	height: 23px;
	color: #FFF;
	background: url(../_img/bg_mainnavigation_a_hover.jpg) repeat-x;
}

#white3 {
	height: 5px;
	width: 100%;
	left: 0px;
	background: #FFF;
}

#subnavigation {
	height: 15px;
	background: #FFF  url(../_img/bg_subnavigation.jpg) repeat;
}

#subnavigation ul {
	list-style: none;
}

#subnavigation ul li {
	position: relative;
	display: block;
	float: left;
	top: 1px;
	left: 200px;
	height: 15px;
	padding-right: 25px;
}

#subnavigation a {
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#subnavigation a:hover {
	color: #FFF;
}

#content {
	position: relative;
	left: 200px;
	width: 500px;
	padding-top: 20px;
	padding-bottom: 50px;
}

#content h1 {
	padding-bottom: 25px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333;
}

#content h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333;
}

#content p {
	padding-bottom: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: justify;	
}

#content p a {
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9d1323;
	}
	
#content p a:hover {
	text-decoration: underline;
	}

#content ul {
	list-style: inside;
}

#content ul li {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: justify;
}

#footer {
	bottom: 10px;
	height: 15px;
	width: 100%;
	left: 0px;
	background: #FFF url(../_img/bg_footer.jpg) repeat;
}

#footer p {
	width: 650px;
	text-align: right;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	position: relative;
	display: block;
	float: left;
	left: 200px;
	height: 15px;
	padding-right: 25px;
}

#footer a {
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
}
