﻿/*// page structure ////*/ 
 
 
#struc_container {
   width:890px;
   margin:auto;
   }
        
 #struc_header { 
   background:url(../gfx/header_bg.jpg) no-repeat;
   height:146px;
   padding-right:35px;
  }
   
 #struc_menu 
   {
    margin-left:65px;
    height:46px;
   }
            
#struc_body 
{
   width:883px;
}
  
  
 #struc_bodyInner 
 {
   background-position:top;
   padding-left:65px;
   _height:300px;
 }
   
 #struc_bodyInnerSubNav 
  {
   float:left;
   width:180px; 
  }
  
  #struc_bodyInnerContent
  {
    float:right;
    margin-right:3px;
    padding:30px 20px 30px 20px;
    min-height:168px;
    _height:168px;
  }
   
        
 #struc_footer 
 {
    padding-bottom:25px;
 } 
 
  #struc_footerInner 
  {
	  clear:both;
      padding-top:10px;
      padding-bottom:10px;
      padding-left:20px;   
      border-top:1px dotted #ccc;
      border-bottom:1px dotted #ccc;
  }
  
   #struc_footerInner a 
  {
     color:#256279;
     text-decoration:none;
  }
  
   #struc_footerInner a:hover 
  {
     color:#666;
     text-decoration:none;
  }

  .overflow
  {
	overflow: hidden;
	width: 570px;
	line-height: normal;
  }
  
  .overflow img
  {
	padding: 4px;
	border: 1px solid #ccc !important;
  }
  
  .overflow ul
  {
	padding-left: 40px;
	list-style-type: disc;
  }
 /*// end page structure ////*/   
