@charset "UTF-8";
/* CSS Document */

body {

background-color: #000000;
text-align: center;

}

#container {
position: relative;
margin-left: auto;
margin-right: auto;
text-align: left;
width: 1000px;
height: 700px;
border: 1px solid #FFFFFF;

}

a {
font-size: 12px;
font-family: century gothic, helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
}

p {
font-size: 14px;
font-family: century gothic, helvetica, sans-serif;
color: #FFFFFF;
width: 650px;
line-height: 20px;
text-align: left;
}

a:hover {

color: #CC0000;

}

#nav {
text-align: right;
padding-top: 30px;
padding-right: 15px;
}

#nav a {
padding: 10px;
}

#logo {
position: absolute;
left: 15px;
top: 15px;
font-size: 28px;
font-family: century gothic, helvetica, sans-serif;
color: #FFFFFF;
}

#slideshow {
	position: absolute;
	top: 105px;
	left: 40px;
	width: 920px;
	
	overflow: auto;
}

#bio {
	position: absolute;
	top: 116px;
	left: 179px;
}
