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

.wrapper {
	width: 775px;
	margin: 0 auto 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header {
}
.mainNav {
}
.mainContainer {
	background-image: url(images/contentBg.jpg);
	width: 775px;
	font-size: 12px;
	color: #333333;
}
.footer {
	background-image: url(images/footerBg.jpg);
	min-height: 46px;
	background-repeat: no-repeat;
	float: left;
	clear: both;
	width: 775px;
	font-size: 10px;
	text-align: center;
	padding-top: 15px;
}

.leftCol {
	float: left;
	width: 110px;
	margin-left: 25px;
	clear: both;
}
.rightCol {
	float: left;
	width: 590px;
	margin-left: 25px;
}
.sectionTitle {
	text-transform: uppercase;
	color: #5F2D43;
	font-size: 16px;
	padding-bottom: 10px;
}
.title {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}
a:link {
	color: #990000;
	text-decoration: none;
	border: 0;
}
a:visited {
	color: #753E5C;
}
a:hover {
	color: #D8C98E;
}
a:active {
	color: #753E5C;
}
.leftCol a:link {
	color: #333333;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
}
.leftCol a:visited {
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
}
.leftCol a:hover {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	background-color: #753E5C;
	display: block;
}
.leftCol a:active {
	color: #D8C98E;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
}
body {
	background-color: #cccccc;
}
