
	/*  body und schrift deffinitionen */
	html {
		padding:0px;
		margin:0px;
	}

	body {
		background-color: #e1ddd9;
		font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
		color:#564b47;
		margin:10px 14px 0px 10px;
		padding:0px;
	}

	p, h2, pre {
		margin: 0px;
		padding: 5px 20px 5px 20px;
	}

	a {
		color: #000000;
		background-color:transparent;
		text-decoration: none;
	}

	a:hover {
		color: #ffffff;
		background-color: #000000;
		text-decoration: none;
	}


	pre {
		color: #564b47;
		background-color:transparent;
		font-family: Courier, Monaco, Monospace;
	}

	.alignright {
		margin-top: 0;
		text-align: right;
	}

	h2 {
		font-size:18px;
		padding-top:10px;
		text-transform:uppercase;
		color: #564b47;
		background-color: transparent;
	}


	h1 {
		font-size: 26px;
		text-transform:uppercase;
		text-align: left;
		color: #262b27;
		background-color: #90897a;
		padding:5px 15px;
		margin:0px
	}

	strong {
		font-size: 16px;
	}

/* for the map page	*/

#holder{
position:relative;
margin-top:20px;
}
#map {
height:460px;
border:1px solid #999999;
background:#dcdcdc;
width:400px;
position:absolute;
top:0;
left:270px;
}
#controls {
width:266px;
height:800px;
border:1px solid #999999;
padding:6px;
margin-left:12px;
}

/*shadow box */
div#borderrelated, div.shadow {
margin: 0 30px 10px 50px; padding: 0 5px 5px 0; background: #fff url(images/shadow.gif) no-repeat 100% 100%; 
height: 1%;
}

div#borderrelated div, div.shadow div {
margin: 0; padding: 10px 0;
border-width: 1px 0 0 1px; border-style: solid; border-color: #ccc;
}




#content {
  margin: 0px 200px 0px 200px;
  border: 3px solid #564b47;
  padding: 0px;
  background-color: #ffffff;    
}


#left {
width:190px;
padding:0px;
float:left;
background:#fff;
border:1px solid #000;
}

#right {
width:190px;
padding:0px;
float:right;
background:#fff;
color: #564b47;
border:1px solid #000;
}

#container {
align: center;
}

.navbar {
border:1px solid #999999;
background:#dcdcdc;
}

.curlycontainer{
border: 1px solid #b8b8b8;
background:#ddd;
margin-bottom: 1em;
}

.curlycontainer .innerdiv{
background: transparent url(images/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}

#table {
	width: 400px;
	border-top: 4px solid #e3e7e7;
	background-color:#FF6666;
	}

#table p {
	clear: both;
	width: 100%;
	margin: 0;
	}

#table span {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #e3e7e7;
	border-bottom: 1px solid #e3e7e7;
	}

#table span.col1 {
	width: 110px;
	}

#table span.col2 {
	width: 186px;
	}

#table span.col3 {
	width: 110px;
	border-right: 1px solid #e3e7e7;
	}

.cleaner {
	height: 0;
	clear: both;
	}

.addthis_toolbox {
    width: 242px; //This may need to be adjusted
    margin: 0 auto;
}