*{
  padding:0px;
  margin:0px;
  zoom:1.0;
}
html, body{
  height: 100%;
  min-height: 100%;
}

body, td{
  font-family:verdana, arial;
  font-size:11px;
  color:#000;
}
body{
  background:#fff;
  text-align:center;
}

#frame{
  position:relative;
  z-index:30;
  width:960px;
  background:#fff;
  margin:0px auto;
  height:auto;
  min-height:100%;
}

#header{
  display:block;
  width:960px;
  height:117px;
  background:#000 url(images/head_bg.jpg) repeat-x top left;
  text-align:left;
}

#body{
  display:block;
  width:960px;
  height:auto;
}
#footer{
  display:block;
  width:960px;
  height:auto;
  clear:both;
}

#leftbar{
  display:block;
  float:left;
  width:193px;
  height:auto;
  background:#F5F5F5;
  text-align:left;
}
#leftbar ul.nav{
  list-style:none;
}
#leftbar ul.nav a{
  color:#000;
  text-decoration:none;
}
#leftbar ul.nav a:hover{
  color:#999;
  text-decoration:none;
}
#leftbar ul.nav li{
  display:block;
  font-weight:bold;
  padding:3px 0 3px 6px;
}

#rightbar{
  display:block;
  float:left;
  width:193px;
  height:auto;
  background:#EAEAEA;
  text-align:center;
}

#center{
  display:block;
  float:left;
  width:574px;
  height:auto;
  text-align:left;
}

.bodytext{
  margin:0 8px 5px;
  width:558px;
}

table.homesummary{
  margin:0 8px 15px;
  width:558px;
}
table.homesummary a{
  color:#000;
  text-decoration:underline;
}
table.homesummary a:hover{
  color:#999;
  text-decoration:underline;
}

table.homesummary .faceimage{
  vertical-align:top;
  width:140px;
}

table.homesummary .title{
  font-weight:bold;
  padding-left:5px;
  height:26px;
  vertical-align:top;
}

table.homesummary .desc{
  padding-left:5px;
  height:75px;
  vertical-align:top;
}
table.homesummary .altdesc{
  padding-left:5px;
  height:120px;
  vertical-align:top;
}

table.homesummary .stats{
  font-weight:bold;
  padding-left:5px;
  vertical-align:bottom;
}

table.homesummary .altstats{
  font-weight:bold;
  padding-left:5px;
  padding-top:5px;
  vertical-align:top;
}

.gallery_block{
  margin:0 8px 15px;
  width:558px;
  clear:both;
}
.site_block{
  margin:0 8px 0px;
  width:558px;
  clear:both;
}

.gallery_block .title,.site_block .title{
  width:558px;
  font-weight:bold;
  margin-bottom:3px;
  float:left;
}

.gallery_block .gallery_brick{
  float:left;
  margin:0px 10px 10px 0px;
}

.gallery_block #movie_brick{  
  width:558px;
}


br.clearer{
  line-height:1px;
  height:1px;
  clear:both;
}

a img{
  border:0px;
}