
body { 
	background-image: url(images/Design%20Images/Design7.png); 
	background-repeat: no-repeat;
}



h1 {
	font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif;
	font-size: 20pt;
	font-weight: normal;
	text-decoration: none;
}

h2 {
	font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif;
	font-size: small;
	font-weight: bold;
	text-align: center
	text-decoration: none;
}

#content { 
	color: black;
	font-weight: normal; 
	line-height: 1.25; 
	position: absolute; 
	top: 230px; 
	left: 270px;
	width: 650px;
	text-decoration: none;
}

#top-menu {
	position: absolute;
	top: 180px; 
	left: 250px;
	width: 700px;
	font-size: medium;
}

#side-menu { 
	color: black;
	font-weight: bold; 
	line-height: 1; 
	position: absolute; 
	top: 250px; 
	left: 30px;
	width: 200px;
	text-decoration: none;
}



#side-menu a {text-decoration: none}
#side-menu a:link {color: black}
#side-menu a:visited {color: black}
#side-menu a:hover {color: white}

#footer {
	color: white;
	position: absolute;
	top: 880px; 
	left: 250px;
	width: 650px;
	text-align: center;
}

#footer a:link {color: white}
#footer a:visited {color: white}
	
#MasqueradeBall {
	border: 2px solid black;

	padding: 10px;
	width: 600px;
	position: relative;
	float: none;
	
}

#GuildMembership {
	border: 2px solid black;

	padding: 10px;
	width: 600px;
	position: relative;
	float: none;
	
}
#TicketSales {
	border: 2px solid black;

	padding: 10px;
	width: 600px;
	position: relative;
	float: none;

}

#LeftColumn {
	width: 325px;
	position: relative;
	float: left;
	
}

#RightColumn {
	width: 325px;
	position: relative;
	float: right;
	
}

#NarrowBox {
	width: 216px;
	position: relative;
	float: left;
	
}

.hang { 
	text-indent: -35px; margin-left: 35px;

 }