#picbox
{ 
  background-color: #000;
  height: 300px;
  padding: 0px;
}

#picbox_flash
{
  float: left;
}

#picbox_text
{
  float: right;
  background-color: #000;
  width: 160px;
  height: 280px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: auto;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

#sub_slogan
{
  width: 580px;
  background-image: "site_media/images/sub_slogan.jpg";
}

#three_col_cont
{
  width: 580px;
  padding: 0px;
  font-size: 12px;
  text-align: justify;
}

#about_art
{
  width: 48%;
  float: left;
  border-right: 2px black;
  padding: 2px;
  margin-right: 8px;
}

#about_training
{
  width:31%;
  float:left;
  border-right: 1px black;
  padding:2px;
  margin-right: 8px;
}

#recent_news
{
  width:48%;
  float: right;
  padding:2px;
}




