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

td img {display: block;}

body {
	background-image: url(/images/OOTJ_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: underline;
	color: #003366;
	
}
a:visited {
	text-decoration: underline;
	color: #003366;
	
}
a:hover {
	color: #660000;
	text-decoration: none;
	
}
a:active {
	text-decoration: none;
	color: #003366;
	
	}
	

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:985px;
	height:149px;
	z-index:100;
}

#announcing {
	position:absolute;
	left:20px;
	top:180px;
	width:150px;
	z-index:301;
}

#nav2 {
	position:absolute;
	left:180px;
	top:2px;
	width:775px;
	height:47px;
	z-index:300;
	text-align: right;
}

#container {
	position:relative;
	margin-left:181px;
	margin-top:75px;
	width:775px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-image: url(/images/container_bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 30px;
	z-index: 200;
}
#mainbody {
	position:relative;
	margin-left:55px;
	margin-top:35px;
	width:665px;
}


#description {
	width:435px;
	display: inline;
	
}

#leftside {
	width:192px;
	float:left;
}

#leftsidepast {
	width:192px;
	float:left;
	margin-right:15px;
}

#rightside {
	width:192px;
	float:right;
	display: inline;
	
}

#leftphoto {
	float:left;
	margin: 0px 30px 0px 0px;
}

#leftphotobottom {
	float:left;
	margin: 0px 30px 20px 0px;
}

#rightsidegold {
	background-image: url(/images/bg2.jpg);
	background-repeat: repeat-x;
	background-color: #FEFFCC;
	width:180px;
	float:right;
	padding:10px;
	margin: 0px 0px 0px 30px;
	border: 1px solid #666666;
}

#foot {
	text-align:center;
	position: relative;
	padding: 30px;
	width: 715px;
	margin-left: 181px;
}

.navtext {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.navtext a {
	color: #FFFFFF;
	text-decoration: none;
	
}

.navtext a:link {
	color: #FFFFFF;
	text-decoration: none;
	
}

.navtext a:visited {
	color: #FFFFFF;
	text-decoration: none;
	
}

.navtext a:hover {
	color: #FFCC00;
	
}

.navtext a:active {
	color: #FFFFFF;
	font-weight: normal;
}


.headertext {
	margin-left: -11px;
}



.photoframe {
	padding:6px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}

.photoright {
	margin: 0px 0px 0px 30px;
}

.photoframeright {
	padding:6px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	margin: 0px 150px 0px 30px;
}

.ticketframe {
	padding:2px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}


.text {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	line-height: 1.75em;
	font-weight:normal;
}

.sidetext {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	line-height: 1em;
}


.pername {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-weight: bold;
}

.pername a {
	color: #666666;
	text-decoration: none;
}

.pername a:hover {
	color: #660000;
	text-decoration: none;
}

.perdate {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.5em;
	font-weight: bold;
}

.perdate a {
	color: #666666;
	text-decoration: none;
}

.perdate a:hover {
	color: #660000;
	text-decoration: none;
}

.seasonname {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-weight: bold;
}

.seasondate {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.5em;
	font-weight: bold;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

.clearboth { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
}
