/* CSS Document */

body {
	background-color: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	
}

#box {
padding-left:10px;
}


#wrapper {
	text-align: left;
	width:970px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	background-image:url(images/bg-repeat2.jpg);
	background-repeat:repeat-y;
	margin-top:none;

}

#inner-wrapper {
	width:953px;
	margin-left:9px;
}

#logo {
	background: #000;
	width:570px;
	height:173px;
	float:left;
}

#info {
	width:380px;
	float:left;
	height:173px;
}

#nav {
	width:195px;
	float:left;
	color:#fff;
	font-weight:bold;
	padding-left:15px;
	
}


#random-banner {
	background-image:url(images/random-banner-bg.jpg);
	width:700px;
	height:269px;
	background-repeat:no-repeat;
	float:left;
	padding-left:30px;
	padding-top:15px;
}

#leadin {float:left;}
#box1 {
	background-image:url(images/whats-on.jpg);
	width:210px;
	height:219px;
	background-repeat:no-repeat;
	float:left;
	padding-top:65px;
	padding-left:15px;
	padding-right:10px;
}

#box2 {
	background-image:url(images/barandgrill.jpg);
	width:334px;
	height:219px;
	background-repeat:no-repeat;
	float:left;
	padding-top:65px;
	padding-left:12px;
	padding-right:5px;
}

#box3 {
	background-image:url(images/entertainment-venue.jpg);
	width:341px;
	height:219px;
	background-repeat:no-repeat;
	float:left;
	padding-top:65px;
	padding-left:10px;
	padding-right:10px;
}

#footer {
	background-image:url(images/footer-bg.jpg);
	width:950px;
	height:38px;
	color:#fff;
	font-size:10px;
	padding-top:12px;
	background-repeat:no-repeat;
}

#content {
	width:950px;
float:left;
}

.clear {
	clear:both;
}

.copyright {
	float:left;
	width:500px;
	padding-left:30px;

}

.site-info {
	float:left;
	width:373px;
	text-align:right;
}

H1 {
	color: #ce1419; 
	font-size: 16px;
	font-weight: bold;
} 

H2 {
	color: #ce1419; 
	font-size: 16px;
	font-weight: bold;
} 
 
H3 {
	color: #ce1419; 
	font-size: 14px;
	font-weight: bold;
} 

H4 {
	color: #ce1419; 
	font-size: 14px;
	font-weight: bold;
} 

a:link, a:visited { 
	color: #ce1419; 
	font-weight: bold;
	text-decoration: none;
} 
 
a:hover { 
	text-decoration: underline; 
} 

#module-content {
	width:692px;
	float:left;
	text-align:left;
	padding-left:30px;
	padding-top:12px;
	padding-right:5px;

}

#wrapper-base {
	height:38px;
}

.sub-nav {
	background-color:#ce1419;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:8px;
	cursor:hand;
}
.sub-nav-active {
	background-color:#ce1419;
	color:#000000;
	padding-left:10px;
	padding-top:8px;
	cursor:hand;
}
