@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/wood.jpg);
	background-repeat: repeat;
	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;
}
.mavericksMainStyles #container {
	width: 910px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.mavericksMainStyles #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.mavericksMainStyles #socialMusic {
	height: 50px;
	vertical-align: bottom;
}
.mavericksMainStyles #socialMusic #musicPlayer{
	float: left;
	text-align: center;
	margin: auto;
	width: 576px;
	color: #FFFFFF;
	font-size: 16px;
	height: 100%;
}
.mavericksMainStyles #socialMusic #socialNetworks{
	width: 140px;
	float:left;
	clear: left;
	margin-top: 2px;
}
.mavericksMainStyles #socialMusic #address{
	float: right;
	clear: right;
	color:#ffffff;
	text-align:right;
	height: 100%;
}
.mavericksMainStyles #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.mavericksMainStyles #menu {
	height: 35px;
	background-repeat: no-repeat;
	background-image: url(../images/navback.jpg);
	border: 1px solid #5B4327;
}
.mavericksMainStyles #mainContent {
	padding: 10px 0 10px 0;
	color: #FFFFFF;
}
.mavericksMainStyles #mainColLeft {
	background-image:url(../images/leftback.jpg);
	background-repeat:repeat-y;
	width:249px;
	float:left;
	clear:left;
	border: 3px solid #000000;
	text-align: center;
	padding: 20px 10px;
}
.mavericksMainStyles #mainColRight {
	background-image:url(../images/mainbg.jpg);
	background-repeat:repeat-y;
	width:580px;
	float:right;
	clear:right;
	border: 3px solid #000000;
	padding: 20px 10px;
	text-align: center;
}
.mavericksMainStyles #rightColText {
	background-image:url(../images/contentbg.jpg);
	background-color: #1F1402;
	background-repeat:repeat-x;
	width:557px;
	border: 3px solid #604B30;
	padding: 20px 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}
.mavericksMainStyles #leftColText {
	background-image:url(../images/left_midback.jpg);
	background-color: #100900;
	background-repeat:no-repeat;
	width:220px;
	border: 3px solid #604B30;
	padding: 20px 10px;
	margin-top: 15px;
	margin: 15px auto;
	text-align: left;
}
.mavericksMainStyles #fullCenter {
	width:884px;
	padding:10px;
	background-repeat: repeat-y;
	background-image: url(../images/fullCenterBG.jpg);
	border: 3px solid #000000;
	clear:both;
	float:left;
}
.mavericksMainStyles #fullCenter p {
	margin:0;
	padding:0;
	font-size: 16px;
}
.mavericksMainStyles #featuredFlyers {
	width:860px;
	padding:10px;
	background-repeat: repeat-x;
	background-image:url(../images/contentbg.jpg);
	background-color: #1F1402;
	border: 3px solid #604B30;
}
.mavericksMainStyles #footer {
	background-image: url(../images/navback.jpg);
	height: 35px;
	background-repeat: no-repeat;
	color: #D0A467;
	text-align:right;
	font-size:12px;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
}
.mavericksMainStyles #flashBorder {
	border: 2px solid #FFFFFF;
	padding: 0;
	margin: 0;
}
.mavericksMainStyles #flyerThumbSpot {
	float:left;
	clear:left;
	width: 150px;
}
.mavericksMainStyles #purchaseTicketSpot {
	float:right;
	clear:right;
	width: 180px;
	height: 116px;
}
.mavericksMainStyles #flyerDescription {
	width: 500px;
	margin: 10px auto;
}
.mavericksMainStyles #galleryFlash {
	float:left;
	clear:left;
	width: 680px;
	text-align:center;
}
.mavericksMainStyles #tuImages {
	float:right;
	clear:right;
	width: 150px;
	color: #FFFFFF;
	border: 3px solid #604B30;
	text-align: center;
	background-color: #DFC896;
	font-size: 12px;
}
.mavericksMainStyles #eventsVideoPlayer {
	float:left;
	clear:left;
	width:400px;
	text-align: center;
	padding-top: 20px;
}
.mavericksMainStyles #eventsImages {
	float:right;
	clear:right;
	width:100%;
}
.mavericksMainStyles #recentBlogPosts {
	background-image:url(../images/contentbg.jpg);
	background-color: #1F1402;
	background-repeat:repeat-x;
	width:557px;
	border: 3px solid #604B30;
	padding: 10px 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}
p {
	padding:0;
	margin:0;
	font-size:12px;
}
a {
	text-decoration:none;
	color:#D4C1A0;
}
a:hover {
	text-decoration:none;
	color:#B57F53;
}
h1 {
	font-size:22px;
	color:#EFE3D1;
	padding:0;
	margin:0;
}
h2 {
	padding:0;
	margin:0;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
}
h3 {
	padding:0;
	margin:0;
	font-size:14px;
	color:#CC9900;
}
h4 {
	font-size:16px;
	font-weight: bold;
	text-align:center;
	padding: 0;
	margin: 0;
}
li {
	padding-bottom: 5px;
}
.fltRht {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}
