.wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	margin-top: 20px;
}
body {
	background-color: #000000;
}
.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	list-style-type: none;
}
.wrapper .topnav li {
	display: inline;
	margin-right: 40px;
	text-transform: uppercase;
}
.wrapper #main {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/mainpic.jpg);
	background-repeat: no-repeat;
	height: 800px;
	position: relative;
	background-position: 10px;
}
#main2 {
	font-family: "Courier New", Courier, monospace;
	height: 800px;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}
#main2 p {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	font-size: smaller;
}

.bio_up {
	position: absolute;
	left: 620px;
	top: 310px;
}
.news {
	position: absolute;
	left: 580px;
	top: 415px;
}





.wrapper #topnav {
	text-align: center;
	margin-bottom: 10px;
}
a:hover {
	background-image: url(images/news.gif);
}
#main #bio {
	height: 129px;
	width: 187px;
	position: absolute;
	left: 600px;
	top: 290px;
}
#main #bio a {
	background-image: url(images/bio_up.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#main #news {
	position: absolute;
	height: 129px;
	width: 187px;
	left: 570px;
	top: 415px;
}
#main #gallery a {
	background-image: url(images/gallery_up.png);
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#main #gallery a:hover {
	background-image: url(images/gallery_down.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#main #gallery {
	position: absolute;
	height: 129px;
	width: 187px;
	left: 490px;
	top: 490px;
}
#main #contact {
	left: 425px;
	top: 600px;
	position: absolute;
	height: 129px;
	width: 187px;
}
#main #contact a {
	background-image: url(images/contact_up.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#main #contact a:hover {
	background-image: url(images/contact_down.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#main #news a {
	background-image: url(images/news_up.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#main #news a:hover {
	background-image: url(images/news_downnew.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#main #bio a:hover {
	background-image: url(images/bio_down.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline overline;
}
