body {
	background-color: #FFF;
}

h1 {
	color: #ED1C24;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

strong {
	color: #ED1C24;
}

.categoryHeader {
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}

.categorySubHeader {
	color: #ED1C24;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

#contentHolder {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 720px;
	height: 118px;
	text-align: center;
}

#tagLine {
	width: 720px;
	height: 32px;
	text-align: center;
}

#mainNav {
	width: 720px;
	height: 24px;
	background-color: #000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#mainContent {
	width: 720px;
	margin-top: 10px;
}

#leftColumn {
	float: left;
	width: 280px;
	padding-left: 10px;
	padding-right: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;	
}

#leftColumn a {
	color: #ED1C24;
	text-decoration: underline;
}

#leftColumn a:hover {
	color: #999;
	text-decoration: underline;
}

#middleColumn {
	float: left;
	width: 182px;
	margin-top: 13px;
	text-align: center;
}

#rightColumn {
	float: left;
	width: 207px;
	padding-left: 10px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #555;
}

#rightColumn a {
	color: #555;
	text-decoration: none;
}

#rightColumn a:hover {
	color: #ED1C24;
	text-decoration: underline;
}

#footer {
	width: 720px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	text-align: center;
	margin-top: 10px;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #ED1C24;
	text-decoration: underline;
}

.clearer {
	clear: both;
}