/* CSS Document */
body{
text-align:center;
background-color: #ffffff;
}
#wrap {
width:1200px;
margin:0 auto;
text-align:left;
}
#header {
text-align:right;
height: 119px;
width: 100%;
}
#topmenu {
text-align:center;
height: 25px;
width: 100%;
}
#footer {
height: 31px;
clear:both;
}
#main-body {
float:left; 
width:1200px; 
background-color: transparent;
}
#sidebar {
float:left; 
width:150px;
overflow:hidden;
background-color:#0081c6;
/*min-height:717px;*/
height:100%;
}
#content {
float:left;
width:754px;
/*height: 717px;*/
min-height:717px;
overflow: auto;
background-color: #ffffff;
}
#content-2 {
float:left;
width:900px;
height: 717px;
overflow: auto;
background-color: #ffffff;
}
#sidebar-2 {
float:right;
width:296px;
margin-left:-3px;
background-image: url(right_panel_back.jpg);
height:100%;
}
.inside {
padding: 0px;
background-color: transparent;
}

