body {
				background: #b9b9b9;
				background-image: url('img/menubg.jpg');
				background-repeat: repeat-x;
				background-position: 0 186;
				margin:0px;
				padding: 0px;
			}
			#container{
				width:1031px;
			 	margin-left: auto;
			 	margin-right: auto;
			 }
			#head{ 
				width:1152px;
				height: 186;
				background: url('img/bannerbg.jpg');
			}
			#menu{ 
				height: 40px;
				width:1031px;
			}
			#menu a{color:#ccc; font-family:times; font-size: 18pt; text-decoration: none}
			#menu a:hover{color:#fff;}
			#menu ul{margin:0px; margin-left: 249px; margin-top:10px;}
			#menu li{display:inline-block; height: 40px;padding-left:15px;padding-right:15px;}
			#menu .current{background:url('img/menucurrent.png') no-repeat center 25px;}
			#menu .current a{color:#fff;}
			#content{background:#fff;min-height: 600px; 
				margin-top: 10px;
  				padding-top: 25px;
  				border: #333 solid 1px;
			}
			#content h1{color:#ff6600; margin-top:0px;}
			#content h2{color:#3399ff;}
			#foot{ }
			#content #right{
				width:489px;
				float:right;
				font-size: 14pt;
				padding:10px;
			}
			#content #left{
				float:left;
				width:500px;
				padding:10px;
			}
			#content #bottom{
				width:1000px;
				clear:both;
				margin-left:auto;
				margin-right:auto;
				text-align: center;
			}