* {
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: rgb(128, 63, 0);
}
img
{
	border: 0;
	padding: 0;
	margin: 0;
}

li {
	list-style:inside
}

div#header
{
	line-height: 0;
}
ul#menulist
{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 25px;
}
ul#menulist li
{
	padding: 0;
	margin: 0;
	float: left;
	/*width: 110px;*/
	width: 95px;
	text-align: center;
}
ul#menulist li a
{
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	line-height: 25px;
}
ul#menulist li a:hover
{
	color: #FFFFFF;
}
div#content
{
	padding: 2em;
	font-size: 0.8em;
	background-color: #FDDBBB;
	background-repeat: no-repeat;
}
div#content h2
{
	font-size: 1.2em
}
div#content p
{
	margin-bottom: 1em;
}
#heading {
	position: relative;
	margin-bottom: 3.5em;
}
#heading h1 {
	display: none;
}
#heading img {
	position: absolute;
	left: 0px;
	top: 1px;
}
div#footer
{
	background-color: rgb(255,126,0); 
	text-align: right; 
	padding: 0.2em 1em 0.2em 0em;
}
div#footer a
{
	font-size: 0.8em; 
	color: #FFFFFF; 
	text-decoration: none;
}
div#footer a:hover
{
	color: #000000; 
}
p#contact
{
	background-color: rgb(204,101,0); 
	color: #FFFFFF; 
	padding: 1em; 
	font-size: 0.9em; 
	text-align: center;
}
.spacer
{
	font-size: 1px;
	line-height: 1px;
	clear: both;
	visibility: hidden;
}
div#rightcontent
{
	width: 325px;
	float: right;
	padding-right: 145px;
	padding-top: 15px;
}
em {
	font-weight: bold;
	color: #ff7e00;
	font-style: normal;
}

div#leftcontent
{	
	float: left;
}
div.teaser
{	
	float: left;
	background-color: #ffffff;
	width: 225px;
	padding-top:10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
div.teaser img
{	
	margin-left: 5px;
	float: left;
}
div.teaser p
{	
	margin-left: 5px;
	float: right;
	width: 100px;
	padding-right: 5px;
	font-size: 1em;
}

div.teaser p a
{	
	color:#ff7e00;
}
#subheading {
	position: relative;
	margin-bottom: 0.5em;
}
#subheading h1 {
	display: none;
}
#subheading img {
	position: absolute;
	left: 0px;
	top: 1px;
}
ul#gallery
{
	list-style: none;
	list-style-image:none;
	padding: 0;
	margin: 0;
	height: 25px;
}
ul#gallery li
{
	padding: 0;
	float: left;
	width: 170px;
	text-align: center;
}
div#gallery {
	height:650px;
}

