body {
	font: 100% 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: #EBDAA7;
	background-image: url(BcgRed1500.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.oneColElsCtr #container {
	width: 1100px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 15px;
}
.oneColElsCtr #mainContent {
	padding: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 800px;
	width: 1100px;
}
#heading {
	position:absolute;
	width:870px;
	height:45px;
	z-index:1;
	font-size: 180%;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
#pageInfoTot {
	position:absolute;
	width:950px;
	height:690px;
	z-index:1;
}
#lenkerTop {
	position:absolute;
	width:949px;
	height:43px;
	z-index:1;
}
#textField {
	position:absolute;
	width:947px;
	height:593px;
	z-index:2;
	top: 81px;
}
#InfoFieldLeft {
	position:absolute;
	width:198px;
	height:593px;
	z-index:1;
	font-size: 12px;
}
#infoFIeldMain {
	position:absolute;
	width:744px;
	height:593px;
	z-index:2;
	left: 204px;
	top: 0px;
}
.oneColElsCtr #container #mainContent #pageInfoTot #textField #InfoFieldLeft h4 font {
	font-size: 100px;
}
.oneColElsCtr #container #mainContent #pageInfoTot #textField #InfoFieldLeft h4 font {
	font-size: 18px;
}
.oneColElsCtr #container #mainContent #pageInfoTot #textField #InfoFieldLeft h3 font {
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.oneColElsCtr #container #mainContent #pageInfoTot #textField #InfoFieldLeft h3 font {
	font-size: 16px;
}
a:link {
	color: #85C8CD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0CC;
}
a:hover {
	text-decoration: none;
	color: #CF9;
}
a:active {
	text-decoration: none;
	color: #85C8CD;
}
.oneColElsCtr #container #mainContent #pageInfoTot #textField #InfoFieldLeft p a strong {
	font-size: 11px;
}

