
#index1 { 
float: LEFT;
width: 32%;
overflow:scroll;
height: 97%;
 
background-color: #fcd987;
}

#content1 {
float: Right;
width: 66%;
height: 97%;
overflow:scroll;
background-color: #fcd987;
}
#srchcont {
width: 66%;
background-color: #fcd987;
}


