@CHARSET "ISO-8859-1";

body {
    margin: 0 auto;	
}

#container {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#center_container {
	width: 990px;
	border: 1px solid black;
	text-align: left;
	margin: 0 auto;
}

#banner {
	text-align: center;
}

#main_content {
	padding: 8px;
}

#left_content {
	float: left;
	width: 160px;
	vertical-align: top;
}

#right_content {
	vertical-align: top;
	float: right;
	width: 160px;
}

#center_content {
    vertical-align: top;
    float: left;
    width: 650px;
}

#div_view_cart {
    margin-bottom: 4px;	
}

#footer {
    clear: both;
    text-align: center;	
}

#ticker {
	overflow: hidden;
	width: 100%;
	vertical-align: top;
}

#event_thumbnail {
	width: 95px;
}

table.general {
	width: 995px;
}

.table_banner {
	width: 995px;
}

.table_logo {
	width: 980px;
}

.cell_logo {
	width: 130px;
}

.cell_spacer1 {
	width: 20px;
}

.cell_search {
	width: 700px;
}

.cell_spacer2 {
	width: 10px;
}

.cell_spacer3 {
	width: 120px;
}

.maintable {
    width: 100%;
}

.maintable2 {
    width: 100%;
}
.maintable3 {
    width: 100%;
}
.subtable {
    width: 100%;
}

.full_width {
    width: 995px;
}

.footer_width {
    width: 640px;
}

.header_width {
    width: 780px;
}

.center_column_width {
    width: 700px;
}

/* The area where performances and sub-events are listed on the event page */
.event_listing_width {
    width: 690px;
}

.row_item {
    background-color: #fafafa;
}

.row_item_alt {
	background-color: #f0f0f0;
}

