/* CSS Document */
body{
background: #311d12 url(images/bodybg.jpg) repeat-x ; 
padding:0px;
margin:0px;
}

* html img,
* html .png {
  azimuth: expression(
    this.pngSet?
      this.pngSet=true : 
        (this.nodeName == "IMG" ? 
          (this.src.toLowerCase().indexOf('.png')>-1 ? 
            (this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
                this.src = "/images/blank.gif") :
            '') :
          (this.currentStyle.backgroundImage.toLowerCase().indexOf('.png')>-1) ?
            (this.origBg = (this.origBg) ? 
              this.origBg :             
              this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
              this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
              this.runtimeStyle.backgroundImage = "none") :
            ''
        ), this.pngSet=true
  );
}
a:active
{
  outline: none;
}
a:focus
{
  -moz-outline-style: none;
}
*:focus {
        outline: 0;
}
*:focus { outline: none; }
*::-moz-focus-inner { border: none;}

#main{
	width:750px;
	margin:0 auto 0 auto;
	}
#body{
	width:750px;
		}
#left{
	width:157px;
	height:200px;
	float:left;
	}
#left ul li a{
	display:block;
	text-indent:-2000px;
	}
#mid{
	width:400px;
	height:90px;
	float:left;
	
	}
#bottom_table{
	width:100%;
	margin:0 auto 0 auto;
	padding-top:40px;
	padding-bottom:32px;
	}
#bottom{
	width:800px;
	margin:0 auto 0 auto;
	height:100px;
	}

#right{
	width:350px;
	float:left;
	display:block;
	}
#right img{
	width:157px;
	height:41px;
	margin:13px 0 50px 130px;
	}

/*---------------------------footer--------------*/
#footer{
	width:100%;
	height:146px;
	}
	#footer a{ background:none; color:#d5ccb2;  text-decoration:none; }
	#footer a:hover{ background:none; color:#50642f; }
	
#footer_div{
	width:560px;
	
	}
#footer_div ul li a{
	font:12px/11px Arial, Helvetica, sans-serif;
	color:#FDFDFD;
	text-decoration:none;
	
	}
#footer_div p{
	font:11px/11px Tahoma, Arial, Helvetica, sans-serif;
	color:#cbc5a0;
	display:block;
	font-weight:normal;
	float:right;
		}