body{
font-family:arial,sans-serif;
font-size:small;
background:#000 url(../media/body-bg.jpg) repeat-y;
position:relative;
}

#overall
{
background:transparent url(../media/overall-bg.gif) repeat-x;
}


#canvas{
width:992px;
margin:0 auto;
position:relative;
background:transparent;
}

#header
{
width:992px;
height:115px;
position:relative;
}

a#signup
{
display:block;
position:absolute;
top:25px;
right:0px;
font-size:20px;
color:#fff;
text-transform:uppercase;
font-weight:bold;
padding:5px;
background:#c40c21;
}

#header #menu1
{
position:absolute;
width:146px;
bottom:11px;
right:223px;
height:10px;
background: url(../media/menu1-off.png) no-repeat;
}

#bios #header #menu1
{
background: url(../media/menu1-on.png) no-repeat;
}


#header #menu1:hover
{
background: url(../media/menu1-on.png) no-repeat;
}

#header #menu2
{
position:absolute;
width:153px;
bottom:11px;
right:32px;
height:10px;
background: url(../media/menu2-off.png) no-repeat;
}

#program #header #menu2
{
background: url(../media/menu2-on.png) no-repeat;
}

#header #menu2:hover
{
background: url(../media/menu2-on.png) no-repeat;
}

#header #menu3
{
height:74px;
left:32px;
position:absolute;
top:11px;
width:512px;
}

.biobox
{
margin:0px 8px;
}

.biobox .biopic
{
float:left;
margin-left:20px;
margin-top:20px;
}

.biobox .biotext
{
margin-left:160px;
margin-right:20px;
padding-top:8px;
}

.biobox .biotext p
{
color:#ffffff;
margin-bottom:6px;
font-size:11px;
line-height:1.4;
}

.biobox .biotext ul
{
list-style-position:inside;
list-style-type:disc;
}

.biobox .biotext li
{
color:#ffffff;
margin-bottom:3px;
font-size:11px;
}

.biobox .biotext h2
{
color:#ff112d;
text-decoration:underline;
margin-bottom:6px;
font-size:13px;
}


#content
{
width:992px;
height:438px;
position:relative;
background: url(../media/content-bg.jpg) no-repeat;
}

#bios #content, #program #content
{

background:#000 url(../media/content-bg-in.jpg) no-repeat;
}

#leftpanel
{
width:217px;
height:438px;
position:absolute;
top:0px;
left:-217px;
}

#rightpanel
{
width:217px;
height:438px;
position:absolute;
top:0px;
right:-217px;
}

#flashpanel
{
width:551px;
height:438px;
position:absolute;
top:0px;
right:0px;
background:transparent;
}

#footer
{
width:992px;
}

#footer #bottom
{
width:992px;
height:29px;
}

#footer p
{
width:992;
text-align:center;
padding-top:10px;
color:#c40c21;
font-weight:bold;
}

#footer p a
{ 
color:#c40c21;
font-weight:bold;
text-decoration:underline;
}


.clear
{
clear:both;
}

