@charset "utf-8";
body {
	width:800px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
#mature-wrap{margin:0 auto;}
#mature-wrap img{
	float:left;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#links {width:800px;margin: 0 auto;}
.links ul {	
	list-style-type: none;
}
.links li {
display: inline;
	margin: 2px;
	padding: 2px;
}
.links a{
	text-decoration: underline;
}
.cl {clear:left;}
