@import url(menu2.css);

h1
 {
  margin-top:5px;
  width:100%;
  font-size:25px;
  font-weight:bold;
  color:white;
  border-bottom:5px solid #E0007A;
 }
h2
 {
  margin-top:5px;
  width:100%;
  font-size:15px;
  font-weight:bold;
  color:white;
  border-bottom:5px solid #E0007A;
 }

body
  {
   font-family:arial;
   font-size:12px;
   background-color:#3F3F3F;
   color:#FFFFFF;
   margin:0px;
   padding:0px;
  }
  
a {
	color: #fff;
	text-decoration:none; 
	
}  
  
a:hover {
	text-decoration:underline; 
	color: #000;
}  
#frame_bcg_border
   {
    height:400px;
    width:100%;
    background-color:#424E4E;
    margin:0px;
    padding:0px;
    margin-top:60px;
   }
   
#frame
   {
    width:1000px;
    height:400px;
    height:auto;    
    margin-left:auto;
    margin-right:auto;
   }
   
   #row_1
    {
     height:400px;    
     width:420px;     
     float:left;
     background-color:#99CC00;
    }
    
   #img_1
    {
     margin-left:auto;
     margin-right:auto;
     margin-top:20px;
     width:380px;
     height:284px;
     background-image:url('../img/img1.jpg');
     margin-bottom:20px;
    }
    
    #logo
     {      
      margin-left:auto;
      margin-right:auto;
      width:380px;
      height:67px;
      background-image:url('../img/logo.jpg');
     }
     
     
   #row_2
    {
     padding-top:15px;     
     width:75px;          
     position:relative;
     right:15px;
     float:left;
    }
    
    #row_2 ul
     {
      list-style:none;
      margin:0px;
      padding:0px;
     }
     
     #row_2 li
     {
      width:195px;
      height:64px;      
      background-image:url('../img/menu_bcg.gif');
      background-position:58px 0px;
      background-repeat:no-repeat;      
      padding-bottom:4px;
      overflow:hidden;      
     }
     
     #row_2 li a

      {       
       width:195px;
       height:64px;      
       display:block;
       vertical-align:top;      
       font-family:arial;
       font-size:12px;
       color:white;
       font-weight:bold; 
       text-decoration:none;            
       padding-top:27px; 
       padding-left:10px;                
      }
      
      #row_2 li a:hover, #row_2 li a.act

      {                     
       width:195px;
       height:64px;      
       background-image:url('../img/menu_bcg_act.gif');
       background-position:0px 0px;
       background-repeat:no-repeat;             
       display:block;       
      }
      
      
      .item_holder
       {
        float:left; 
        height:64px;         
        width:117px;         
        overflow:hidden;        
       }
	.item_holder_act
       {
        float:left;    
        /*width:117px;         */
        overflow:hidden;   
       width:195px;
       height:64px;      
       background-image:url('../img/menu_bcg_act.gif');
       background-position:0px 0px;
       background-repeat:no-repeat;             
       display:block; 		     
       }       
       .img_holder
        {
         float:left; 
         width:75px;
        }
        
       #row_3
       {        
        padding:10px;
        margin-top:13px;
        width:360px;
        height:355px;
        float:left;
        background-color:#7B8383;
       }
       
       #row_3 li
       {        
        font-size:12px;
        color:white;
        
       }
       
       #row_3[id]
       {        
        margin-left:120px;        
       }
       
       #footer_frame
        {
         margin-top:0px;
         width:1000px;
         height:22px;
         height:auto;    
         margin-left:auto;
         margin-right:auto;
        }
        
        #footer
         {
          float:left;
          width:600px;
          height:19px;
          background-color:#E0007A;
          /*font-weight:bold;*/
          font-size:11px;
          padding-top:5px;
         }
         
		#footer a {
		font-weight:normal;		
		} 
		 
        #small_menu
         {
          float:right;
          color:black;
          text-decoration:none;
          font-weight:bold;
          font-size:12px;
         }
         
         #small_menu a
         {
          color:black;
          text-decoration:none;
          font-weight:normal;
          font-size:12px;
         }
         
         #small_menu a:hover
         {
          text-decoration:underline; 
         }
		 
 
		 
