@charset "utf-8";
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: #000000;
	background-image: url(back.jpg);
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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;
}
.oneColFixCtrHdr #header {
	text-align: right;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #A8BBFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11.5px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 5;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 489px;
	width: 900px;
	background-image: url(composition1.jpg);
}
.oneColFixCtrHdr #footer {
	background-color: #000088;
	padding-top: 5;
	padding-bottom: 5;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
#topmenu {
	height:27px;
	z-index:1;
	background-color: #000088;
	text-align: left;
	vertical-align: bottom;
	padding-left: 100px;
	padding-top: 5px;
}
a:link {
	color: #06F;
}
a:visited {
	color: #06F;
}
a:hover {
	color: #F00;
}
a:active {
	color: #06F;
}
#beneathfooter {
	width:900px;
	height:200px;
	z-index:1;
	background-color: #FFF;
	float: left;
}

#apDiv2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
#specials {
	width:250px;
	height:20px;
	z-index:1;
	margin-left: 630px;
	margin-top: 333px;
}
.websitedesign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #FFF;
}
#mainContent1 {
	width:900px;
	height:auto;
	z-index:1;
	float: left;
	background-image: url(backbody.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
}
#insidemainContent1 {
	width:700px;
	height:auto;
	z-index:1;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 200px;
}
.heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	line-height: normal;
	color: #008;
	font-weight: normal;
}
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
}
.whitetableheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-left: 5px;
}

