@charset "UTF-8";
body {
	background: #000000;
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;

}
.tickets #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(img/tickets_hdr.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #FFFFFF;
	border-top: 0 none;
	border-right: 14px solid #15a12f;
	border-bottom: 0 none;
	border-left: 0 none;
}
.tickets  #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 1000px;
	height: 250px;
	margin: 0;
	border: 0;
}
.tickets  #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.tickets  #isimbox {
	margin: 0;
	position:absolute;
	top: 242px;
	left: 605px;
	width: 66px;
	height: 63px;

}

.tickets  #ucscbox {
	margin: 0;
	position:absolute;
	top: 243px;
	left: 538px;
	width: 62px;
	height: 59px;

}
.tickets  #mainContent {
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color:#000000;
	margin-right: 0px;
	padding-left: 75px;
	padding-right: 425px;
	border-color: #000000;
	outline-color: #000000;
	margin-top: 100px;
	line-height: 140%;
}


.tickets  #righthang {
	margin: 0;
	position:absolute;
	top: 390px;
	padding: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: visible;
	z-index: 7;
	left: 617px;
	width: 363px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9ca6a9;
	font-size: 0.75em;
	line-height: 150%;
	height: 410px;
}
.tickets  #footer {
	padding: 0;
	width: 1000px;
}
.tickets  #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}	

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color:#e31717;
	margin: 0;
 	letter-spacing: 1pt;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color:#faeada;
}
a:link {
	color: #02de94;
	text-decoration: underline;
}
a:visited {
	color: #9933CC;
	text-decoration: underline;
}
a:hover {
	color: #999999;
}
