.left h2{
	width:700px;
	height:37px;
	background:url(../images/h2_girls.jpg) no-repeat top left;
}

.frame{
	width:700px;
	height:auto;
	margin:20px 0px;
}

	ul.list{
		margin:auto;
		border:4px #6E5324 double;
		background:#2E2017;
		overflow:hidden;
		padding:5px 0px;
	}
	
		.list li{
			width:200px;
			height:287px;
			float:left;
			display:inline;
			margin:10px 0px 10px 25px;
			background:url(../images/girl_back.gif) no-repeat;
		}
		
		.list dl{
			width:200px;
			height:287px;
		}
		
			.list dt{
				display:none;
			}
			
			.list dd.menu_img{
				width:187px;
				margin:12px 0px 0px 13px;
			}
				dd.menu_img img{
					width:175px;
					height:131px;
					margin:auto;
					overflow:hidden;
				}
				
			.list dd.menu_name{
				text-align:center;
				font-size:100%;
				font-weight:bold;
				border-bottom:1px #FFFFFF solid;
				width:190px;
				margin:auto;
			}
			
			.list dd.menu_message{
				width:180px;
				height:103px;
				overflow:auto;
				font-size:90%;
				margin:auto;
			}
			
			