﻿/* Layout */

html {
	height:101%;
}
#container {
	position: relative;
	width: 970px;
	z-index: 100;
	background-color: #FFFFFF;
	bottom: 10px;
	top: 10px;
	margin-bottom: 10px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
	background-color: #EEEEEE;
	height: 200px;
	margin-bottom: 10px;
}
.mastheadLeft {
	position: relative;
	width: 748px;
	float: left;
}
.mastheadRight {
	position: relative;
	width: 222px;
	float: right;
	text-align: center;
	padding-top: 10px;
}
.bannerPremier {
	background-color: #eeeeee;
	height: 90px;
	padding: 10px;
}
.date-masthead {
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
}
.google-button	{
	font-size: 10px;
}
#mainContent {
	position: relative;
	width: 830px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#menu {
	position: relative;
	width: 970px;
	height: 19px;
	z-index: 4;
	top: 0px;
	left: 0px;
}
#googleAds {
	margin: 0px;
	border-top-style: solid;
	border-width: 1px;
	border-color: #666666;
	clear: both;
}
#googleAdsSingle	{
	position: relative;
	float: left;
	width: 234px;
	height: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#googleAdsTriple	{
	position: relative;
	float: right;
	width: 728px;
	height: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footerContainer {
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	position: relative;
	clear: both;
	padding-top: 3px;
	margin-top: 10px;
	text-align: center;
	color: #00007b;
	background-color: #eeeeee;
	padding-bottom: 4px;
	top: 4px;
	left: 0px;
}
#tierAds {
	float: right;
	position: relative;
	width: 120px;
	padding-left: 10px;
	border-left-style: solid;
	border-width: 1px;
	border-color: #666666;
	padding-bottom: 15px;
	margin-top: 10px;
}
#dailyContent {
	float: right;
	position: relative;
	width: 628px;
}
#textColumnLeft {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 405px;
}
#textColumnRight {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 405px;
}


