/* layout */
#wrap {width:1000px; 
       margin:20px auto;}
#header {width:1000px;}
#header h1 {margin-bottom:30px;}
#header h2 {margin-bottom:20px;}
.new {width:1000px; float:right; 
	  text-align:right; 
	  padding-right:10px;}
#content {width:1000px; 
		  text-align:center;}
#content li{overflow:hidden; 
			padding-top:3px; 
			height:20px; 
			text-align:center; 
			border:solid 1px #c8c8c8; 
			float:left;}
#content_list {width:1000px; 
			   text-align:center;}
#content_list li{overflow:hidden; 
				 padding-top:3px; 
				 height:100px; 
				 text-align:center; 
				 border:solid 1px #d8d8d8; 
				 vertical-align:middle;
				 float:left;}