body {
	background-image: url("../img/spiral.png");
	background-repeat:no-repeat;
	font-size:13px;
}


a {
	text-decoration: none;
	color:#00a7a3;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: circle;
	color:#222;
}

#leftcolumn {
	width:130px;
}

#contentcontainer {
	position: absolute;
	left:125px;
	top:60px;
	right:6px;
	max-width:750px;
}

#pagespacer {
	height:25px;
	visibility:hidden;
}

#content {
	border:1px solid #888;
	background-color:#fff;
	padding-left:5px;
	background-image:url('../img/spiral_inner.png');
	background-repeat:no-repeat;
}

#content p {
	font-size:13px;
	margin:1px 7px 10px 8px;
	line-height:1.5;
}

#content .inside {
	margin-left:5px;
}

#content h3 {
	margin:12px 0 2px 5px;
}

#content h4 {
	margin: 12px 0 5px 5px;
}

#content #type {
	font-size:10px;
	margin-left:6px;
}

#content hr {
	visibility:hidden;
	width:100%;
	clear:both;
}
/* --- Footbar --- */
#footbar {
	padding:2px;
	font-size:11px;
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:#64bab8;
	border-top:1px solid #555;
}

#footbar a {
	color: #fff;
}


ul#people {
	float:right;
	z-index:5;
	top:75px;
	list-style:none;
	text-align:right;
	padding:5px 15px 5px 10px;
	line-height:1.3;
	border: 1px dashed #888;
	border-right:none;/*1px solid #888;*/
	background-color:#fff;
	margin:25px 0 5px 10px;
}

ul#people li:after {
	content:" -";
}

table.details {
	font-size:12px;
}

table.details tr td.left {
	text-align:right;
	font-weight:bold;
	padding-right:5px;
	vertical-align:top;
}

img.checkbox {
	width:12px;
	width:12px;
}

#people h3 {
	margin:0 9px 5px 0;
}

#map {
	background-image:url('/img/map.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

#avoid div {
	float:right;
	clear:both;
}