@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	background-color: #000000;
	background-image: url(../layout/background.jpg);
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #8b1013; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #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;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	z-index: 5;
}
.oneColFixCtr #apDiv1 {
	position:relative;
	width:324px;
	z-index:1;
	margin-top: -0px;
	background-image: url(../layout/background_frame.jpg);
	background-repeat: no-repeat;
	background-color: #8b1013;
}
.oneColFixCtr #apDiv2 {
	position:relative;
	width:576px;
	z-index:2;
	margin-top: -435px;
	margin-left: 324px;
	background-image: url(../layout/background_frame.jpg);
	background-repeat: no-repeat;
	background-color: #8b1013;
	scrollbar-base-color: #8e7a48;
	scrollbar-arrow-color: #594e33;
	scrollbar-3dlight-color: #594e33;
	scrollbar-shadow-color: #594e33;
	scrollbar-track-color: #191919;
}
.oneColFixCtr #apDiv3 {
	position:relative;
	width:900px;
	height:15px;
	z-index:3;
	background-color: #8e7a48;
	overflow: hidden;
}
.tablemaster {
	table-layout: fixed;
	word-wrap: break-word; 
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

