* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #333532;
	font: 12pt Verdana, sans-serif;
	margin-top: 35px;
	text-align: center;
}

#content {
	width: 800px; 
	color: black;
	margin: auto;
	padding:0;
	display: table;
}

#menu, #menu ul{
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
}

#menu li {
	float: left;
	padding: 0;
	width: auto;
}

#menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 1em 1em;
	font-size: .9em;
	letter-spacing: 0.15em
}

#menu a:hover {
	color: #4ba7a8;
	text-decoration: none;
}

#logo {
	text-align: right;
	margin: 10px 10px 0px 0px;
}

#subpage {
	border: 6pt solid #000;
	width: 800px;
	display: block;
	clear: left;
	padding: 0;
	background-color: black;
}

#front {
	border: 6pt solid #fff;
	width: 750px;
	min-height: 400px;
	display: table;
	clear: left;
	padding: 0;
	background: #ffffff url('../images/joefuiten.jpg') no-repeat top left;;
}

#text {
	margin-top: 150px;
	margin-left: 305px;
	text-align: left;
	display: table;
}

#subpage img {
	float: left;
	padding: 0;
	margin: 0;
	clear: left;
}


#mainpic {
	float:right;
}

p {
	margin-bottom: 10px;
	font: .8em Verdana, sans-serif;
} 

a:link {
	color: #456b90;
	text-decoration: none;
}     /* unvisited link */
a:visited {
	color: #456b90;
	text-decoration: none;
	}  /* visited link */
a:hover {
	color: #456b90;
	text-decoration: underline;
	}   /* mouse over link */
a:active {color: #456b90;}   /* selected link */

#footer {
	background-color: #aaaaaa;
	width: 746px;
	margin: 0;
	text-align: left;
	padding: 10px;
}

.indent {
	text-indent: 20px;
	line-height: 1.3em;
}