body {
	background: #666666;
	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 */
	color: #fefbe1;
	font-size: 0.9em;
	background-color: #231f20;
	line-height: 1.4em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #header {
	background-color: #231f20;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/the_hotshots_logo.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	height: 130px;
	width: 900px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #fefbe1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#baseline {
	width: 900px;
	float: none;
	clear: both;
	text-align: center;
	height: 30px;
}
.oneColFixCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #231f20;
	clear: both;
	float: none;
}
 #nav_bar {
	position: relative;
	width: 540px;
	border: 2px none #000000;
	background-color: #231f20;
	left: 330px;
	height: 75px;
	top: 32px;
	clear: both;
	float: left;
}	
.header1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fefbe1;
	line-height: 1.5em;
	font-weight: bold;
}
#intro_copy {
	width: 240px;
	div style="background-color: transparent"
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	float: left;
	text-align: left;
}
