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

body	{
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	border: 0px;
	background: #B2A9A1;
	padding: 0px;
	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;
	margin-left: auto;
	margin-right: auto;
}
a	{
	border: 0;
}
.oneColFixCtr #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1587px;
	position: relative;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(The%20Final%20Word%20fr%2010.4/the%20final%20word/Icons/Notebook-bkgd.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#logo	{
	position:absolute;
	top:30px;
	padding: 0 0 0 15px;
}
#menu		{
	position:absolute;
	width:200px;
	top:200px;
	padding: 0 0 0 15px;
}
#Services		{
	height:33px;
}
#Services:hover	{
	background: url(The%20Final%20Word%20fr%2010.4/the%20final%20word/Icons/Services-Icon-Yellow-highlight.png) no-repeat;
}
#About			{
	height:33px;
}
#About:hover 	{
	background: url(The%20Final%20Word%20fr%2010.4/the%20final%20word/Icons/About-Us-Icon-Highlight.png) no-repeat;
}
#Contact		{
/*	background:url(Icons/Contact-Icon.png) no-repeat; */
	height:33px;
}
#Contact:hover	{
	background: url(The%20Final%20Word%20fr%2010.4/the%20final%20word/Icons/contact-highlight.png) no-repeat;
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 550px;
	margin-left:auto;
	position:relative;
	top:100px;
	font-variant: normal;
	margin-right: auto;
	}
.oneColFixCtr #container #apDiv3 #apDiv4 {
	font: handwriting - Dakota;
	font-size: 14px;
}

