body {
	min-width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #006600;
	margin: 0px;
	color: #000000;
}

a {
	text-decoration: none;
	color: #00CCFF;
	font-weight: bold;
}

a:hover { 
	text-decoration: underline; 
	color: #000000; 
}

a:visited { 
	text-decoration: none; 
	color: #333333; 
}

h1 {
	color: #339966;
	margin-top: 40px; 
	font-size: 150%; 
}

fieldset { 
	margin: 1em 0; 
	padding: 1em; 
	border: 1px solid #cccccc; 
	background: #f8f8f8; 
	width: 500px;
}

legend {
	font-weight: bold;
	color: #339966;

}

/* Using the display: block; here instead of float: left; places the label above the text box*/

label { 
	float: left; 
	width: 10em; 
}

input { 
	width: 200px;
}

textarea { 
	width: 300px; 
	height: 100px;
}
/* the following only works in firefox but causes no issues within IE6 */

input:focus, textarea:focus {
	background: #ffc;
}

h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #339966;
	margin-top: -8px;
	margin-bottom: 3px;

}
h3 {
	margin-top: -5px;
}

/* ID's start here */

#wrapper {
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFF00;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: 180px;
}

#header {
	background-color: #FFFFFF;
	background-image: url(../images/hdrImg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 130px;
	width: 800px;

}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	left: 170px;
	top: 80px;
}

/* the following part of the code is used to display the navigation bar horizontally on the screen */

#header ul li { 
	float: left;
}

/* The following styles the links as blocks so that they can be spaced properly within the bar */

#header ul a { 
	display: block; 
	float: left;
	padding: 0 1em;
	line-height: 2.1em;
	text-decoration: none;
	color: #000000;
}

#header ul a:hover { 
	color: #00CCFF;
}


#leftCell {
	width: 150px;
	float: left; 
	padding-top: 70px; 
	padding-left: 10px; 
}

#rightCell {
	float: right;
	width: 600px;
	padding-right: 30px;
	padding-bottom: 20px;
}

#rightCellAbout {
	float: right;
	width: 600px;
	padding-right: 30px;
	padding-bottom: 20px;
	background-image: url(../images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: 50px 160px;

}

#footer { 
	clear: both; 
	text-align: center;  
	font-style: italic; 
	font-size: 10px; 
}

#address {
	font-size: 12px;
	margin-bottom: 30px;
}

#header .first a { 
	font-weight: bold; 
	text-decoration: none; 
	color: red; 
}

/* Classes start here */

.clear {
	clear: both;
}

.imgOption1 {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.imgOption2 {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}

.imgOption3 {
	margin-right: 150px;
}

.spacer {
	margin-bottom: 300px;
}

.img-wrapper {
	clear: right;
	float: left;
	position: relative;
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom; 
	margin-top: 40px; 
}

.img-wrapper img { 
	background-color: #ffffff; 
	border: 1px solid #af8097;
	padding: 4px; 
	display: block; /* internet explorer 6 hack */
	margin: -5px 3px 3px -5px;
	position: relative; /* internet explorer 6 hack */
}

.required { 
	font-size: 0.75em; 
	color: #760000;
}
.spacer2 {
	margin-bottom: 40px;
}
.tickets input { 
	width: 60px; 
	height: 20px; 
	font-weight: normal; 
}