@charset "utf-8";

/* generic styles */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#wrapper {
	margin: 2em auto;
	width: 800px;
	border: 2px solid #000;
	background: #FFFFFF;
	height: 90%;
}

a:link {
	color: #B8030C;
	text-decoration: none;
}

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

a:active {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #999999;
	text-decoration: none;
}
a:visited:hover {
	color: #999999;
	text-decoration: underline;
}
p {
	line-height: 1.3em;
}
p.tickets {	
	text-indent: -999em;	
}
p.tickets a {
	display: block;
	width: 225px;
	height: 75px;
	background: url(images/buy-tickets_sprite.jpg) top left;
	margin-bottom: 10px;
	outline: none;
}
p.tickets a:hover {
	background: url(images/buy-tickets_sprite.jpg) bottom left;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	border: 2px solid #EEA82E;
	border-left: 10px solid #EEA82E;
	color: #EEA82E;
	margin-bottom: 15px;
	padding-left: 0.5em;
	background-color: #B8030C;
}
h2 {
	color: #000000;
	font-size: 120%;
	margin-bottom: 5px;
}
#right ul {
	list-style: none;
}
#right ul li {
	margin-bottom: 5px;
}
#left ul {
	margin: 15px 0 0 30px;
}
#clear {
	clear: both;
}

/* content area styles */

#header {
	width: 800px;
	border-bottom: 2px solid #000;
	height: 195px;
	float: left;
}
#header div {
	float: left;
	display: inline;
	width: 500px;
}
#header div img {
	margin-right: 5px;
	border: none;
}
#header div p {
	margin-top: 30px;
}
#content {
	padding: 10px;
	float: left;
	display: inline;
	width: 780px;
	padding-bottom: 30px;
}
#left {
	float: left;
	display: inline;
	width: 535px;
	padding-right: 5px;
}

#right {
	float: right;
	display: inline;
	width: 225px;
	padding-left: 10px;
	height: 100%;
	border-left: 1px solid #bbbbbb;
}
#right img {
	margin-bottom: 10px;
}
table img {
	margin-bottom: 20px;
	border: none;
}
#bottom {
	float: left;
	display: inline;
	width: 820px;
	text-align: center;
}


#footer {
	clear: both;
	background: #000000;
	color: #FFFFFF;
	padding: 0;
	width: 100%;
	margin: 0 0 20px 0;
}

#footer p {
	padding: 1em;
	padding-bottom: 2em;
	font-weight: bold;
}

/* other styles */

.bold {
	font-weight: bold;
}

.quote {
	font-size: 200%;
	color: #999999;
}
.italic {
	font-style: italic
}
.small {
	font-size: 70%;
	font-style: italic;
}
#test-name {
	font-weight: bold;
	font-size: 11px;
}
#test-text {
	font-style: italic;
	text-indent: 1em;
	font-size: 11px;
}
#testimonials-table {
	width: 45%;
	float: left;
	display: inline;
}
