/* CSS Document */html {	margin: 0px;	padding: 0px;	}body {	margin: 0px;	padding: 0px;	color: #271f0f;	background-color:#ffffff;	font-family: Helvetica, sans-serif;	width:100%;	}h3 {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #dd7a26;	font-weight: bolder;	font-size: 14px;	margin-bottom: 0px;	}h1 {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #dd7a26;	font-size: 75px;	margin-bottom: 0px;	}h2 {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #271f0f;	font-size: 20px;	margin-bottom: 0px;	font-weight:bolder;	margin-top: 0px;	}#shell {	width: 770px;	background-color: #FFFFFF;	margin:0 auto 0 auto;	}#header {	width: 770px;	height: 112px;	padding-top:15px;	}/******************	MAIN NAV******************/#navigation {	background-color:#5b5555;	background-color:#5b5555;	background-repeat: repeat-x;	height: 28px;	width:740px;	margin-left: 16px;	}#navText {	padding-top: 6px;	}#navText a{	color: #FFFFFF;	text-decoration: none;	font-size: 11px;	padding-left: 27px;	}#navText a:hover {	color: #dd7a26;	text-decoration: none;	}	#navText .current {	color: #dd7a26;	font-weight: bold;	}	/******************	HOME PAGE******************/#main {	width: 740px;	padding-left: 16px;	}	#main p {	line-height: 1.2em;	font-size:12px;	width: 640px;	}#main ul li {	color: #271f0f;	text-decoration:none;	line-height: 1.4em;	font-size:12px;	padding-bottom: 5px;	}#main h3 {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #dd7a26;	font-weight: bolder;	font-size: 14px;	margin-bottom: 0px;	}/******************	TWO COLUMNS******************/#group {	height:30px;	width: 740px;	padding-left: 16px;	}/******************	LEFT SIDE******************/#left {	float: left;	width: 364px;	padding-right:8px;	border-right: 2px solid #675e53;	}#left h4 {	font-family: Verdana, sans-serif;	color: #271f0f;	font-weight: bolder;	font-size: 13px;	margin-bottom: 1px;	}	#left a {	color: #005596;	text-decoration:none;	line-height: 1.2em;	font-size:12px;	margin-bottom: 0px;	}	#left a:hover {	color: #dd7a26;	text-decoration:none;	line-height: 1.2em;	font-size:12px;	}#left p {	color: #dd7a26;	font-weight: bolder;	font-size: 11px;	margin-bottom: 5px;	}	/******************	RIGHT SIDE******************/#right {	float: right;	width: 350px;	}#right h4 {	font-family: Verdana, sans-serif;	color: #271f0f;	font-weight: bolder;	font-size: 13px;	margin-bottom: 1px;	margin-top: 10px;	}	#right ul li {	color: #271f0f;	text-decoration:none;	line-height: 1.4em;	font-size:13px;	padding-bottom: 5px;	}	#right p {	color: #005596;	text-decoration:none;	line-height: 1.2em;	font-size:12px;	margin-bottom: -1px;	margin-top:0px;	}	#right a {	color: #005596;	text-decoration:none;	line-height: 1.2em;	font-size:12px;	margin-bottom: 0px;	}	#right a:hover {	color: #dd7a26;	text-decoration:none;	line-height: 1.2em;	font-size:12px;	}.ticket {	color:#005596;	letter-spacing: -0.1;	font-size:13px;	font-weight:lighter;	}/******************	FOOTER******************/#footer p {	color: #dd7a26;	font-size: 10px;	font-weight: bold;	margin-top: 0px;	text-align:center;	line-height:1.3em;	width:740px;	}	#footer a {	color: #005596;	text-decoration:none;	}	#footer a:hover {	color: #dd7a26;	text-decoration:none;	}