@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/gradient-slice-6a.jpg);
	background-repeat: repeat-x;
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	background-color: #f0d5d4;
	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;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: c0504e;
	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. */
}
.oneColFixCtrHdr #header {
	background-image:url(images/gradient-6.jpg);
	background-position: center;
	background-repeat: no-repeat;

	padding: 0px 50px 0 50px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #mainContent {
	padding: 0px 50px 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #f0d5d4;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #f0d5d4;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.textLarger {
	font-size: 118%;
	font-family: Verdana, Geneva, sans-serif;
}
.Text-Purple {
	color: #652761;
}
.Quote {
	color: #000000;
	font-size: 94%;
	font-family: Verdana, Geneva, sans-serif;
}	
.QuoteWhite {
	color: #FFFFFF;
	font-size: 94%;
	font-family: Verdana, Geneva, sans-serif;
}	
.purpleText {
	color: #652761;
}	
.footerText {
	font-size: 80%;
}
a:link {
	color: #652761;
}
a:visited {
	color: #652761;
}
a:hover {
	color: #999;
}
a:active {
	color: #666;
}
#apDiv1 {
	position:absolute;
	width:100%;
	height:500px;
	z-index:1;
	background-image:url(images/gradient-05.jpg);
	background-position: center;

}
#apDiv2 {
	position:absolute;
	width:800px;
	height:115px;
	z-index:2;
	}
#leftcolumn {
width: 330px;
background-color: #;
float: left;
}

#rightcolumn {
width: 300px;
background-color: #white;
margin-left: 390px;
}

