@charset "UTF-8";
html, body {
	height: 100%;
}
#menu, #mainContent, .footerInside {
	width: 934px;
}
body {
	background:url(../images/header_bg.jpg) repeat-x #4a4a47;
	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 */
}
#container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: -66px;
	min-height: 100%;
	height:auto !important;
	height:100%;
}
#header {
	text-align:center;
	margin-bottom: 25px;
}
.banner {
	margin: -15px auto 0 auto;
	clear:both;
	padding-bottom:10px;
}
.bannerImg {
	margin: 0 auto;
	text-align:center;
}
#menu {
	background:url(../images/menu_bg.gif) repeat-x;
	margin: 0 auto;
}
#menu img {
	margin: 0 3px;
}
#mainContent {
	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. */	
}
#footer {
	height:66px;
	background: url(../images/footer_bg.gif) repeat-x bottom;
	clear:both;
	margin-top: 66px;
	text-align:center;
}
.footerInside {
	background: url(../images/footer_line.gif) repeat-x top;
	margin: 0 auto;
}

/* 3col */
.mainCol {
	width: 303px;
	float: left;
}

/* 2col */
.mainCol2 {
	width: 618px;
	float: left;
}

.primaryCol {
	width: 303px;
	float:left;
	margin: 0 0 0 13px;
}

.secondaryCol {
	width: 302px;
	float:left;
	margin: 0 0 0 13px;
}

/* 3col */
.mainCol3 {
	width: 303px;
	float:left;
	margin: 0;
}

/* 2colMid */
.mainCol2Mid {
	width: 460px;
	float: left;
}

.primaryColMid {
	width: 460px;
	float: left;
	margin: 0 0 0 13px;
}

.releaseBuy {
	clear:both;
	margin-top:3px;
}
.releaseInfo p {
	float: left;
}
.releaseInfo {
	clear:both;
}

/* Box */
.box {
	background: #383736 url(../images/box_b_bg.jpg) repeat-x bottom;
	min-height: 200px;
	margin-bottom: 10px;
}
.boxTop {
	background: url(../images/box_t_bg.gif) repeat-x;
	height: 26px;
}
.boxTop img {
	float:left;
}
.boxTopLeft {
	background: url(../images/box_tl.gif) no-repeat;
	height:26px;
	width: 10px;
	float: left;
}
.boxTopRight {
	background: url(../images/box_tr.gif) no-repeat;
	height:26px;
	width: 10px;
	float: right;
}
.boxContent {
	padding: 11px;
}
.line {
	background: url(../images/spacer_grey.gif) repeat-x;
	margin: 11px 0;
	height: 1px;
	clear:both;

}
/* Text */
body {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
}
h2 {
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
	color: #a68b66;
}
p {
	margin:0 0 0.5em 0;
}
.newsDate {
	font-size: 0.9em;
	font-style:italic;
	color: #a68b66;
}
a, a:active {
	color: #a68b66;
	text-decoration:none;
}
.colour1 {
	color: #a68b66;
}
/* Other */
ul#twitter_update_list {
	list-style: bullet;
	margin-top: 0;
	margin-left: 10px;
	padding-left: 0.4em;
	text-indent: -0.4em;
}
.gigItem {
	clear:both;
}
.gigInfo {
	width: 220px;
	float: left;
	margin-bottom: 10px;
}
.gigButton {
	float: right;
}
