
/* CSS Stylesheet for the flyer page */

#flyer {
	float: left;
	width: 1024px;
	/* height: 340px; */
	margin: 0px 0px 5px 0px;
}

#flyer_left {
	float: left;
	width: 300px;
	height: 340px;
}

#flyer_left_menu {
	float: left;
	width: 200px;
	margin: 75px 0px 0px 40px;
}

#flyer_left_menu_text {
	float: left;
	width: 200px;
	height: 20px;
	margin: 0px 0px 10px 0px;
}

#flyer_left_menu_text a {
	color: #FFFFFF;
	text-decoration: none;
}

#flyer_left_menu_text a:hover {
	color: #915D9C;
	text-decoration: none;
}

#flyer_left_menu_text_active {
	float: left;
	width: 200px;
	height: 20px;
	margin: 0px 0px 10px 0px;
}

#flyer_left_menu_text_active a {
	color: #915D9C;
	text-decoration: none;
}

#flyer_left_menu_text_active a:hover {
	color: #915D9C;
	text-decoration: none;
}


#flyer_main {
	float: left;
	width: 640px;
	/* height: 340px; */
}

#flyer_main_title_left {
	float: left;
	width: 100px;
	height: 48px;
	margin: 0px 0px 0px 20px;
}

#flyer_main_title_left a {
	float: left;
	width: 100px;
	height: 48px;
	text-decoration: none;
	background-image:url(../img/arrow_left.png);
	background-repeat:no-repeat;
}

#flyer_main_title_left a:hover {
	float: left;
	width: 100px;
	height: 48px;
	text-decoration: none;
	background-image:url(../img/arrow_left_active.png);
	background-repeat:no-repeat;
}

#flyer_main_title_left_text {
	float: left;
	width: 60px;
	margin: 16px 0px 0px 37px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}


#flyer_main_title_center {
	float: left;
	width: 400px;
	height: 48px;
}

#flyer_main_title_center_text {
	float: left;
	width: 400px;
	color: #FFFFFF;
	font-family: Dekar;
	font-size: 32px;
	line-height: 48px;
	letter-spacing: 0.5px;
	text-align: center;
}

#flyer_main_title_right a {
	float: left;
	width: 100px;
	height: 48px;
	text-decoration: none;
	background-image:url(../img/arrow_right.png);
	background-repeat:no-repeat;
}

#flyer_main_title_right a:hover {
	float: left;
	width: 100px;
	height: 48px;
	text-decoration: none;
	background-image:url(../img/arrow_right_active.png);
	background-repeat:no-repeat;
}


#flyer_main_title_right_text {
	float: left;
	width: 60px;
	margin: 16px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}


#flyer_main_flash {
	float: left;
	width: 602px;
	height: 602px;
	margin: 20px 0px 0px 20px;
	text-align: center;
	/* border: 1px solid #B3B5B6; */
}
