html {
	background:#ffffff;
	margin-top:0px;
	height:auto;
}


body {
	font-family: 'Cantarell', arial, serif;
	font-size:16px;
	line-height:22px;
	color:#222222;
	font-weight:normal;
}


p {
	font-family: 'Cantarell', arial, serif;
	font-size:18px;
	line-height:25px;
	color:#222222;
	font-weight:normal;
}

.large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
}

.ctaLink a {
	font:16px Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:26px;
	font-weight:bold;
}

.ctaLink a {
	font:16px Verdana, Arial, Helvetica, sans-serif;
	line-height:26px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.ctaLink a:hover {
	color:#ffffff;
	text-decoration:underline;
}

a {
	color:#a94806;
	text-decoration:underline;
}

a:hover {
	color:#a94806;
	text-decoration:underline;
}

#content {
	max-width:1360px;
	min-width:960px;
	height:769px;
	margin:0px auto;
	background-image:url(../images/html_backg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
}

#mainContent {
	width:960px;
	margin:0px auto;
	padding-top:60px;
}

#mainContent .title {
	width:960px;
	padding-bottom:25px;
}

#mainContent .leftColumn {
	float:left;
	width:610px;
	padding-right:30px;
	padding-left:0px;
}

#mainContent .rightColumn {
	float:right;
	width:320px;
}

#grandopening {
	width:580px;
	padding:18px;
	background-color:#d87937;
	/* Border Radius */
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

#grandopening .Title {
	font-family: 'Cantarell', verdana, arial, serif;
	font-size:16px;
	line-height:22px;
	color:#ffffff;
	font-weight:bold;
	padding-bottom:6px;
}

#video {
	width:300px;
	padding:10px;
	background-color:#2f3030;
	/* Border Radius */
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.videoTitle {
	font:16px Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:24px;
	font-weight:bold;
}

#cta {
	width:320px;
	padding-top:20px;
	text-align:center;
	/* Drop Shadow */
	/* -moz-box-shadow: 1px 1px 10px #ccc; */
	/* -webkit-box-shadow: 1px 1px 10px #ccc; */
	/* box-shadow: 1px 1px 10px #ccc; */
}

.cta a {
	text-decoration:none;
	color:#ffffff;
}

