body {
	font-family: Arial, Helvetica, sans-serif;
	}
	
#horizontal {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
	
#container {
	width: 800px;
	height: 570px;
	visibility: visible;
	position: absolute;
	top: -285px; /* half height */
	left: 50%; /* Always at 50% */
	margin-left: -400px; /* half width */
	overflow: auto;
	}
	
#content {
	width: 800px;
	height: 452px;
	}	
	
#navigationstrip {
	width: 800px;
	height: 78px;
	}
	
#navigationstrip .blank {
	width: 425px;
	height: 75px;
	float: left;
	clear: none;
	}
	
#navigationstrip .blank p{
	font-size: 11px;
	line-height: 140%;
	color: #6B4851;
	margin: 5px 30px;
	}		
	
#navigation {
	width: 375px;
	height: 75px;
	float: left;
	clear: none;
	}
	
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
	}
	
#navigation li {
	width: 35px;
	height: 40px;
	margin: 0px 35px 0px 0px;
	padding: 0px;	
	display: inline;	
	}
	
#navigation_text {
	width: 375px;
	height: 35px;
	display: block;
	}
	
#biography {
	width: 800px;
	height: 452px;
	background: url(media/biog_back.jpg) no-repeat;	
	}
	
#biogcontent {
	width: 345px;
	padding: 30px 30px 10px 425px;
	}
	
#biogcontent p {
	font-size: 11px;
	line-height: 200%;
	color: #6B4851;
	margin: 5px 0px;
	}
	
#contact {
	width: 800px;
	height: 452px;
	background: url(media/contact_1.jpg) no-repeat;
	}
	
#contact .mail {
	width: 331px;
	height: 202px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	background: url(media/contact_2.jpg) no-repeat;
	padding: 125px 22px;;
	}											

#instructions {
	font-size: 11px;
	line-height: 200%;
	color: #6B4851;
	margin: 5px 0px;
	}	


.text {
	font-size: 11px;
	line-height: 200%;
	color: #6B4851;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	}
	
a:link, a:visited {
	font-weight: bold;
	color: #B77A89;
	text-decoration: none;
	}
	
a:hover {
	color: #913027;
	text-decoration: none;
	}

.credits {
	font-size: 10px;
	font-weight: bold;
	color: #A4A4A4;
	letter-spacing: 1px;
	text-align: center;
	margin: 7px;
	}
