@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
}
h2 {
	margin: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#pagecontent {
	height: 500px;
	width: 800px;
	text-align: center;
	position: relative;
	overflow: auto;
}

#photocontent {
	width: 800px;
	text-align: center;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}

#menucontent {
	height: 50px;
	width: 500px;
	float: right;
	text-align: right;
}

#header {
	height: 50px;
	width: 300px;
	float: left;
}
#biotxt {
	float: right;
}

#biocontent {
	text-align: left;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
	position: relative;
	top: 100px;
}
#bioimg {
	float: left;
}

#contactcontent {
	text-align: left;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
	position: relative;
	top: 100px;	
}

#copyright {
	
}
