/* CSS Document */

.specialCtnr {
	width: 500px;
	height: auto;
	display: table;
	float: left;
	margin-top: 25px;
}

.specialTitle {
	width: 450px;
	height: auto;
	display: table;
	float: left;
	padding: 5px 0 1px 0;
	font-size: 16px;
	color: #E80000;
	font-weight: bold;
}

.specialDate {
	width: 450px;
	height: auto;
	display: table;
	float: left;
	padding: 1px 0 5px 0;
	font-weight: bold;
}

.specialDesc {
	width: 450px;
	height: auto;
	display: table; 
	float: left;
	padding: 0px 0 5px 0;
}





