/* all css */
*{
   margin:0;
   padding:0;
}

body{
   text-align:center;
   font:normal 12px Verdana, Arial, Helvetica, sans-serif;;
   color: #232323;
}

div,span,p,ul,li,dt,dd,h1,h2,h3,h4,h5,h5,h7{
   text-align:left;
}

img{border:none;}




.clear{
   font-size:1px;
   width:1px;
   height:1px;
   visibility:hidden;
   clear:both;
}

ul,li{
   list-style-type:none;
}
/* all Footer */

		#footer {
			font-size: 11px;
			width: 630px;
			margin-top: 10px;
			border-top: 2px solid #e6e6e6;
			padding-top: 10px;
			text-align: center;
			color: #999999;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
		
		#footer A {
			color: #000000;
			margin: 0 4px 0 5px;
		}
		
		#footer A:hover {
			color: #23B0E1;
		}
		
		#copyright {
			font-size: 11px;
			text-align:center;
			margin-top: 9px;
			line-height: 17px;
		}
		
		#copyright A  {
			font-size: 11px;
			color: #8e8e8e;
			margin-top: 9px;
			line-height: 17px;
		}

