#overBanner {
	height: 25px;
	background-color: #423117;
	background-image: url(../images/design/top/jimhart/jimhart_gigs.png);
	background-repeat: no-repeat;
	text-align: right;
}

#mainBanner {
	height: 156px;
	background-image: url(../images/design/banners/banner_gigs.gif);
	background-repeat: no-repeat;
}

#nav {
	float: left;
	width: 450px;
}

#nav ul {
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 14px;
	margin: 0px;
}

#nav ul li {
	float: left; 	/* IE WHTESPACE BUG */
	margin: 0px;
	padding-left: 1px;
}

#pressPack {
	margin-left: 450px;
	text-align: right;
}

#content {
	height: 450px;
	background-color: #C8C6B5;
}

#text {
	padding-top: 30px
}

#calendar {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	background-color: #423117;
}
	
