/* CSS Document */
{background-color:#FFFFFF;
}
#container {
  margin:auto;
  width:864px;
}
#header {
   width:864px;
   height:126px;
   background:url(cm_layout/cmsite_layout_header_01.gif) center no-repeat;
}
#navigation {
   width:864px;
   height:44px;
}
#left {
   float:left;
   padding:3px 3px 3px 25px;
   width:440px;
   height:484px;
   background:url(cm_layout/cmsite_layout_content_09.gif) top left;
   overflow:auto;
}
#right {
   float:left;
   padding:3px 25px 3px 3px;
   width:368px;
   height:484px;
   background:url(cm_layout/cmsite_layout_content_09.gif) top right;
}
#footer {
   clear:both;
   width:864px;
   height:64px;
   background:url(cm_layout/cmsite_layout_footer_10.gif) center no-repeat;
}
