body {
min-width: 980px;
text-align:center; /*center hack*/

}
#wrap {
width:980px; /*center hack*/
margin:0 auto 0 auto; /*center hack*/
text-align:left;
min-height:900px;
height:auto !important;
height:1%; } 

}
#header {
text-align:left;
}

#pathway {
text-align:right;
}
#topmenu{
height: 30px;
}

#footer {
clear:both;
height: 30px;
text-align:center;
}

#main-body {
float:left;
/*height:800px;*/
width:100%;
}

#sidebar-2 {
float:right;
width:280px;
min-height:900px;
_height:auto !important;
height:100%;
/*margin-left:-3px;*/
}

#content {
float:left;
width:656px;
/*min-height: 800px;*/
height:100%;
clear:none;
}

.inside {
padding:5px;
}