@charset "UTF-8";
/* CSS Document */
@import url("reset.css"); /* ------ DO NOT REMOVE ------- */

body { color: #2a3138; background: url(../images/header-bg.jpg) repeat-x center 31px #FFF; text-align: center; border: 0px; font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal;  }

h1 {
	font-size: 24px;
	color: #720b00;
	font-weight: bold;
}
h2 {
	font-size: 24px;
	color: #00F;
	font-weight: normal;
}
h3 {
	font-size: 24px;
	color: #F00;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	color: #00F;
	font-weight: normal;
}
h41 {
	font-size: 14px;
	color: #00F;
	font-weight: normal;
	margin: inherit;
}
h5 {
	font-size: 14px;
	color: #F00;
	font-weight: normal;
}

hp { margin: 10px 5px; }
p { line-height: 15px; }

#holder { width: 902px; margin: 0 auto; text-align: left; }

#header { width: 100%; height: 137px; }
#date-holder { display: block; float: right; margin-top: 15px; }
#logo { margin-top: 19px; float: left; }
#strap-line { color: #FFF; float: left; }
#established { color: #FFF; float: right; }

#content-holder { width: 900px; border: 1px solid #2a3138; border-top: none; }
#tab-menu { width: 890px; height: 24px; margin: 0 5px; }
#tab-menu a { display: block; height: 21px; line-height: 21px; color: #FFF; text-align: center; background: url(../images/tab-left.gif) no-repeat left -24px #720b00; text-decoration: none; float: right; }
#tab-menu a:hover, #tab-menu a.on { height: 24px; line-height: 24px; background-position: 0 0; background-color: #af3534; }
#tab-menu a div { display: block; height: 21px; line-height: 21px; padding: 0 12px 0 11px; background: url(../images/tab-right.gif) no-repeat right -24px; }
#tab-menu a div:hover, #tab-menu a.on div { height: 24px; line-height: 24px; background-position: right 0; }

#text-content { width: 570px; margin: 10px; float: left; }
#text-content p { margin: 10px 5px; }
#image-content { width: 284px; margin: 10px; float: right; }
#social-links { color: #720b00; width: 880px; margin: 0 10px 10px 10px; text-align: right; font-size: 11px; }
#social-links a { color: #2a3138; text-decoration: underline; }
#social-links a:hover { color: #720b00; text-decoration: none; }

#text-half {
	width: 250px;
	margin: 10px;
	float: left;
	background-color: #FFF;
}
#text-half p { margin: 10px 5px; }

#text-quart {
	width: 125px;
	margin: 10px;
	float: left;
	background-color: #FFF;
}
#text-quart p { margin: 10px 5px; }

#image-half-blue {
	width: 250px;
	margin: 10px;
	float: left;
	background-color: #009;
}

#page-head { width: 890px; margin: 10px; float: left; }

#gig-text {
	width: 340px;
	margin: 10px;
	float: none;
	margin-left: 10px;
}
#gig-loc {
	width: 100px;
	margin: 10px;
	float: none;
	margin-left: 10px;
}
#gig-image {
	width: 100px;
	margin:10px;
	float: none;
}


.clearfix { clear: both; }
