@charset "UTF-8";
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;
	background-color: #B18AC2;
	background-image: url(../images/eoscracked11b.gif);
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px dotted #333333;
	text-align: left;
	background-image: url(../images/linen_white.jpg);
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;
	height: 200px;
	background-image: url(../images/pawsitive-header.png);
}
.oneColFixCtrHdr #header h1 {
	padding: 30px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Papyrus, fantasy, cursive;
	font-size: 48px;
	color: #876F82;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 40px;
	font-family: Georgia, "Times New Roman," Times, serif;
}
.oneColFixCtrHdr #nav {
	background-color:#F768F2;
}
a:link {
	color: #84598B;
	text-decoration: underline;
}
a:hover {
	color: #84598B;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family: Papyrus, fantasy, cursive;
	margin-bottom:15px;
	color:#84598B;
	font-weight: bold;
	padding-top: 40px;
	font-size: 2.5em;
	margin-top: 40px;
}
.oneColFixCtrHdr #mainContent h2 {
	font-family: Papyrus, fantasy, cursive;
	margin-bottom:10px;
	color:#84598B;
	font-weight: bold;
	font-size: 2em;
}
.oneColFixCtrHdr #mainContent p {
	font-family: Georgia, "Times New Roman," Times, serif;
	margin-bottom:10px;
	color:#333333;
}

.oneColFixCtrHdr #footer {
	padding: 20px 10px 0 10px;
	background-image: url(../images/linen_white.jpg);
}
.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 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	font-style: italic;
	text-align: center;
	color: #94598B;
}
img {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.firstbigletter {
	font-family: Papyrus, fantasy, cursive;
	font-size:4em;
	color:#84598B;
	margin:10px 10px 0 0;
	font-weight:bold;
	line-height:90%;
	letter-spacing:-5px;
	float:left;
	text-decoration:none;
}
