 
 body, html {
   margin: 0px;
   padding: 0px;
   
   /*background: #000 url(../imgs/_bgs/bl.jpg) center left repeat;*/
   /*background: #8cbad0 url(../imgs/_bgs/bg_blue.jpg) top left repeat-x;*/
   
   background: #bcb0ab;/*#D9CEC4;/*#E8E3DE;*/
 }
 
 #mainBg {
	 /*
	 background: transparent url(../imgs/_bgs/bg_blue_illu.jpg) top center;
	 background-repeat: no-repeat;
	 background-attachment: scroll;
	 */
	 /*background-position: 100px 50%;*/
	 
	 min-height:1065px;
	 min-width:1135px;
	 border:0px solid red;
 }
 
 #header {
   width: 955px;
   height: 100px;
   
   margin-top: 25px;
   margin-bottom: 10px;
   
   border: 0px solid red;
   
 }
 
 #navi_left {
   float: left;
   width: 216px;
   height: 526px;
   background: url(../imgs/navi_left.png) top left no-repeat;
   
   border: 0px solid red;
   text-align: left;
 }
 
 #content {
 	/*
   float: right;
   width: 729px;
   margin: 0px;
   padding: 0px;
   margin-bottom: 30px;

   border: 0px solid blue;
   
   */
   text-align:left;
 }
 
 #content_top {
 	 width: 729px;
 	 height: 20px;
   margin: 0px;
   padding: 0px;
   
   background: url(../imgs/content_top.png) top left no-repeat;
 }
 
 #content_middle {
 	 width: 729px;
   margin: 0px;
   padding: 0px;
   
   background: url(../imgs/content_middle.png) top left repeat-y;
 }
 
 #content_bottom {
 	 width: 729px;
 	 height: 18px;
   margin: 0px;
   padding: 0px;
   
   background: url(../imgs/content_bottom.png) top left no-repeat;
 }
 
 .footer {
 	  font-family: "Century Gothic", "Trebuchet MS", sans-serif;
 	  font-size: 12px;
 	  color:#fff;
 	  font-weight:normal;
 }
 	a.footer, a.footer:hover , a.footer:active , a.footer:visited {
 	  font-family: "Century Gothic", "Trebuchet MS", sans-serif;
 	  font-size: 12px;
 	  font-weight:bold;
 	  color:#fff;
 	  text-decoration:none;
 	}
