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

*
{
margin:0px;
padding:0px;
}

body
{
background:url(../images/bg_sliver.jpg) repeat-x #FFF;
}

a img
{
border:none;
}

#Container
{
width:916px;
margin:0 auto;
}

.head
{
display:block;
text-indent:-5000px;
width:916px;
height:143px;
background:url(../images/head.jpg) no-repeat;
}

.nav
{
width:916px;
height:32px;
background:url(../images/nav_bg.jpg) repeat-x;
list-style-type:none;
display:block;
}

.nav li
{
float:left;
}

.nav li a
{
float:left;
text-decoration:none;
}

.nav li a:hover
{
color:#333333;
}

#panel
{
height:291px;
display:block;
clear:both;
background:url(../images/panel.jpg)
}

#text
{
height:284px;
width:446px;
background:url(../images/text_bg_01.jpg) no-repeat;
padding-top:50px;
padding-left:10px;
float:left;
}

#text p
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:800;
line-height:18px;
width:400px;
}

#rightbtns
{
width:460px;
height:334px;
float:left;
}

.btmbtn
{
float:left;
}

.footer
{
clear:both;
width:916px;
height:100px;
}


.bio #mainFrame
{
height:625px;
display:block;
}
