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

/*elements*/
	
body {
	font-family: verdana, arial, sans-serif;
	font-size:0.8em;
	background-color: #ffffff;
	padding:5px 0px 5px 0px;
	color:#000000;
	}

p {
  margin-bottom:10px;
  }
  
img {
  border:0px;
}

td{
  width:50%;
  }
tr{
  padding-top:10px;
  vertical-align: top;
}
	
/*anchors*/

a:link, a:visited{
  color:#642c80;
  text-decoration: underline;
  }

a:hover{
  color:#642c80;
  text-decoration: none;
}

/*class*/

.header {
  color:#642c80;
  font-size: 1.3em;
  font-weight: 600;
}

.color {
  color:#642c80;
  font-weight: 600;
  }
  
.bold {
  font-weight: 600;
  }

.td2{ 
  width:20%;
  }

.td3{ 
  width:5%;
  }

div#content .credits_table{
  width:490px;
  margin-left:20px;
  }
/*divs*/

div#wrapper{
	width:727px;
	margin:auto;
  }


div#logo{
  float:right;
  width:266px;
  height: 159px;
  }
 
div#navigation{
  height: 159px;
  width: 451px;
  }
  
div#image{
  width:236px;
  float:left;
  
  }

div#image_contact{
  width:185px;
  float:left;
  
  }

div#content{
  width:491px;
  margin-left:236px;
  }

div#map{
  width: 295px;
  height: 360px;
  float:right;
  margin-top:20px; 

}

div#left{
  width:228px;
  float:left;
}

div#footer{
  text-align:right;
  width:717px;
  font-size:0.6em;
  clear:both;
  }