/*
 *
 * Note, this CSS lifted from the original order page.
 * Note also that each page has slightly differnet styles embedded that
 * are eventually to be migrated into this one single file...
 *
 *
**/

html { 
	overflow-y:scroll;
	overflow-x:auto;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #68462b;
	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: 432a1a;
}

th {
 text-align:left;	
}

p, td, th, label, legend {
 font:bold 13px/1.5 'Times New Roman', Times, serif;
}


#content {
 min-height:350px;	
  padding-bottom:20px;
}
#left-content, #right-content {
 padding:0 10px;	
}




.oneColElsCtr #container {
	width: 1014px; /* 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. */
	background-color: #68462B;
	background-position: center center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: beige;
	font: times;
	color: 432a1a;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#apDiv1 {
	position:absolute;
	width:237px;
	height:121px;
	z-index:1;
	left: 167px;
	top: 92px;
}
