body {
  font-family: "Verdana, Arial Black", Arial, Helvetica, Serif;
    background-color: #ffffff;
    color: #3871a8;
    margin-top: 5px;
    scrollbar-base-color: #a0c2db; 
    scrollbar-arrow-color: #ffffff;
    scrollbar-track-color: #3871a8;
  
 } 


div#left_sidebar { //reserved for future use
	float:left;

}
div#right_sidebar {
	padding-top:5px;

}
div#center {
	float:left;
	padding:10px;
	background-color:white;
}

div#bottom {
	float:left;
	text-align:center;
	width:100%;
}

div#search_left {
	float:left;
}

div#search_right {
	float:left;
}

div#wrap {
  float:left;
}