@charset "UTF-8";
.layout {
	margin-top: 0px;
	padding-top: 0px;
}
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #f7f7f7;
}
#wrapper #logo {
	height: 125px;
	background-color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img {
	border-top-style: none;
	text-decoration: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 33px;
	background-image: url(../Images/navbarbgimage.jpg);
	background-repeat: repeat-x;
}
#wrapper #headerImg {
	height: 338px;
	background-image: url(../Images/ticket-sales-2010.jpg);
	background-repeat: no-repeat;
	
}
#wrapper #bodyArea #left {
	width: 1016px;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #000;
	text-align: left;
	background-color: #e2d5ca;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-decoration: none;
	background-repeat: no-repeat;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	background-color: #77B192;
	text-align: right;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
}
