.container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #ED1C24;
}
.header {
	float: left;
	width: 650px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 69px;
	padding-top: 15px;
	padding-right: 48px;
	padding-left: 48px;
	padding-bottom: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.contentArea {
	background-image: url(../images/contentBG.gif);
	background-repeat: repeat-y;
	float: left;
	width: 633px;
	padding-left: 113px;
	margin-bottom: 5px;
}
.leftColumn {
	float: left;
	width: 365px;
	margin-right: 20px;
	margin-top: 25px;
	font-size: 70%;
	padding-bottom: 15px;
	padding-top: 0px;
}
.leftColumn p {
	margin-top: 0px;
	margin-bottom: 15px;
}

.rightColumn {
	float: left;
	width: 200px;
	margin-top: 25px;
}
.footer {
	float: left;
	height: 75px;
	width: 698px;
	padding-right: 48px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}

.navigation {
	float: left;
	width: 585px;
	margin-top: 2px;
}

/* Clear floats */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */
.leftColumn a {
	text-decoration: none;
	color: #ED1C24;
}
.leftColumn a:hover {
	text-decoration: underline;
}
