body { 
	font-family: verdana;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	}

div.bar {
	position: absolute; 
	top: 0px;
	width: 70%;
	margin: 0px 0px 0px 15%;
	height: 75px;
	} 

div.logo {
	position: absolute; 
	top: 0px;
	width: 70%;
	margin: 0px 0px 0px 15%;
	height: 75px;
	} 

div.content {
	position: absolute; 
	top: 75px;
	width: 70%;
	margin: 0px 0px 0px 15%;
	}

div.navcon {
	float: left;
	margin: 0px 15px 0px 0px;
	position: relative;
	top: -13px;
	}

div.people {
	letter-spacing: 2px;
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
	}

div.places {
	letter-spacing: 2px;
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
	margin: 10px 0px 0px 0px;
	}


ul.nav {
	margin: 0;
	padding: 0px 5px 0px 5px;
	list-style: none;
	border-width: 3px 0px 3px 0px;
	border-style: solid;
	}

div.topnav {
	width: 100%;
	font-size: 12pt;
	text-align: right;
	}

div.post {
	margin: 20px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	border-width: 0px 3px 0px 0px;
	border-style: solid;
	}

div.tiny { 
	font-size: 8pt;
	text-align: center;
	}

input.textthing {
	width: 300px;
	font-family: verdana;
	font-size: 12px;
	}

textarea.boxthing {
	width: 300px;
	height: 100px;
	font-family: verdana;
	font-size: 12px;
	}

a       {
	text-decoration: none;
	}

a:visited{
	text-decoration: none;
	}

a:hover	{
	text-decoration: none;
	}