@charset "UTF-8";

#mainContainer a:link {
	color: #1e0f0f;
	text-decoration: none;
}
#mainContainer a:visited { 
	color: #1e0f0f;
}
#mainContainer a:hover, a:active, a:focus {
	color: #4f3d3d;
	text-decoration: underline;
}
#mainContainer img {	 /* spacing on thumbnail images */
	padding-top: 10px;
	padding-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }
.THM_colA {
	float: left; /* Sets this section to the left */
	width: 416px;
	padding-right: 8px;
}
	
    .THM_colA1 {
	float: left; /* Sets this column to the left inside its section */
	width: 200px;
	text-align: center;
    }



    .THM_colA2 {
	float: right; /* Sets this column to the right inside its section*/
	width: 200px;
	text-align: center;
    }

.THM_colB {
	float: left; /*Sets this sectionto the right */
	width: 418px;
	padding-left: 8px;
}

    .THM_colB1 {
	float: left; /* Sets this column to the left inside its section */
	width: 200px;
	text-align: center;
    }

    .THM_colB2 {
	float: right; /* Sets this column to the right inside its section*/
	width: 200px;
	text-align: center;
    }
	
#scrollArrow {
	float: right;
	padding-top: 350px;
}
div.hr2 {
	width: 851px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 5px;
}
div.hr2 hr {
	display: none;
}