body {
background-image:url(bg.jpg);
background-repeat:repeat;
background-position:left top;
margin:0;
padding:0;
}

#imSite {
width:960px;
text-align:left;
margin:15px auto;
}

#imHeader {
height:133px;
background-image:url(top.jpg);
background-repeat:no-repeat;
background-position:left top;
}

#imBody {
background-image:url(content.jpg);
background-repeat:repeat-y;
background-position:left top;
}

#imMenuMain {
width:134px;
float:left;
padding:11px 0 0 9px;
}

#imContent {
width:806px;
float:left;
margin-top:8px;
}

#imFooter {
clear:both;
height:24px;
background-image:url(bottom.jpg);
background-repeat:no-repeat;
background-position:left top;
}

#imFooter_L {
float:left;
margin:3px 0 0 15px;
}

#imFooter_R {
float:right;
margin:3px 15px 0 0;
}

