
@charset "UTF-8";
.promoTitles {
	text-align: center;
	font-size: 22px;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 10px;
}
.promotionContainer {
	background-color: #ebe6d5;
	width: 980px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 10px;
	float: none;
	position: relative;
	height: 220px;
	top: 0px;
	clear: both;
	border: 1px solid #8B8F00;
	left: 0px;
}
.discs {
	float: left;
	width: 25%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 20px;
	text-align: center;
}
.title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 180%;
	float: none;
}
.value {
	font-size: 120%; font-weight:300;}

.buttom {
	font-size: 16px;
	color: #ff6e01;
	background-color: #372F0B;
	position: relative;
	height: 35px;
	width: 165px;
	float: left;
	margin-top: 0px;
	margin-left: 45px;
}
.textlink {
	color: #D4CCAF;
	background-color: #372F0B;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}/* CSS Document */

