.maintext {
	margin: 0 10px;
	padding: 0 10px;
}
.greetings {
	background-image: url(images/page1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 50px;
	padding-left: 50px;
}
.tickets {
	background-image: url(images/page2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 50px;
	padding-left: 50px;
}
.rooms {
	background-image: url(images/page3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 50px;
	padding-left: 50px;
}
.talent {
	background-image: url(images/page4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 50px;
	padding-left: 50px;
}
.attractions {
	background-image: url(images/page5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 50px;
	padding-left: 50px;
}
.clipart {
	background-image: url(images/page6.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 50px;
	padding-left: 50px;
}
.maintext p,h2,h3,h4,h5 {
     margin: 0 50px 15px;
}
.maintext li {
     font-weight: bold;
	 margin: 0 50px 15px 70px;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #0f0fff;
}
.signature {
    margin-left: 100px;
}
#formtable {
    margin: 0 50px;
}
#footer td {
    color: #FFF;
}
#footer a {
    color: #FFF;
}
.missing {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
