.CityTitle { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 20px; 
	font-style: normal;
	color: #FFFFFF
	}
.Headings { 
	font-family: Bimini, Arial; 
	font-size: 15px; 
	font-style: normal; 
	color: #0088CC; 
	} 
.PageTitle { 
	font-family: Times; 
	font-size: 24px; 
	font-style: normal; 
	color: white;
	} 

.Dashes{
	color: #99CCFF;
	font-size: 14px;
}
.CityText{
	font-family: Georgia;
	font-size: 17px;
	font-style: normal;
	color: Gray;
}

.eventimage {
	position:absolute; 
	top:340px; 
	left:125;
 	width:225px;
 	height:330px; 
 	z-index:1; 
 	overflow: hidden; 
 	visibility: visible;
}	

a {
	font-family: Georgia; 
	font-size: 14px; 
	color: white;
	text-decoration: none;
	}
	
a:hover { 
	font-family: Georgia; 
	font-size: 14px; 
	color: #0099CC; 
	text-decoration: none;
	} 
	
a.Selection{
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	color:#0099CC;
}
a.Selection:hover{
font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	color:white;
}
a.new { 
	font-family: Bimini, "Times New Roman"; 
	font-size: 14px; 
	color: #EE1A1A; 
	} 
	
a.new:hover { 
	font-family: Bimini, "Times New Roman"; 
	font-size: 15px; 
	color: #D0EF00; 
	} 
.special{
	font-family: Georgia; 
	font-size: 14px; 
	color: white;
	text-decoration: none;
}

#frame  {	
		position: absolute;
		width: 250px;	
		background-color: #FFFFFF; 
		padding: 0;  
		margin: 0px; 
		top: 0px;
		left: 0px;
		}
		
.review {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; color: #FFFFF;
}

.menu {
	border-bottom: 2px ridge  #0682BD;
	border-top: 2px ridge #0682BD;  
}

.content{
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 14px; 
	color: #DDFFFF
}
div.city {
	border-bottom: 2px ridge #99CCFF;
	border-top: 2px ridge #99CCFF;
	position: absolute;
	top: 48px;
	left: 108px;
	width: 800px;
	height: 31px;
	z-index: 1
}
div.animation{
	position:absolute; 
	left:110px; 
	top:85px; 
	width:800px; 
	height:259px; 
	z-index:2; 
	background-color: #333333
}

div.menu2 {
	border-bottom: 2px ridge #99CCFF;
	border-top: 2px ridge #99CCFF; 
	position: absolute;
	left:108px; 
	top:350px; 
	width:802px; 
	height:25px;
	z-index: 3
}

div.menu {
	border-bottom: 2px ridge  #0682BD;
	border-top: 2px ridge #0682BD;  
	height:25px;
	width:800px;
}

div.content{
	background-color:#333333;
}
div.gallery{
	position:absolute; 
	left:107px; 
	top:394px; 
	height:392px; 
	z-index:4;
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 14px; 
	color: #DDFFFF
}

.sidebar {
	float: left;
	width: 200px;
}
.contentbar {
	float: left;
	width: 550px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}