#slideshow {
	position: relative;
	left: 0px;
	height: 314px;
	width: 982px;
	overflow: hidden;
	z-index: 4;
	padding: 0px;
	top: 0px;
}
div.slide {
	position: relative;
	left: 0px;
	top: 0px;
}
div.title {
	background-color: #CC3333;
	height: 31px;
	width: 480px;
	background-image: url(/assets/images/home/bg-slideshow-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 31px;
	padding-left: 158px;
	overflow: hidden;
	padding-right: 14px;
}
#slideshow-navigation {
	position: absolute;
	z-index: 9999;
	left: 43px;
	top: 288px;
}
#slideshow-navigation a {
	background-image: url(/assets/images/home/bg-slideshow-nav-button.gif);
	background-position: right top;
	display: block;
	height: 22px;
	width: 22px;
	text-indent: -9999px;
	float: left;
	margin-right: 5px;
}
#slideshow-navigation a.activeSlide {
	background-position: left top;
}
#contents-left {
	float: left;
	height: auto;
	width: 585px;
	margin-left: 46px;
	padding-top: 26px;
}
#contents-right {
	float: left;
	height: auto;
	width: 290px;
	margin-left: 38px;
	background-image: url(/assets/images/home/bg-contents-right.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 10px;
	padding-left: 10px;
}
#contents-right p {
	line-height: 1.4em;
	font-size: 0.9em;
}

#contents-right h1 {
	font-size: 1.3em;
	color: #c12924;
}
#contents-right h1 a {
	font-size: 0.7em;
	color: #8b8988;
	text-decoration: none;
	font-weight: normal;
}
#contents-right h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #be2722;
}
#contents-right a {
	color: #c12924;
	font-weight: bold;
}
