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

#wrapper {

width:850px;
margin-left:auto;
margin-right:auto;
background-image:url(images/background.jpg);
background-repeat:repeat-y;

}

#header {

}

#content {

width:800px;
margin-left:25px;
margin-right:25px;
font-size:18px;
line-height:125%;

}

#navbar {

}



#navbar ul{

display:block;
margin: 0px 0px 0px 0px;
height:22px;
padding:0px 0px 0px 0px;
text-align:center;

}



#navbar li{

display:inline;	

}



#navbar ul a{

text-decoration:none;
color:#000000;
margin: 0px 15px;
font-size:20px;

}



#navbar ul a:hover{

text-decoration:underline;

}


h1 {

font-size:18px;
text-decoration:underline;

}

#spotlight {

text-align:center;

}

#headshot {

float:left;
width:200px;

}

#bio {

float:left;
width:550px;

}

#clear {

clear:both;

}

#footer {

clear:both;
padding-top:15px;
text-align:center;

}