#family {
    position: absolute;
    left: 60px;
    top: 41px;
}

#babies {
    position: absolute;
    left: 0px;
    top: 226px;
}

#nature {
    position: absolute;
    left: 35px;
    top: 341px;
}

#theater {
    position: absolute;
    left: 185px;
    top: 20px;
}

#children {
    position: absolute;
    left: 185px;
    top: 137px;
}

#adults {
    position: absolute;
    left: 322px;
    top: 147px;
}

#cards {
    position: absolute;
    left: 185px;
    top: 341px;
}

#promo {
    position: absolute;
    left: 35px;
    top: 515px;
}

.content {
    font-family: Arial;
}

.content p {
}

.content #title {
    font-size: large;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
}

.content #subtitle {
    font-size: medium;
    margin-bottom: 10px;
    padding-top: 15px;
    text-decoration: underline;
}

.content #signature {
    padding-left: 0px;
    padding-top: 5px;
}

.content .address {
    padding-top: 5px;
    text-align: center;
}

.content .address a {
    color: white;
    text-decoration: none;
}

.content .address a:hover {
    text-decoration: underline;
}

.content #restrictions {
    font-size: smaller;
    font-style: italic;
    text-align: center;
    padding-top: 10px;
}

.content #subtext {
    font-size: smaller;
    font-style: italic;
}

.content #emphasize {
    font-weight: bold;
}

.content #othersubtext {
	font-style: italic;
}

.promolink a {
	font-size: larger;
	color: #CC99CC;
	text-decoration: none;
}

.promolink a:hover {
	text-decoration: underline;
}
	