/* CSS Document */
body {
	padding:0;
	margin:0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#bfe2f9;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
}

#wrapper {
	width:1000px;
	margin:0 auto;
	padding:0 0 60px 0;
}

h1#banner {
	margin:0;
	display:block;
	width:1000px;
	height:0px;
	padding:226px 0 0 0;
	overflow:hidden;
	background-image:url(../images/banner.jpg);
}

#bannerHold {
	width:1000px;
	height:35px;
	padding:226px 0 0 0;
	overflow:hidden;
	background-image:url(../images/banner.jpg);
}

#contentWrapper {
	margin:0 30px;
	padding:10px 10px 0 10px;
	width:918px;
	border:1px solid #dbdcec;
	border-top:none;
}

#leftColumn, #rightColumn, #leftColumnHalf, #rightColumnHalf, #fullWidth, .rightColumnHalf {
	background-image:url(../images/column_bg.png);
	background-repeat:repeat-x;
	float:left;
}

* html #leftColumn, * html #rightColumn, * html #leftColumnHalf, * html #rightColumnHalf, * html #fullWidth, * html .rightColumnHalf {
	background-image:url(../images/column_bg_ie6.png);
} 

a#johngood {
	display:block;
	width:87px;
	padding:16px 0 0 0;
	margin:0 0 0 -154px;
	left: 50%;
	position:absolute;
	top:36px;
	height:0;
	background-image:url(../images/johngood.png);
	overflow:hidden;
	/*clear:both;*/
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	behavior: url(/css/iepngfix.htc);
}

a#seventhwave {
	display:block;
	width:220px;
	padding:16px 0 0 0;
	margin:0 0 0 10px;
	position:absolute;
	top:21px;
	text-decoration:none;
	font-size:10px;
	left: 50%;
	margin-left: -56px;
	color: black;
}

#credits {
	clear: both;
	width: 918px;
	position: relative;
	height: 10px;
}

img.png {
	behavior: url(/css/iepngfix.htc);
}

.floatclearer {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

img.border {
	border: 5px solid white;
}