/*Compass Design layout.css CSS file*/
* html object.hide {
   display: none;
   }
body {
text-align:center; /*center hack*/
background:url(../images/body.jpg);
}
#wrap {
width:732px; /*center hack*/
margin:0 auto; /*center hack*/
text-align:left;
}
#header {
text-align:left;
}
#footermain {
float:left;
width:100%;
background-color: #3C5BB8;
}
#footer1 {
float:left;
width:39.9%;
overflow:hidden;
}
#user4 {
float:left;
width:30%;
overflow:hidden;
}
#user5 {
float:left;
width:30%;
overflow:hidden;
}
#main-body {
float:left;
width:100%;
background-color: #FFFFFF;
}
#under-modules {
float:right;
width:100%;
}
#under-modules1 {
float:left;
width:50%;
overflow:hidden;
}
#under-modules2 {
float:right;
width:50%;
overflow:hidden;
margin-left:-3px;
}
#under-modules3 {
float:right;
width:100%;
overflow:hidden;
margin-left:-3px;
}
#sidebar-2 {
float:right;
width:25%;
overflow:hidden;
margin-left:-3px;
}
#content {
float:right;
width:66.5%;
overflow:hidden;
}
#sidebar {
float:left;
width:33.5%;
overflow:hidden;
}
.inside {
padding:10px;
}
