body
{
  background-image: url(images/home_bg.jpg);
}

#homeheader
{
  width: 950px;
  height: 110px;
  background-color: #ffffff;
}

#homeheaderlogo1
{
  float: left;
}
#homeheadermenu1
{
  float: right;
  margin-top: 75px;
  margin-right: 30px;
}

#homebanner
{
  width: 950px;
  height: 325px;
  margin: 0;
  padding: 0;  
}

#homeboxleft
{
  width: 316px;
  /*height: 574px;*/
  background-image: url(images/home_left_bg.jpg);
  float: left;
  position: relative;
  
  min-height:574px;
  height:auto !important;
  height:574px;  
 
}
#homeboxcontent
{
  width: 634px;
  /*height: 574px;*/
  background-image: url(images/content_bg.jpg);
  float: right;
  position: relative;  
  
  min-height:574px;
  height:auto !important;
  height:574px;  
}

