/* CSS Document */
body {
	background-color: #000000;
}

#wrapper {
	position: relative;
	top: 10px;
	width: 800px;
	height: 620px;
	margin: auto auto;
	background-color: #000000;
	background-image: url(../images/pageblank.gif);
	background-repeat: no-repeat;
}

#wrapper2 {/* index page */
	position: relative;
	top: 10px;
	width: 800px;
	height: 620px;
	margin: auto auto;
	background-color: #000000;
	background-image: url(../images/homeback.gif); 
	background-repeat: no-repeat;
}

#topper {
	position: absolute;
	top: 52px;
	left: 98px;
	width: 600px;
	height: 50px;
}

#face {
	position: absolute;
	top: 280px;
	left: 30px;
	width: 230px;
	height: 230px;
}

#nav1 {
	position: absolute;
	top: 270px;
	left: 440px;
	width: 230px;
	height: 100px;
}

#nav2 {
	position: absolute;
	top: 364px;
	left: 440px;
	width: 230px;
	height: 100px;
}

#nav3 {
	position: absolute;
	top: 456px;
	left: 440px;
	width: 230px;
	height: 100px;
}

#arttext {
	position: absolute;
	top: 375px;
	left: 440px;
	width: 230px;
	height: 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	text-align: center;
}

#contact {
	position: absolute;
	top: 525px;
	left: 440px;
	width: 200px;
	height: 45px;
}

#pagenav {
	position: absolute;
	top: 550px;
	left: 640px;
	width: 100px;
	height: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	text-align: center;
}

#biotext {
	position: absolute;
	top: 75px;
	left: 25px;
	width: 740px;
	height: 460px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: justify;
	overflow: auto;
	padding: 0 5px 0 0;
	scrollbar-base-color: #CC9933;
}

#artlinks {
	position: absolute;
	top: 244px;
	left: 442px;
	width: 238px;
	height: 100px;
}

h1 {
	text-align: center;
}
