/* CSS Document */
body{
text-align:center;
background-color: #106ec7;
}
#wrap {
width:1200px;
margin:0 auto;
text-align:left;
}
#header {
text-align:right;
height: 227px;
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;
}
#content {
float:left;
width:754px;
height: 717px;
overflow: auto;
background-color: #ffffff;
}
#sidebar-2 {
float:right;
width:296px;
overflow:hidden;
margin-left:-3px;
}
.inside {
padding: 0px;
background-color: transparent;
}
