/* CSS Document */

body {
	background-color: #993333;
	background-image: url(../images/bg.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}

#container {
	width: 750px;
	background-color: #FFFFFF;
	height: 500px;
	left: 150px;
	position: absolute;
}

#content-home {
	position: absolute;
	width: 468px;
	left: 395px;
	top: 169px;
	height: 198px;
}

#content-bio {
	position: absolute;
	width: 500px;
	left: 368px;
	top: 164px;
	height: 285px;
}

#content-contact {
	position: absolute;
	width: 718px;
	left: 165px;
	top: 171px;
	height: 198px;

}
#nav_bg {
	width: 750px;
	height: 30px;
	background-color: #993333;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	letter-spacing: 10px;
}

.bkcover {}

#image01 {}
#footer {
	position: absolute;
	width: 750px;
	left: 150px;
	top: 516px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}

/* links */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

