@charset "UTF-8";
body {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #AC8053;
}
.oneColFixCtr #container {
	width: 915px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #FFFFFF;
}
.oneColFixCtr #mainContent {
	height: 600px;
	width: 915px;
	background-image: url(images/home_image.jpg);
	background-repeat: no-repeat;
}
#commercial_textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #4A2B17;
	padding: 5px;
	height: 25px;
	width: 317px;
	position: relative;
	left: 110px;
	top: 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	font-weight: bolder;
	text-align: right;
	float: right;
}
#TV_Commercial {
	height: 101px;
	width: 450px;
	left: 50px;
	top: 550px;
	position: relative;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: left;
	vertical-align: middle;
	color: #321706;
}
#commercial_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4A2B18;
	padding: 5px;
	height: 20px;
	width: 300px;
	position: relative;
	left: 0px;
	top: 0px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
}
#NavBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #512E18;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: right;
	font-weight: bold;
	height: 32px;
	width: 915px;
	background-color: #FFFFFF;
}


