	body {
		margin:  0;
		padding: 0;
		text-align: center;
	}

	h1,h2,h3 {font-family: sans-serif; color: #333;}
	
	ul { list-style-type: square; }
	
	#wrapper {
		width: 95%;
		margin: 0 auto 0 auto;
		text-align: left;
	}
	
	#masthead, #navigation, .column { margin-bottom: 12px; }

	#masthead {
		margin-top: -1px;
		background: #b062b0 url(/images/bottomleft.gif) no-repeat left bottom;
	}

	#masthead img {
	 	border: 0px;
	}

	#masthead a {
		position: relative;
		display:  block;
		padding: 10px 10px 5px 10px;
		background: url(/images/bottomright.gif) no-repeat right bottom;
	}

	#masthead h1, #masthead h2 { position: absolute; top: -1000px; }
	
	#foot p {
		font-size: 80%;
		color: #fff;
		font-variant: small-caps;
		text-decoration: none;
	}
	
	#foot p a:link, #foot p a:visited {
		color: #fff;
	}
	
	a:link, a:visited {
		color: #000;
	}
	
	a:hover {
		background: #fff;
		text-decoration: none;
	}

	#navigation {
		background: #FFF2AB url(/images/bottomright.gif) no-repeat right bottom;
	}
	
	#navigation #bottomleft {
		background: url(/images/bottomleft.gif) no-repeat left bottom;
	}
	
	#navigation #topleft {
		background: url(/images/topleft.gif) no-repeat left top;
	}
	
	#navigation #topright {
		background: url(/images/topright.gif) no-repeat right top;
	}

	#navigation, #bottomleft, #topleft, #topright, #navigation ul { 
		float: left; 
		width: 100%;
	}
	
	#navigation ul {
		list-style-type: none;
		margin: 0;
		padding: 6px 0 6px 0;
	}
	
	#navigation li {
		float: left;
		border-left: 1px solid #999;
		font-family: sans-serif;
	}
	
	#navigation ul li a {
		padding: 0 7px 0 7px;
	}
	
	#navigation li.first {
		border-left: 0;
		padding-left: 10px;
	}
	
	#navigation a {
		color: #333;
		font-variant: small-caps;
		text-decoration: none;
	}
	
	#navigation a:hover {
		text-decoration: underline;
		background: none;
	}
	
	#content {
		padding: 0px;
		clear: left;
	}
	
	.column {
		float: left;
		width: 30%;
		margin-right: 2%;
		background: url(/images/bottomleft.gif) no-repeat left bottom;
	}

	.column .bottomright {
		background: url(/images/bottomright.gif) no-repeat right bottom;
		padding-bottom: 20px;
	}

	.column .topleft {
		background: url(/images/topleft.gif) no-repeat left top;
	}
	
	.column ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.column h1 {
		margin-top: 0;
		padding-top: 10px;
		background: url(/images/topright.gif) no-repeat right top;
		font-variant:  small-caps;
		color: #333;
	}
	
	.column h1, .column p, .column table, #about h2, #about h3, #discuss h2, #discuss h3, .box p, #press h4, #press h2 {
		padding-left: 20px;
		padding-right: 10px;
	}

	
	.column h3 {
		margin-top: 0;
		margin-bottom: 0;
		padding: 1px 0 1px 0;
	}
	
	.column .source_type, .column .source_address {
		color: #222;
		padding-left: 20px;
		padding-right: 10px;
		margin: 0;
	}
	
	.column .source_type span {
		font-variant: small-caps;
		border-bottom: 1px dotted #333;
	}
	
	.column .source_address {
		text-indent: 1.5em;
		color: #333;
		margin-top: 10px;
		font-size: 95%;
	}
	
	.column form {
		font-size: 95%;
		color: #333;
	}
	
	
	.heading {
		font-variant: small-caps;
		border-bottom: 1px dotted #333;
		margin-left: 20px;
		margin-right: 20px;
		color: #222;
	}
	
	#column1 {
		background-color: lightgreen;
	}
	
	#column1 h1 {
		color: green;
	}
	
	.column a {
		display: block;
		margin: 0px;
		padding: 8px 0 8px 30px;
		color: #444;
		font-variant: small-caps;
		text-decoration: none;
		font-size: 120%;
	}
	
	.column a:hover {
		background: #fff;
		border-top: 2px solid #ccc;
		padding: 6px 0 8px 30px;
	}
	
	.column a span {
		color: #333;
		border-bottom: 1px dotted #333;
	}
	
	.column a p {
		font-variant: normal;
		font-size: 70%;
		margin-bottom: 0;
	}
	
	#column2 {
		background-color: pink;
	}
	
	#column2 h1 {
		color: #8b556e;
	}
	
	#column3 {
		background-color: tan;
	}
	
	#column3 h1 {
		color: #333;
	}
	
	#column3 .notes {
		padding-left: 20px;
		line-height: 1.5em;
	}
	
	#column3 #map_div {
		width: 200px;
		height: 200px;
		margin: 20px;
		border: 1px solid #666;
	}
	
	a.map_it_link {
		color: #333;
		border-top: 2px dashed #444;
		border-bottom: 2px dashed #444;
		margin: 10px;
		text-decoration: underline;	
		text-align: center;
		text-indent: 0;
		padding: 10px 0 10px 0;
	}

	a.map_it_link:hover {
		background: #fff;
		color: #333;
		border-top: 2px dashed #444;
		border-bottom: 2px dashed #444;
		text-decoration: none;	
		padding: 10px 0 10px 0;
	 }
	
	.comment {
		margin: 0 10px 1em 20px;
		border-bottom: 0px dotted #333;
	}
	
	.comment em {
		font-size: 85%;
	}
	
	.comment p {
		text-indent: 0em;
		padding: 0;
		margin-bottom: .1em;
	}
	
	
	#search {
		text-align: center;
	}
	
	#search #map_div{
		width: 90%;
		height: 400px;
		margin: 0 auto;
	}
	
	#search form {
		text-align: left;
		margin: 0 auto 10px auto;
		width: 90%;
		color: #333;
	}
	
	#search form .label_extra {
		font-size: 90%;
	}
	
	.box { font-size: 80%; }
	
	.box p {
		line-height: 1.5em;
	}

	.box h1, #new form {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.box-brown {
		background: tan url(/images/bottomleft.gif) no-repeat left bottom;
		margin-bottom: 16px;
	}
	
	.box-green {
		background: lightgreen url(/images/bottomleft.gif) no-repeat left bottom;
		margin-bottom: 16px;
	}

	.box-blue {
		background: lightblue url(/images/bottomleft.gif) no-repeat left bottom;
		margin-bottom: 16px;
	}

	.box .bottomright {
		background: url(/images/bottomright.gif) no-repeat right bottom;
		padding-bottom: 16px;
	}

	.box .topleft {
		background: url(/images/topleft.gif) no-repeat left top;
	}
	
	.box h1 {
		margin-top: 0;
		padding-top: 10px;
		font-variant:  small-caps;
		color: #333;
		text-align: left;
	}

	.box h1.first_title, .topright {
		background: url(/images/topright.gif) no-repeat right top;
	}
	
	form h3, h4, h5 {
		margin-bottom: 2px;
	}
	
	form select {
		margin-right: 5px;
	}
	
	form h3 span {
		font-size: 80%;
		color: #333;
	}
	
	form .label_extra {
		color: #333;
		font-size: 60%;
	}
	
	#new {
		width: 48%;
	}

	#intro_map {
		float: right;
		margin: 0 0 0 0;
		font-weight: bold;
		line-height: 2em;
		text-align: right;
	}

	.source_count a { 
		border-bottom: 1px dashed #333; 
		color: darkblue;
		text-decoration: none;
	}
	
	#foot {
	        color: #fff;
		font-size: 80%;
		padding: 0;
		margin-bottom: -10px;
		clear: left;
		background: #b062b0 url(/images/topleft.gif) no-repeat left top;
	}

	#foot a:link, #foot a:visited {color: #fff;}

	#foot form, #foot h4 { 
		font-weight: normal; 
		text-transform: uppercase;
	}

	#foot form#donate { margin: -10px 0 0 0; float: right;}

	.donate_link {
		border: none;
		background: transparent;
		cursor: pointer;
		border-bottom: 1px dotted #333;
		padding: 0;
	}

	.donate_link:hover {
		border-bottom: 1px solid #333;
	}

	.clear { clear: left; }
	
	#foot .topright {
		margin: 0;
		padding: 10px 10px 20px 10px;
		background: url(/images/topright.gif) no-repeat right top;
	}
	
	.info_window {
		width: 300px;
		font-size: 90%;
		text-align: left;
	}
	
	.info_window h4 {
		margin-top: 0;
	}
	
	.info_window p {
		padding: 0;
	}

	form#donate {
	  margin: 20px;
	}

.blog_posts {
  width: 70%;
}

.post_title { 
  text-transform: lowercase;
  font-variant: small-caps; 
}

#notice { 
  color: blue; 
}

.box .bottomright {
  padding-bottom: 1px;
}

.intro p {
  padding-top: 8px;
  padding-bottom: 0;
  line-height: 1.3em;
  font-size: 86%;
  font-family: sans-serif
}

.main {
 font-weight: bold;
}

.demo_map img {
  border: 2px solid #666;
}

.demo_map:hover img {
  border: 2px solid darkblue;
}

.float_left {
  float: left;
}

#foot .float_left {
  margin-right: 40px;
}

