#footer *
{
	margin: 0;
	padding: 0;
}

#footer
{
	width: 657px;
	float: left;
	clear: both;
	margin-left: 227px;
	margin-top: 1em;
	margin-bottom: 1em;
	/*margin-left: 227px;
	width: 657px;
	height: 75px;
	background: #b32317;*/
}

#footer p
{
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 0.75em;
	color: #8d969e; /* light grey */
}

#footer_navigation
{
	margin-top: 1.5em;
}

#footer_navigation a
{
	font-family: "Century Gothic", Arial, sans-serif;
	color: #231f1f; /* dark grey */
	cursor: pointer;
	text-decoration: none;
}

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

#footer #left_column
{
	float: left;
	width: 430px;
}

#footer #right_column
{
	float: left;
	width: 205px;
	margin-left: 22px;
}

#footer #right_column form
{
	margin-bottom: 1.25em;
}

#footer #footer_email
{
	padding: 2px;
	line-height: 1em;
	height: 11px;
	width: 130px;
	border: 1px solid #8d969e;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 0.6em;
	color: #231f1f; /* dark grey */
	outline: none;
	float: left;
}

#footer #footer_submit
{
	margin-left: 5px;
	height: 15px;
	float: left;
	display: inline;
	border: 1px solid #8d969e;
	cursor: pointer;
}

#footer #footer_submit p
{
	margin: 3px;
	line-height: 1em;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 0.6em;
	color: #b32317;
	float: left;
}

fieldset
{
	border: none;
}




.red
{
	color: #b32317; /* red */
}

.light_grey
{
	color: #8d969e; /* light grey */
}

.dark_grey
{
	color: #231f1f; /* dark grey */
}