@charset "utf-8";
/* CSS Document */

.flasharea {
	float:left;
	height:190px;
	width:720px;
}

.flashleft {
	float:left;
	width:40px;
	height:190px;
	background-image:url(images/headerLeft.gif);
	background-repeat:no-repeat;
}

.flash {
	float:left;
	width:640px;
	height:190px;
}

.flashright {
	float:left;
	width:40px;
	height:190px;
	background-image:url(images/headerRight.gif);
	background-repeat:no-repeat;
}