@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #fff url(images/background-repeater.gif) repeat-y center top;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
font-size: 14px;
}
a {
	color: #fff;	
}
a:visited {
	color: #ccc;	
}
a:hover {
	color: #990000;	
}
img {
	border: 0;
}
h2 {
	margin-top: 0;
}
.nav {
	display: block;
	width: 260px;
	height: 60px;
	position: absolute;
}
#home {
	top: 50px;
	left: 50%;
	width: 500px;
	height: 100px;
	margin-left: -250px;
}
#bio {
	top: 170px;
	left: 50px;
}
#gallery {
	top: 185px;
	left: 350px;
}
#contact {
	top: 170px;
	left: 650px;
}
#container {
	width: 960px;
	height: 100%;
	background: url(images/background.gif) no-repeat 0 0;
	margin: 0 auto;
	padding-top: 265px;
	position: relative;

}
#content, #footer {
	margin: auto;
	width: 610px;
	padding: 5px;
}
#footer {
	font-size: 80%;
	text-align: center;
	margin-top: -130px;
}
textarea {
	width: 610px;
}


