* {
	margin: 0px;
	padding: 0px;
}
html, body {
	background-color: black;
	font-family: Helvetica, Arial, sans-serif;
	height: 100%;
	text-align: center;
}
body {
	min-width: 946px;
}
#wrapper {
	text-align: left;
	width:946px;
	padding: 0px;
	margin: auto;
}
#header {
	padding: 0px;
	margin: 0px;
	height: 400px;
	background-image:url(images/headerImage.jpg);
	background-repeat:no-repeat;
}
#contactInfo {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	padding-right: 0px;
	padding-left: 710px;
	padding-bottom: 0px;
	padding-top: 72px;
	list-style-type: none;
}

#twitter_div {
	color: #000;
	background-color: #e7e7e7;
	font-size: 10px;
	margin: 20px 0 0 710px;
	padding: 25px 25px 35px 25px;
	width: 160px;
	line-height: 18px;
}
#twitter_div a:link, a:visited{
	color: #ba1515;
	text-decoration: none;
}

#mainContent {
	padding-top: 20px;
	width: 946px;
	text-align: left;
	background-image: url(images/mainContentBgTile.gif);
	background-repeat:repeat-y;
}
#thumbnails {
	margin-left: 0px;
	padding-left: 81px;
	float: left;
	width: 168px;
}
#leftColumn {
	font-size: 11px;
	margin-left: 31px;
	padding-top: 20px;
	position: relative;
	width: 279px;
	float:left;
}
#rightColumn {
	position: relative;
	margin: 0px;
	padding: 20px 50px 0 0;
	font-size: 11px;
	float:right;
	width: 185px;
}
#footer {
	clear:both;
	font-size: 11px;
	background-color: #e0e0e0;
	text-align: center;
	margin: 0px;
	padding: 20px 20px 30px 20px;
}
#contactInfo a:link, a:visited {
	color: #ba1515;
	text-decoration: none;
}
#contactInfo a:hover, a:active {
	color: #ba1515;
	text-decoration: none;
}
#contactInfo li {
	list-style-type: none;
}
#leftColumn h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 22px;
}
#leftColumn p {
	padding-bottom: 20px;
}
.cta {
	font-size: 11px;
	font-weight: bold;
	color: #ba1515;
	margin: 0px;
	padding-bottom: 42px;
}
#leftColumn a:link, a:visited {
	color: #ba1515;
	text-decoration: none;
}
#leftColumn a:hover, a:active {
	color: #ba1515;
	text-decoration: underline;
}
#rightColumn a:link, a:visited {
	color: #ba1515;
	text-decoration: none;
}
#rightColumn a:hover, a:active {
	color: #ba1515;
	text-decoration:underline;
}
#rightColumn li {
	list-style-type: none;
}
#rightColumn h3 {
	font-size: 18px;
}
.sidebar {
	padding-bottom: 40px;
	line-height: 24px;
}
.sideBarAd {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted gray;
	padding-bottom: 40px;
}
.clearDiv {
	clear:both;
}
