@charset "UTF-8";

/*   STRUCTURE	*/

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 */
	color: #000000;
	width: 100%;
	background: transparent;
}
.oneColFixCtr #container {
	width: 1036px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 1;
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	z-index: 1;
}


/* ELEMENTS	*/

#topSpacer {
	margin: 0px;
	padding: 0px;
	height: 10px;
}
#contentHolder {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#linksHolder {
	margin: 0px;
	padding: 0px;
	width: 135px;
	position: absolute;
	top: 140px;
	right: 0px;
}
#linksHolder2 {
	margin: 0px;
	padding: 0px;
	width: 135px;
	position: relative;
}
#navSpacer {
	height: 10px;
}

#bottomSpacer {
	position: absolute;
	left: 0px;
	top: 581px;
}

#contentFrame {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 901px;
	height: 635px;
}
