.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: silver;
	border: none;
	font-weight:normal;
	letter-spacing:normal;
}

.item_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #ffffff;
	background-color: silver;
	border: none;
	font-weight:normal;
	letter-spacing:normal;
}

.title_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	background-color: silver;
	border: none;
	font-weight: bold;
	letter-spacing: 1.5em;
}

.main_image_space {
	width:100%;
	height:500px;
	text-align:center;
}

img.main_image {
	vertical-align: top;
}
