﻿.mainHeading {
	border: none;
	font-size: 0.9em;
}

.mainContent {
	width: 490px;
	float: left;
	margin-bottom: 20px;
}

.sidebarWrapper {
	float: right;
	width: 230px;
	margin-bottom: 20px;
}
.sidebarWrapper h3 {
	background-image: url(../images/table-top-plate.gif);
	background-position: top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-left: 10px;
	margin-bottom: 0;
	font-size: 0.9em;
	line-height: 30px;
	height: 35px;
}
.sidebarBox {
	border: 1px solid #cd1f3b;
	padding: 6px 6px 6px 10px;
	margin-bottom: 0;
}
.sidebarBox ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.0em;
	font-size: 0.9em;
}

.bottomBar {
	margin-bottom: 15px;
}


