@charset "UTF-8";
/* CSS Document */

body {
text-align:center; /*center hack*/
}

#wrap {
position: relative;
width:774px; /*center hack*/
top:105px;
halign:center;
margin:0 auto; /*center hack*/
text-align:left;
}
#header {
text-align:left;
}
#footer {
clear:both;
}
#main-body {
float:left;
width:100%;
}
#sidebar {
float:right;
width:25%;
overflow:hidden;
margin-left:-3px;
}
#content {
float:left;
width:75%;
overflow:hidden;
}
#navbar {
float:top;
}

.inside {
padding:10px;
}