@charset "utf-8";
/* CSS Document */

body
{
background-color:#CE242A;
font-family:"Franklin Gothic Book", "Lucida Sans", Arial;
font-size:medium;
}

#main
{
background-image:url(images/Nav.jpg);
background-repeat:no-repeat;
background-color:#000000;
width:700px;

margin:0 auto;
}

.navlink
{
border:none;
}

#text
{
position:absolute;
top:275px;
clear:both;
background-image:url(images/texttop.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
width:325px;
margin:25px;
}

#text p
{
padding:5px;
}

#content
{
position:relative;
float:right;
top:50px;
left:325px;
width:300px;

}

#content img
{
border:none;
margin:0 auto;
padding:15px 0 15px 0;
}

#bio
{

position:relative;
top:100px;
clear:both;
width:600px;
margin:25px auto 0 auto;
}

#bio ul
{
font-family: Garamond, Georgia, "Times New Roman", Times, serif;
list-style-position:inside;
font-size:110%;
background-image:url(images/biotop.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
padding:5px;
}

.biobottom
{
background-image:url(images/biobotom.jpg);
background-repeat:no-repeat;
background-position:top;
width:600px;
height:25px;
margin:-25px 0;
}

h1
{
font-size:200%;
font-weight:bold;
background-color:#000000;
color:#FFFFFF;
}