#main_body{
/*background: url(images/bg.gif);*/
background-color:#FBB066;
}

#key_visual {
   /*background: url(images/key_visual15.jpg) no-repeat;*/
position: absolute;
    top: 3px;
    left: 1px;
    width: 850px;
    height: 108px;
}


 #logo {
    position: absolute;
    width: 120px;
    height: 108px;
    top: 3px;
    left: 1px;

/*background: url(images/taranglogo.jpg) no-repeat;*/
}

#container {
    
    margin: 0px auto;
    width: 850px;
    padding: 0px;
    border: 1px gray solid;
    background-color:#FEFAFA;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    
  

}

#data_container {
    padding: 0px 20px;
}

#header {
    position: relative;
    height: 110px;
    width: 850px;
}

#menubar {
    position: relative;
    height: 25px;
    width: 850px;
    /*background: url(images/menu_bar.gif)*/
    background-color: #FF9900;
   
}

.menu{
    font-family: Arial, Tahoma, Verdana, sans-serif;
    color: white;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    

}

a.menu:hover {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    color: blue;
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
    
}

.menu_selected{
    font-family: Arial, Tahoma, Verdana, sans-serif;
    color: white;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;


}
/*
.attr {
    position: absolute;
    left: 50px;
    top: 200px;
}

.cities {
    position: absolute;
    left: 450px;
    top: 310px;
}

.newspaper {
    position: absolute;
    left: 450px;
    top: 200px;
}

.contact1 {
    position: absolute;
    left: 50px;
    top: 450px;
}

.contact2 {
    position: absolute;
    left: 550px;
    top: 450px;
}
*/

#footer{
    height: 50px;
    width: 850px;
    background-color: #F86A01;
    text-align: center;

}

.footer_text{
    font-size: 14px;
    
   /* color: #FEEBC5;*/
   color:white;
}

.heading{
    background-color: #FBB066;
    
}

.data{
    background-color: #FFD8BB;
    
}


