body
{
margin: 0;
padding: 0;
text-align: center;
margin-top: 20px;
background: #fff;
}

a
{
color: #319;
text-decoration: none;
}

.page
{
position: static;
width: 704px;
margin-left: auto;
margin-right: auto;
text-align: justify;
font-size: 12px;
font-family: verdana, arial, sans-serif;
line-height: 20px;
}

.top
{
line-height: 0px;
}

.left
{
position: static;
float: left;
width: 150px;

margin-left: 10px;
margin-top: 20px;
margin-right: 10px;
margin-bottom: 10px;

padding: 3px;
padding-bottom: 20px;

font-size: 12px;

background: url('menu_bg.png');
}

.menu
{
position: static;
float: left;
margin-bottom: 20px;
font-size: 12px;
margin-left: 20px;
}

.menu a
{
color: #000;
text-decoration: none;
text-align: center;

display: block;
width: 90px;
float: left;
background: url('menu_bevel.png');
background-repeat: repeat-x;

height: 37px;

padding-left: 3px;
padding-right: 3px;
}

.menu a:hover, .menu b a
{
font-weight: normal;
background: url('menu_bevel2.png');
background-repeat: repeat-x;
}

.bio
{
text-align: left;
}

.content
{
position: static;
float: left;
margin-left: 20px;
margin-right: 20px;
margin-top: 20px;
margin-bottom: 30px;
width: 100%;
}

.footer
{
position: static;
float: left;
width: 100%;
font-size: 8px;
text-align: center;
}

img
{
border: none;
}