* {
	margin: 0;
	padding: 0;
	border: 0;
	}	

body	{
	font: 1em  Arial, Verdana, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	line-height: 140%;
	}
	
h1{
	font-size:1.4em;
	color:#000;
	padding-bottom:0.8em;
	}
h2{
	font-size:1.1em;
	color:#000;
	padding-top:0.6em;
	padding-bottom:0.6em;
	}
h3{
	font-size:1.1em;
	color:#000;
	padding:0.8em 0 0.1em 0;
	}
h4{
	font-size:1em;
	color:#000;
	padding:0.3em;
	background-color:#999;
	}
h5{
	font-size:1em;
	color:#000;
	padding:0.3em;
	background-color:#e5e5e5;
	}	
	
a:link, a:visited {
	text-decoration : underline;
	color: #000;
	}

a:active {
	text-decoration : underline;
	color: #000; 
	}
#wrapper	{
	margin: 0;
	background: #fff;
	}
#head	{
	width:100%;
	height:140px;
	background:none;
	}
#content	{
	width:100%;
	padding-bottom:40px;
	}
#content ul.textlist{
	margin-left: 20px;
	}
#content ul.textlist li{
	list-style-type:square;
	padding: 0 20px 8px 12px;
	background:none;
	}
#footer	{
	clear:both;
	width: 100%;
	color: #000;
	background: none;
	}
#map{
	width: 520px;
	height: 300px;
	float:left;
	}
		
.teammember{
	padding:20px 20px 10px 0;
	font-size:0.85em;
	}
.teammember p {
	padding-bottom:0.8em;
	}
ul.team{
	margin: 0;
	}
ul.team li{
	list-style-type:square;
	padding: 0 0 0.5em 12px;
	background:none;
	}
.teammember img{
	border-bottom:#F49E00 3px solid;
	}

#imageBig, #navigation, .footnav {
	display: none;
	}


	