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

#mainImage {
	border: 3px solid #FFFFFF;
	background-image: url(../images/home-main.jpg);
	background-repeat: no-repeat;
	height: 218px;
	width: 944px;
	background-position: center center;
}
#innerWrapper {
	float: left;
	width: 950px;
	background-image: url(../images/bg-main.jpg);
	background-position: center -160px;
	background-repeat: repeat-x;
	padding: 10px;
	background-color: #FFFFFF;
}
#rightColumn h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	letter-spacing: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.containerCol {
	float: left;
	height: 152px;
}
.leftCol {
	float: left;
	width: 102px;
	margin-right: 6px;
}
.rightCol {
	float: right;
	width: 95px;
}
.moreLink {
	display: block;
	margin-top: 5px;
	float: left;
	width: 200px;
	font-size: 1.1em;
}
#moreContainer {
	clear: both;
	float: left;
	padding-left: 5px;
}
.moreLinkLast {
	display: block;
	margin-top: 5px;
	float: left;
	width: 200px;
	font-size: 1.1em;
}
.moreLinkAlt {
	display: block;
	margin-top: 5px;
	float: left;
	font-weight: normal;
	width: 200px;
	font-size: 1.1em;
}

