@font-face {
    font-family: 'BalzanoStdRegular';
    src: url('../fonts/balzanostd-webfont.eot');
    src: url('../fonts/balzanostd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/balzanostd-webfont.woff') format('woff'),
         url('../fonts/balzanostd-webfont.ttf') format('truetype'),
         url('../fonts/balzanostd-webfont.svg#BalzanoStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body
  {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  }

#body
  {
	/* body element has id #body*/
	background: url(../images/layout/new/bg.png) center top;
	font-family: Trebuchet MS;
  }
#top_bg
  {
	background: url(../images/layout/new/top_bg.png) center top repeat-x; 
  height: 100%;   
  }
  td#left_shadow
    {
    background: url(../images/layout/new/left_shadow.png) right top no-repeat;
    }
  td#center_td
    {
    background: url(../images/layout/new/content_bg.png) center top repeat-y; 
    }
  td#right_shadow
    {
    background: url(../images/layout/new/right_shadow.png) left top no-repeat;
    }
#frame
  {
  width: 990px;
  height: 100%;
  float: left;
  }
  #leftside
    {
    width: 215px;
    height: auto;
    float: left;
    }
    #leftside_top
      {
      width: 215px;
      height: 369px;
      float: left;
      background: url(../images/layout/new/leftside_top.png) center top no-repeat; 
      }
    #leftside_area
      {
      width: 215px;
      height: auto;
      float: left;
      }
  #center_contents
    {
    width: 615px;
    height: auto;
    float: left;
    }
    #headerarea
      {
      width: 615px;
      height: 209px;
      float: left;
      background: url(../images/layout/new/headerarea.png) center top no-repeat; 
      }
    #content
      {
      width: 615px;
      min-height: 500px;
      height: auto !important;
      height: 500px;
      float: left;
      background: #fff;
      }  
  
  #rightside
    {
    width: 160px;
    height: auto;
    float: left;
    }
    #rightside_top
      {
      width: 160px;
      height: 369px;
      float: left;
      background: url(../images/layout/new/rightside_top.png) center top no-repeat; 
      }
    #rightside_area
      {
      width: 160px;
      height: auto;
      float: left;
      }
      
  #footer
  	{
  	padding: 20px;
  	color: #666;
  	font-size: 12px;
  	text-align: center;
  	}
      
  
  #leftside h1
    {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    font-family: BalzanoStdRegular;
    padding: 0px 0px 22px 0px;
    margin: 0;
    line-height: 28px;
    }
  #content h1
    {
    color: #ff9900;
    font-size: 30px;
    font-weight: 100;
    font-family: BalzanoStdRegular;
    padding: 0px 0px 22px 0px;
    margin: 0;
    line-height: 28px;
    }
  #leftside p
    {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    font-family: Trebuchet MS;
    padding: 0px 0px 18px 0px;
    margin: 0;
    line-height: 18px; 
    }
  #content p
    {
    color: #333;
    font-size: 12px;
    font-weight: 100;
    font-family: Trebuchet MS;
    padding: 0px 0px 18px 0px;
    margin: 0;
    line-height: 18px; 
    }
  h3
    {
    font-family: BalzanoStdRegular;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    }
  a.leftside_btn
    {
    width: 141px;
    height: 33px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    display: block;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
    background: url(../images/layout/new/leftside_btn.png) center top no-repeat;
    }
   a.leftside_btn:hover
    {
    text-decoration: none;
    background: url(../images/layout/new/leftside_btn_hover.png) center top no-repeat;
    }    