	body {
		background:#000000;
		margin:3em;
		padding:0px;
		text-align:center;
		font-family:verdana,arial,helvetica;
		font-size:.9em;
		color:#b94d03;
	}
	#main {
		width:80%;
		margin:auto;
		background:#000000;
		border:1px solid white;
	}
	.navigation{
		padding:.3em;
		margin-bottom:1em;
		border:1px inset #333;
		border-left:none;
		border-right:none;
		background:#b94d03;
		color:black;
	}
	.content {
		background:#000000;
		padding:3em;
	}
	.content p {
		margin:0px;
	}
	.navigation a{
		color:black;
	}
	div.image {
		font-size:.8em;
		color:#ccc;
		float:left;
		width:14em;
		height:20em;
		padding:3em;
	}
	div.break {
		clear:both;
	}
	a {
		font-family:verdana;
		font-size:.9em;
		color:#b94d03;
		text-decoration:none;
		font-weight:bold;
	}
	a:hover {
		color:#ffffcc;
		text-decoration:underline;
	}
	.content {
	

