@charset "utf-8";

#content, #content div.inner {
	min-height: 235px;
	height: auto !important;
	height: 235px;
}

#right {
	background-image: url("../images/bg-gradient.png");
	background-repeat: repeat-y;
	color: #ffffff;
	background-color: #752814;
	min-height: 205px;
	height: auto !important;
	height: 205px;
	font-weight: bold;
	max-width: 700px;
}

#right a {
	color: #fdb815;
}

#right a:hover {
	text-decoration: underline;
}

#banner {
	background-color: #000000;
	width: 100%;
	height: 252px;
}

#home-banner {
	background-image: url("../images/home-banner.jpg");
	background-repeat: no-repeat;
	width: 936px;
	height: 252px;
	margin: 0 auto;
}

#home-left {
	background-color: #000000;
	width: 828px;
	height: 252px;
	margin: 0 auto;
}

/*
 * Home Animation
 */
#home-left {
	width: 405px;
	height: 235px;
	background-color: #000000;
	position: relative;
}
 
#home-left-01, #home-left-02, #home-left-03, #home-left-04, #home-left-05 {
	display: none;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

#home-left-01{
	background-image: url("../images/home-left-01.jpg");
}

#home-left-02{
	background-image: url("../images/home-left-02.jpg");
}

#home-left-03{
	background-image: url("../images/home-left-03.jpg");
}

#home-left-04{
	background-image: url("../images/home-left-04.jpg");
}

#home-left-05{
	background-image: url("../images/home-left-05.jpg");
}

#content {
	background-color: #752814;	
	background-image: none;
}