#contents
{
	text-align: left;
	width: 920px;
	margin-bottom: 20px;
}

#contents .Images
{
	float: left;
	display: inline;
}

#contents .Images *
{
	float: left;
	display: inline;
	margin-left: 10px;
	margin-bottom: 10px;
	height: 180px;
}

#contents .Text
{
	width: 920px;
}


#contents .Text p
{
	padding-top: 20px;
	font-size: 11px;
	font-weight: normal;
	color: #b1b1b1;
}

#contents .Text h2
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#contents .Text h3,
#contents .Text h4
{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 0px auto 10px;
}

#contents .Text ul
{
	float: left;
	display: inline;
	width: 360px;
}

	#contents .Text ul li
	{
		font-size: 11px;
		list-style-type: disc;
		padding-bottom: 10px;
		color: #b1b1b1;
	}

#contents .Text .hr
{
	margin: 10px auto;
}