@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 #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#navBox  {
	height: 147px;
	width: 200px;
	margin-left: 610px;
	clear: right;
}
#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/bkgdTickets.jpg);
	height: 1233px;
	background-repeat: no-repeat;
}
#tickets {
	font-size: 0.7em;
	width: 350px;
	margin-top: 390px;
	margin-left: 273px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	clear: none;
}
/*#tickets a:link{
	text-decoration: none;
	font-weight: bold;
}
#tickets a:hover{
	color: #FF0000;
}

#tickets a:visted {
	color: #FF0000;
}
*/


A:link {
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	text-decoration: none;
	color: #990066;
	font-weight: bold;
}
A:active {
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	text-decoration: underline overline;
	color: #0000FF;
	font-weight: bold;
}



#boxT1 {
	margin-top: 90px;
	margin-left: 420px;
	width: 194px;
}
#boxT1 img {
	border: thin solid #333333;
}
#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;
}
