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;
	visibility: visible;
	position: absolute;
	top: -255px; /* half height */
	left: 50%; /* Always at 50% */
	margin-left: -400px; /* half width */
	overflow: hidden;
	}
	
#content {
	width: 800px;
	overflow: hidden;
	}	

#navigationstrip {
	width: 800px;
	height: 78px;
	}
	#navigationstrip a {
		text-decoration: none;
		font-weight: bold;
	}
	
#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;
	}
	
#flashcontent {
	/*border: 1px solid #6b231d;padding-top: 10px;*/
	overflow: hidden;
	}
	
/* Form CSS */

form {
		border: 0px solid #FFFFFF;
		margin: 30px 0;
		}

#name, #email, #phone {
		width: 160px;
		font-size: 12px;
		color: #616161;
		border: 1px solid #a65252;
		padding: 2px 0px 3px 5px;
		}
	
form p {
		clear: left;
		margin: 1px;
		padding: 1px;
		}		
	
form p label {
		font-size: 11px;
		color: #FFFFFF;
		float: left;
		width: 40%;
		}
	
form p .box {
		width: 160px;
		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #616161;
		border: 1px solid #a65252;
		margin: 0px;
		padding: 2px 0px 3px 5px;
		}		
	
form p .button {
		font-size: 11px;
		color: #FFFFFF;
		background-color: #a65252;
		border: 1px solid #FFFFFF;
		padding: 2px;
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: bold;
		cursor: pointer;
		}

