#wrapper {
	width: 850px;
	height: 600px;
}
#left-wrapper {
	width: 380px;
	height: 600px;
	float: left;
}
#center-wrapper {
	float: left;
	height: 600px;
	width: 90px;
	background-color: #bf3019;
	vertical-align: bottom;
}
#right-wrapper {
	width: 380px;
	height: 600px;
	float: left;
}
#arrows{
	width: 90px;
	position: relative;
	top: 530px;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 72px;
}
.sub-title {font-size: 16px}
.sub-title-red {color: #bf3019}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
