/* Import the style sheet that resets all browsers. */
@import url("reset.css");

/* Updated 02/22/09 */

.clearBoth {
	display: block;
	clear: both;
}

#pageWrap {
	width: 640px;
	height: 480px;
	margin: 30px auto;
	border: 10px solid #000;
	font-size: 12px;
	background: transparent url(../images/page-background.jpg) no-repeat left top;
}

#mainLogo a, #mainLogo a:visited {
	float: left;
	margin: 12px 0 0 55px;
}

#topNav ul {	
	list-style: none;
	padding: 0;
	margin: 0;
}

#topNav ul li {
	list-style: none;
	padding: 0;
	margin: 15px 20px 0 0;
	float: left;
}

#topNav ul li#firstNav {
	margin-left: 40px;
}

#notice {
	background-color: white;
	border: 5px solid #222;
	clear: left;
	margin: 75px 50px 0;
	padding: 0 1em;
}

#welcomeBanner {
	width: 562px;
	margin: 70px auto 25px;
}

#contentWrap {
	background-color: #fff;
	clear: both;
	padding: 1px 15px;
	width: 320px;
	/*min-height: 390px;
	height: auto !important;
	height: 390px;*/
	color: #000;
	margin: 0 0 18px 180px;
}

#contentWrap p {
	margin: 5px 0;
}

.performerWrap {
	clear: left;
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #ccc;
}

.performerWrap .performerPhoto {
	float: left;
}

.performerWrap .performerPhoto img {
	margin: 0 2em .5em 0;
}

.linksListLeft {
	float: left;
	width: 210px;
}

.linksListRight {
	float: right;
	width: 210px;
}

#footer {
	color: #fff;
	margin: 0 0 0 10px;
}

#bws {
	font-size: .8em;
	text-align: center;
}