body
	{
	background-color: black;
	color: white;
	font-family: Arial;
	font-size: 12pt;
	margin: 0px;
	padding: 5px;
	width: 100%;
}

.y {color: yellow;}
.r {color: red;}
.g {color: gold;}
.b {font-weight: bold;}
.c {text-align: center;}
.db {display: block;}
.f14 {font-size: 14pt;}
.f15 {font-size: 15pt;}
.f16 {font-size: 16pt;}



div#navigation
	{
		float: left;
		position: absolute;
		left: 0px;
		top: 5px;
		width: 150px;
		margin-left: 6px;
	}

div#navigation div#linksbar
	{
		border: 1px solid white;
	}

div#navigation div#linksbar .heading
	{
	display: block;
	border-bottom: 1px solid white;
	padding: 0px 0px 0px 4px;
	font-weight: bold;
	background-color: gray;
	letter-spacing: 3px;
}

div#navigation div#linksbar a, div#linksbar a:visited
	{
		display: block;
		font-size: 110%;
		padding: 5px 0px 2px 10px;
		text-decoration: none;
		color: white;
	}

div#navigation div#linksbar a:hover
	{
		color: #D4A017;
		border-right: 2px solid #D4A017;
	}

div#navigation div#linksbar a#selected
	{
		border-right: 2px solid #D4A017;
	}

div#navigation div#image
	{
		padding-top: 6px;
	}

div#title
	{
		font-size: 10px;
		padding: 0px 0px 0px 0px;
		padding-bottom: 5px;
		margin-left: 160px;
		margin-right: 175px;
	}
		
		<!-- padding-left: 160px; -->
div#title div#banner
	{
		display: block;	
		padding-left: 160px;
	}

img.banner
	{
		display: block;
		margin-left:auto;
		margin-right:auto;
	}
	
div#address
	{
		text-align: left;
		font-size: 10pt;
		scolor: #D4A017;
		margin-right: 10px;
		display: inline;
		float: right;
		top: 0px;
		left: 700px;
	}

div#address span.pnum
	{
		display: block;
		font-size: 110%;
		font-weight: bold;
		color: #D4A017;
	}

div#title div#shockwave 
	{
		float: right;
		position: absolute;
		right: 0px;
		top: 5px;
		width: 150px;
		margin-right: 6px;
	}
	
div#footer
	{
		border-top: 1px solid white;
		text-align: center;
		-clear: left;
		padding: 3px;
		margin-top: 10px;
		font-size: 75%;
	}

div#footer div#links
	{

	}

div#footer img.left
	{
		border: 0px;
		float: left;
	}

div#footer img.right
	{
		border: 0px;
		float: right;
	}

div#footerplaces, div#footerplaces a, div#footerplaces a:visited
	{
		padding: 10px;
		font-size: 12px;
		color: gray;
		text-align: center;
		font-family: arial;
		text-decoration: none;
	}

/* Hides from IE-mac \*/
* html #content {height: 1%;}
/* End hide from IE-mac */


div#content
	{
		border: 1px solid white;
		margin: 0px 10px 0 160px;
	}

div#content .heading
	{
		display: block;
		border-bottom: 1px solid white;
		padding: 0px 0px 0px 4px;
		font-weight: bold;
		background-color: gray;
		letter-spacing: 3px;
	}

div#content .heading table
	{
		width: 100%;
		border-style: none;
		border-collapse: collapse;
		border-spacing: 0px;
		margin: 0px;
		padding: 0px;
	}

div#content a, div#content a:visited
	{
		text-decoration: none;
		color: yellow;
	}

div#content a:hover
	{
		text-decoration: underline;
	}

div#content p
	{
		margin-left: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
div#content h1
	{
		margin-left: 0px;
		padding-left: 15px;
		padding-right: 15px;
		font-size:26px;
		font-weight:normal;
	}
	
div#content h2
	{
		font-size:18px;
		font-weight:normal;
	}

div#content table.diary
	{
		border: 0px solid blue;
	}

div#content table.diary td
	{
		border-bottom: 1px dotted white;
		padding: 10px 0 10px 0;
	}

div#content table.diary td.date
	{
		width: 10em;
		vertical-align: top;
	}

div#content table.diary td.event span.title
	{
		display: block;
		font-weight: bold;
		color: #D4A017;
	}

div#content ol, div#content ul
	{
		margin-left: 0px;
		padding-left: 40px;
	}

div#content .devide
	{
		border-bottom: 1px solid white;
		font-weight: bold;
		padding: 0 10px 2px 3px;
		color: #D4A017;
	}

div#content .subdevide
	{
		border-bottom: 1px dotted white;
		font-weight: normal;
		font-size: 75%;
		padding: 0px 5px 2px 3px;
		margin-left: 5px;
		margin-bottom: 0px;
		color: white;
	}

div#content span.gal
	{
		text-align: center;
		float: left;
		position: relative;
		margin: 5px;
		border: 0px;
		width: 160px;
	}

div#content span.gal a
	{
		display: block;
	}

div#content span.gal a img
	{
		border: 5px solid silver;
		margin: 5px;
	}

div#content span.gal a:hover img
	{
		border: 5px solid gray;
	}

.pageclear
	{
		clear: left;
	}

div#content p#picviewer
	{
		text-align: center;
	}

div#content p#picviewer a
	{
		color: #D4A017;
		font-weight: bold;
		margin: 0 3em 0 3em;

	}
div#content p#picviewer img
	{
		margin-top: 10px;
		border: 4px solid silver;
		padding: 3px;
		display: block;
	}
	
div#content form#contact
	{
	margin-left: 0px;
	padding-left: 25px;
	padding-right: 15px;
}

div#content form#contact div
	{
		padding-top: 5px;
	}

div#content form#contact input
	{
		width: 150px;
	}

div#content form#contact textarea
	{
	width: 300px;
	height: 10em;
}

div#content form#contact div.submit
	{
		margin-left: 8.5em;
	}

div#content form#contact label
	{
		width: 8em;
		vertical-align: top;
		font-weight: bold;
		text-align: left;
		margin-right: 0.5em;
		display: block;
		float: left;
		
	}

div#content form#contact span.note
	{
		text-align: left;
		padding-left: 0.5em;
		font-size: 8pt;
		color: #D4A017;
		vertical-align: middle;
	}
div#navigation div#logo {
	padding-top: 0px;
	padding-bottom: 5px;
}
