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

body {

background-color:#000000;
}

A:link {
color:#FFFFCC;
text-decoration:none;
}

A:hover {
text-decoration:underline;
}

.container {width:850px;
position:absolute;
left:50%;
margin-left:-425px;
background-image:url(images/background.jpg);
background-repeat:no-repeat;
margin-top:-7px;
}

.header {
background-image:url(images/header.png);
background-repeat:no-repeat;
width:550px;
height:96px;
padding: 0 0 45px 0;
}

.center {
width:400px;
height:420px;
float:left;
vertical-align:top;
}

.navbar {
width:200px;
height:420px;
float:left;
margin-top:-12px;
}

.buttons {
padding:6px;
}

.thumbback {
width:360px;
height:420px;
float:left;
vertical-align:top;
background-color:#3b2723;
}

.thumbback img {
margin-left:7px;
margin-top:7px;
font-size:8px;
font-family:serif;
font:Palatino;
}

.bio {
width:400px;
height:420px;
float:left;
vertical-align:top;
font-size:13px;
font-family:serif;
font:Palatino;
overflow:auto;
}



.footer {
width:500px;
height:12px;
float:left;
font-size:10px;
font-family:serif;
font:Palatino;
margin-top:30px;
margin-left:250px;
}

