@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin: 0;
	}
	
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.prev #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bkgdPrevious.jpg);
	height: 1470px;
	background-repeat: no-repeat;
}
#containerTicket  {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bkgdTicketsb.jpg);
	height: 1233px;
	background-repeat: no-repeat;
}
#containerGallery {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bkgdGalleryb.jpg);
	height: 1233px;
	background-repeat: no-repeat;
}
#containerGallery2 {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bkgdGallery2b.jpg);
	height: 1233px;
	background-repeat: no-repeat;
}
#containerSponsor {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bkgd1b.jpg);
	height: 1233px;
	background-repeat: no-repeat;
}
#download {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 500px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background-color: #FFFFFF;
}
#tickets {
	font-size: 0.7em;
	width: 350px;
	margin-top: 400px;
	margin-left: 270px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	clear: both;
}
#boxT1 img {
	margin-top: 40px;
	margin-left: 410px;
}
#navBox  {
	height: 147px;
	width: 200px;
	margin-left: 610px;
	clear: right;
}
.prev #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#posters {
	padding-top: 75px;
}
#letter  {
	text-align: center;
	margin-top: 50px;
}
#letter img {
	border: thin solid #333333;
}


#prev1 {
	text-align: center;
	padding-left: 25px;
}

#prev2 {
	text-align: center;
	padding-left: 25px;
}

#prev1 img {
	padding: 20px;
}
#prev2  img {
	padding: 20px;
}
#galleryLabel {
	text-align: center;
}
#posters  h2 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#prev2 #treasure {
	padding-bottom: 238px;
}
#gallery {
	text-align: center;
	padding-left: 27px;
	width: 350px;
	margin-left: 262px;
	margin-top: 278px;
}
#gallery img {
	border: thin solid #333333;
}
#gallery2 {
	margin-left: 228px;
	margin-top: 210px;
	width: 437px;
}
#gallery2 img {
	border: thin solid #333333;
}
#gallery2004 {
	height: 105px;
	width: 99px;
	margin-top: 59px;
	margin-right: 44px;
	clear: right;
	float: right;
}
#gallery2005 {
	height: 105px;
	width: 99px;
	margin-top: 59px;
	float: right;
	margin-right: 44px;
	clear: right;
}
#sponsor {
	text-align: center;
	margin-top: 20px;
}
#footer {
	clear: both;
}
#boxGallery {
	clear: both;
}
#toBenefit {
	float: left;
	width: 129px;
	height: 159px;
}
#logo {
	display: block; /* Or float left, whichever is necessary... */
	width: 300px;
	height: 150px;
	background-image: url(/path/to/image.gif);
	float: left;
}

#logo span {  /* Hide the "Logo Text" from view... */
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

