@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}
#container  {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
} 
#header  {
	background-image: url(../images/2/header.png);
	height: 200px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
} 
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-bottom: 50px;
	margin-top: 50px;
}
#form {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #EBEBEB;
}
#navvy {
	height: 40px;
	margin-top: 160px;
	text-align: left;
}
#mainContent  {
	margin-left: 0px;
	margin-top: 50px;
	padding-bottom: 20px;
	margin-right: 220px;
} 
.thrColFixHdr #container #mainContent #twitter_div {
	line-height: 200%;
	list-style-type: none;
	font-size: 24px;
	color: #1B71BE;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	vertical-align: 100%;
	page-break-before: auto;
	page-break-after: always;
	list-style-image: url(../images/comment.gif);ul#twitter_update_list a {
display:block;}
	
}
.latest {
	background-color: #EBEBEB;
	background-image: url(../images/main/bg-bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 20px;
}
.box-content {
	padding: 10px;
}
#social-networks {
	margin-top: 40px;
	margin-bottom: 40px;
	height: 100px;
	background-image: url(../images/nav/social-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-left: 20px;
}
#footer  {
	background-color: #FFF;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-left: 10px;
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

P {
	line-height : 20px;
	text-align: left;
	font-size: 100%;
}

</style>.footer-txt {
	font-size: 10px
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #0073BD;
}
a:active {
	text-decoration: none;
	color: #666666;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
h1 {
	color: #0073BD;
	font-size: 24px;
}
.small-txt {font-size: 10px}
.footer-txt {
	color: #000;
}
.event-img {
	float: right;
	width: 200px;
	margin-left: 40px;
	text-align: right;
}
.contact-email {
	float: right;
	width: 200px;
	margin-top: 23px;
	text-align: right;
	margin-right: 5px;
}
.time-stamp {
	text-align: center;
	float: right;
	margin-right: 5px;
	font-weight: bold;
	background-image: url(../images/main/date-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 80px;
	padding-top: 30px;
	color: #FFFFFF;
}
 .links {
	background-color: #FFFFFF;
	margin-right: 150px;
	background-image: url(../images/main/link-grad.png);
	background-repeat: repeat-y;
	background-position: right;
}
.facebook-links {
	margin-top: 5px;
	margin-bottom: 10px;
}
.announce {
	font-size: 14px;
	background-color: #FFF8CC;
	color: #333333;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin-bottom: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #EBAE7F;
	border-right-color: #EBAE7F;
	border-bottom-color: #EBAE7F;
	border-left-color: #EBAE7F;
}
.buy {
	background-color: #0073BD;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 14px;
	color: #FFF;
}
.thrColFixHdr #container #mainContent .latest .box-content .event-img .facebook-links form table {
	text-align: right;
}
.thrColFixHdr #container #mainContent .latest .box-content p strong {
	font-size: 14px;
}
#tagline {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	color: #0073BD;
}
#ordertickets {
	font-size: 14px;
	font-style: italic;
	color: #0073BD;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: right;
}
#subheader {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #0073BD;
}
.bold {
	font-weight: bold;
}
