/* CSS Document */
#container{
           width:988px;
		   height:auto;
		   margin:0 auto;
		   }
#container .boxnav{
	height:26px;
	width:100%;
	border:1px solid #CCC;
	text-indent:10px;
	line-height:26px;
	background:url(image/title_bg.gif) repeat-x;
}
	.boxnav span{
	    font-weight:bold;
		color:#F30;
		
		display:inline;
	}
   .boxpadding{
	           width:988px;
			   margin:4px auto;
	           border:1px solid #CCC;
}