/* This is the design for the framework layout of the template */


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

#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:center;
} 

#footer {
clear:both;
}

#main-body { 
width:100%; 
float:left; 
} 

#content { 
float:right; 
width:80%; 
overflow:hidden;
}
 
#sidebar { 
float:left; 
width:18%; 
overflow:hidden;
}

.inside {
padding:5px;
border-left: 2px dashed #f0e7d7;
border-right: 2px dashed #f0e7d7;
}

.inside2 {
background: #000000;
padding:2px;
border-left: 2px  #f0e7d7;
}
