@font-face {
   font-family: YanoneKaffeesatz; 
   src: url('YanoneKaffeesatz-Regular.otf');
   font-weight: normal;
}

body {
	background: #A4B851 url('images/pagetop.png') top repeat-x;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 70%;
}

#column {
	position: relative;
	background: url('images/column.png') top center no-repeat;
	height: 673px;
	width: 930px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	position: absolute;
	top: 10px;
	left: 6px;
}

#content {
	width: 889px;
	height: 407px;
	position: absolute;
	top: 118px;
	left: 21px;
}

#text-narrow {
	float: right;
	height: 400px;
	width: 290px;
	margin-right: 7px;
	margin-top: 1px;
	z-index: 30;
}

#text-wide {
	float: right;
	position: relative;
	height: 400px;
	width: 600px;
	margin-right: 7px;
	margin-top: 1px;
	z-index: 25;
}

#text-wide .lcol {
	position: absolute;
	width: 288px;
}

#text-wide .rcol {
	position: absolute;
	width: 288px;
	left: 310px;
}

#testimonial {
	position: absolute;
	top: 280px;
	width: 230px;
	height: 120px;
	color: white;
	padding: 4px 6px;
}

#testimonial p {
	margin-bottom: 0.7em;
}

#questions {
	position: absolute;
	top: 547px;
	left: 21px;
	padding: 4px
}

#questions h3 {
	margin-bottom: 5px;
}

#navigation {
	position: absolute;
	top: 474px;
	left: 340px;
	z-index: 20;
}

#galwrapper {
	z-index: -999;
}

#galleria {
	position: absolute;
	width:575px;
	height:405px;
	z-index: 555;
}

#footer {
	text-align: right;
	position: absolute;
	top: 650px;
	width: 910px;
	font-size: 90%;
	padding-bottom: 24px;
	z-index: 29;
}

h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	border-bottom: black solid 3px;
	font-family: YanoneKaffeesatz, Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	font-size: 300%;
}

h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
	font-family: YanoneKaffeesatz, Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	font-size: 200%;
	line-height: 1em;
}

h3.list_head {
	margin-bottom: 0;
}

h3.links {
	margin-bottom: 0.5em;
}

a {
	color: #cf4019;
	text-decoration: none;
	/* hover action? */
}

a.gray {
	color: #B3B3B3;
}

ul, ol {
	margin: 0;
	margin-bottom: 1em;
	line-height: 1.5em;
	padding-left: 1em;
}

p {
	margin: 0;
	margin-bottom: 1em;
}

img {
	border: none;
}

