#seg-button {
	width: 150px;
	height: 150px;
	background: url(seg_button.gif) no-repeat left center;
	float: left;
	margin-right: 20px;
}

#title-box {
}

#seg-title {
	/*display: block;*/
	height: auto;
	/*max-width: 617px;*/
}

#seg-info {
	background-color: #D7111D;
	padding: 14px;
	color: white;
	text-align: center;
	font: 1.2em/1.1em Georgia, "Times New Roman", Times, serif;
}

#seg-info a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #D7111D;
	padding: 0 4px;
}

#seg-info a:hover {
	font-weight: bold;
	color: #D7111D;
	text-decoration: none;
	letter-spacing: 0.1em;
	background-color: #F7F7F7;
}

#seg-info span {
	font-size: 0.75em;
	line-height: 2em;
}