@charset "utf-8";
/* CSS Document */

#footer #colLeft {
	float: left;
	padding-top: 3px;
}
#footer #colRight {
	float: right;
	font-size: .8em;
}
#navigation {
	text-align: right;
	padding-left: 3px;
	padding-bottom: 3px;
	font-size: 0.8em;
	float: right;
	margin-top: 48px;
	color: #D53236;
	text-transform: uppercase;
	font-weight: bold;
}
#navigation a {
	text-transform: uppercase;
	text-decoration: none;
	color: #84292A;
	font-weight: bold;
}
#wrapper #header img {
	float: left;
}
#footer #colRight img {
	margin-left: 10px;
}
#navigation a:hover {
	text-decoration: none;
	color: #D53236;
}
