/* This is the design for the framework layout of the template */


body {
 text-align:center; /*center hack*/
 background: #f7f2ea;
}

#wrap {
width:750px;/*center hack*/
margin:0 auto;/*center hack*/
text-align:left;
}

#header {
text-align:left;
} 

#header2 {
margin:0 auto;/*center hack*/
height:150px;
text-align:right;
} 

#footer {
clear:both;
}

#main-body { 
width:100%; 
float:left; 
} 

#content { 
float:right; 
width:74%; 
overflow:hidden;
}
 
#sidebar { 
float:left; 
width:24%; 
overflow:hidden;
}

.inside {
padding:5px;
border-left: 2px dashed #f0e7d7;
border-right: 2px dashed #f0e7d7;
}

.inside2 {
background: #ffffff;
padding:2px;
border-left: 2px dashed #f0e7d7;
}
