/* CSS Document */
body {
	background-color:#0f2940;
  text-align:center;
    }
    
#hd {
    width:795px;
    margin:0px auto;
    height: 95px;
    background-image:url("../images/bg_1.jpg");
    /*border: 1px solid #ccc;*/
    }
    
#hd1 {
    width:795px;
    margin:0px auto;
    height: 24px;
    padding-top: 1px;
    padding-right: 40px;
    text-align:right;
    background-image:url("../images/bg_2.jpg");
    font-family:verdana, tahoma, arial;
	  font-size:11px;
	  font-weight: bold;
  	text-transform: uppercase;
  	color: #ff0000;
  	letter-spacing: 2px;
  	line-height:18px;
    /*border: 1px solid #ccc;*/
    }
html>body #hd1{
  width: 755px;
  }
    
#content {
    width:795px;
    margin:0px auto;
    height: 420px;
    background-image:url("../images/bgr_3.jpg");
    /*border: 1px solid #ccc;*/
    }

#content_1 {
    width:795px;
    margin:0px auto;
    height: 580px;
    background-image:url("../images/bgr_3_a.jpg");
    /*border: 1px solid #ccc;*/
    }

#content_2 {
    width:795px;
    margin:0px auto;
    height: 620px;
    background-image:url("../images/bgr_3_a.jpg");
    /*border: 1px solid #ccc;*/
    }
    
#menu {
    width:160px;
    height: 220px;
    margin-top: 20px;
    margin-left: 15px;
    background-image:url("../images/menu.jpg");
    text-align:left;
    font-family:verdana, tahoma, arial;
	  font-size:11px;
  	text-transform: uppercase;
  	color: #ccc;
    /*border: 1px solid #ccc;*/
    }
html>body #menu{
  margin-left: 15px;
  }   
   
#lnk_1 {
    padding-top: 15px;
    padding-bottom: 3px;
    margin-left: 10px;
    width:140px;
    border-bottom: 1px solid #ccc;
    }
#lnk_1 a {
	    color: #ccc;
      text-decoration:none;
      text-transform:uppercase;
}  
#lnk_1 a:hover {
	    color:#F8071E;
	  	text-decoration:none;
      text-transform:uppercase;
      font-weight: bold;
}
    
#ctn {
    padding-top: 19px;
    color:#0f2940;
    font-family:verdana, tahoma, arial;
	  font-size:11px;
	  letter-spacing: 2px;
  	line-height:18px;
  	text-align:left;
  	}
  	
#ctn1 {
    padding-top: 19px;
    color:#0f2940;
    font-family:verdana, tahoma, arial;
	  font-size:11px;
	  letter-spacing: 2px;
  	text-align:left;
  	}

#img {
	    border-color:#ffffff;
      border-width:2px; 
      border-style:solid;
      margin-bottom: 10px;
}

#body {
	    width:795px;
      margin:0px auto;
      padding-top: 10px;
      color:#ffffff;
	    text-align: center;
      font-family:verdana, tahoma, arial;
	    font-size:9px;
	    letter-spacing: 2px;
      
}

