* {
	padding: 0px;
	margin: 0px;
}
body {
	background-image: url(/images/splash/bg.jpg);
	background-color: #556b2f;
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1f211c;
	text-align: center;
}
a {
	color: #1f211c;
}
a:hover {
	color: #1f211c;
	text-decoration: none;
}
h3 {
	font-size: 11px;
}
h2 {
	font-size: 11px;
	text-transform:uppercase;
}
#mosSite {
	width: 650px;
	margin: auto;
	text-align: left;
}
#framework {
	width: 650px;
}
#frameworkTop {
	width: 638px;
	background-color: #f3eeaf;
	padding: 6px;
}
#frameworkTop .logo {
	background-image: url(/images/splash/header.jpg);
	height: 110px;

}
#frameworkTop h1 {
	display: none;
}

#frameworkBottom {
	background:url(/images/splash/frame-bottom-bg.gif) no-repeat 0px 0px;
	height: 122px;
	width: 650px;
	float: left;	
}
#frameworkBottom .containerPadding {
	padding: 5px 0px 0px 15px;
}

#frameworkBottom  #customArticle 
{
	width:520px;
	float:left;
	padding:0px;
}

#frameworkBottom  #enterButton
{
	width:60px;
	float:left;
	padding: 25px 0px 0px 5px;
}

#frameworkBottom #counter {
	width:100%;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	font-family:Helvetica;
	float:left;
	clear:both;
	margin-top:4px;
}

#contentLeft {
	background-image:url(/images/splash/column-left-bg.gif);
	height: 279px;
	width: 483px;
	float: left;
	padding-left: 6px;
}
#contentRight {
	background:url(/images/splash/column-right-bg.gif) no-repeat;
	height: 279px;
	width: 161px;
	float: right;
	text-align:right;	
}
#contentColumns {
	float: left;
}

#contact {
	margin:209px 0px 0px 0px;
	padding-right:18px;
}
#location {
	float:left;
	text-align: left;
	padding-right: 40px;
}
#location .address {
	width: 150px;
}
#dates {
	float:left;
	text-align: left;
	padding-right: 40px;
}
#dates ul {
	text-align: left;
}
#dates li {
	list-style: none;
}
#priceInfo {
	float:left;
}
#priceInfo li {
	list-style: none;
}
#copyright {
	text-transform: uppercase;
	color: #868f77;
	font-size: 10px;
	float: left;
	width: 650px;
}
#copyright .containerPadding {
	padding: 6px 0px 15px 6px;
}
#copyright a {
	color: #868f77;
}
