﻿html, body, form, #masterContainer
{
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 11px;
	color: #44261C;
	letter-spacing: 1.25px;
	line-height: 20px;
}

a
{
	color: #44261C;
	text-decoration: none;
}

a:visited
{
	color: #44261C;
}

a:hover
{
	color: #BCBEC0;
}

#masterContainer
{
	margin: 0 auto;
	width: 250px;
	padding-top: 30px;
}

#masterContainer #siteContainer
{
	width: 890px;
	border: 1px solid #a1928d;
	text-align: left;
	padding: 65px 40px 50px 40px;
	margin-bottom: 20px;
}

#divLogo
{
	width: 418px;
	height: 75px;
}

#divLogo > div
{
	width: 418px;
	height: 25px;
	cursor: pointer;
	background-image: url('/images/logoFull.png');
	background-repeat: no-repeat;
}

#siteColumns
{
	display: table;
	width: 100%;
	height: 572px;
}

#siteColumns > div
{
	display: table-cell;
}

#siteColumns > #siteLeft
{
	font-size: 12px;
}

#siteColumns > #siteLeft > div
{
	padding-top: 390px;
}

#siteColumns > #siteLeft > div > div
{
	padding-top: 10px;
}

#siteColumns > #siteRight
{
	width: 678px;
	vertical-align: top;
	border: 1px solid #a1928d;
}

#masterContainer #tdContentBottom
{
	height: 470px;
}

#masterContainer #tdContentBottom
{
	height: 96px;
	padding: 20px 20px 10px 20px;
	vertical-align: top;
	border-top: 1px solid #a1928d;
	letter-spacing: 0px;
}

#masterContainer #tdContentBottom h1
{
	font-size: 14px;
	padding: 0px;
	margin: 0px 0px 8px 0px;
}

#masterContainer #tdContentBottom p
{
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
}

.hiddenImages
{
	display: none;
}

.hiddenImages div
{
	display: inline-block;
}

.hiddenImages img
{
	width: 313px;
	height: 470px;
}