﻿
/* home */

#homebannercontainer {padding-bottom: 16px;}
#homebanner h1
{
  height: 4em;
  clear: both;  
}
#homebanner h2
{
visibility: hidden;
}
#homebanner 
{
 border-bottom: solid 1px #999; 
 background-color: #fff;
 background-image: none;
 width:97.5%;
}
#homebanner_left
{
  float: right;
  /*width: 61%;*/
  width: 48%;
  min-height: 10em; 
  height: 14em;
  background: url(../images/banner-youthcorner.jpg) no-repeat center top; 

}
#homebanner_right
{
  float: left;
  width: 30%;
  /*padding: 33px 10px 10px 21px;*/
 text-align : center;
 background-color: #fff;
 background-image: none;
}




#homebar 
{
	background-color: #e2e0eb; 
}


