body {
	background-color: #d8d8d8;
}


a:link {
	color: #ae3d30;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #da9e84;
font-weight:bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


#wrapper {
	width: 1005px;
	margin: 0 auto;
}

div#swoosh {
	position: relative;
	margin-left:35px;
	margin-top:-8px;
}

img.intro {
	position: absolute;
	z-index:1000;
	border-style:none;
}


img {
	display: block;
	border-style:none;
}

.theatrebutton {
	float: left;
}

div#theatres {
	display:block;
	background-color: #eee;
	width: 100%;
	height: 1px;
}

div#buttontable {
	float:left;
	margin-left:15px;
}

div.button {
	float:left;
	background-color: #1C5566;
	color: #eee;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width:145px;
	height:32px;
	padding:12px 0px 0px;
	margin-left:0px;
	font-size: 1.20em;
	font-family: Florencesans, Verdana, sans-serif;
	text-align:center;
}

.button a:link {
	color:white;
}

.button a:visited {
	color:white;
}

.button a:active {
	color:white;
}

.button a:hover {
	color:#ECA03A;
}

div#blurb {
	float:left;
	font-size:1.1em;
	line-height:1.35em;
	width:400px;
	margin-left:20px; 
	margin-right:20px; 
	padding:10,10;
	font-family: Verdana, futura, sans-serif;
}

#blurb strong {
	color:#fecb3c;
}

#blurb small {
	font-size:0.75em;
}

div#steps {
	float:right;
	background-color: #1C5566;
	color: #eee;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width:350px;
	margin-left:0px;
	margin-right:15px; 
	padding: 2px 10px 4px;
	font-family: Verdana, futura, sans-serif;
}

#text.ol {
	
}

div#restaurants {
	clear: both;
	position: relative;
	float: left;
	display: block;
	margin-left: -5px;
	margin-top:30px;
	font-family: Florencesans, Verdana, sans-serif;
}

.restaurantbutton {
	float: left;
}

#restaurants .discount {
	position: absolute;
	color: #eee;
	font-size:1.15em;

}

div#details {
	font-size:1em;
	line-height:1.35em;
	width:875px;
	margin-top:10px;
	margin-left:70px; 
	padding:10,10;
	font-family: Verdana, futura, sans-serif;
	color: #383127;
}

div.question {
	margin-top:10px;
	line-height:1.9em;
	font-size: 1.2em;
	font-family: Verdana, sans-serif;
	color: #ae3d30;
}

div#footer {
	clear: both;
	width: 100%;
	margin-top:20px;
	margin-left:35px;
}


