@charset "UTF-8";

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}

h1,h2,h3 {padding-top: 0px;
	line-height: 100%;
}

.oneColFixCtr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color: transparent;
	background-image: url(images/AMCWbg.jpg);
	height: 881px;
	position: relative;
	}

.oneColFixCtr #containerb {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color: transparent;
	background-image: url(images/MCW.jpg);
	height: 881px;
	position: relative;

}
#leftnav {
	height: 400px;
	width: 184px;
	z-index: 1;
	left: 42px;
	position: absolute;
	top: 234px;
}

#righter {
	height: 600px;
	width: 519px;
	z-index: 4;
	left: 280px;
	position: absolute;
	top: 240px;
	background-color: #FFFFFF;
}
#scrollrighter {
	height: 614px;
	width: 606px;
	z-index: 3;
	left: 242px;
	position: absolute;
	top: 235px;
	background-color: #FFFFFF;
	overflow: scroll;
	visibility: visible;
}
	
#righterb {
	height: 614px;
	width: 500px;
	z-index: 3;
	left: 300px;
	position: absolute;
	top: 236px;
	background-color: #FFFFFF;
	}

#imageleft {
	height: 178px;
	width: 260px;
	z-index: 3;
	float: left;
}
#imageleftb {
	height: 260px;
	width: 178px;
	z-index: 3;
	float: left;
}

