@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family: Tahoma;
}
.slogan {
	color: #0000FF;
	font-family: Tahoma;
	font-weight: bold;
	font-style: italic;
}

.Footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:120px;
	background-image: url(/images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #000000;
}
	.FooterTB {
	position:fixed;
	bottom:0;
	width:100%;
	color: #000000;
	}	
	.FooterClark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: bottom;
	color: #000000;
	}
		.FooterClark a {
		color: #000000;
		text-decoration: none;	
		}
		.FooterClark a:hover {
		color: #000000;
		text-decoration: underline;
		}
		.FooterClark a:visited {
		color: #000000;
		}
	.FooterCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	vertical-align: bottom;
	color: #000000;
	}
.fix {
	margin:0 auto;
	position:relative;
	width: 95%;

}
.index {
	height: 10%;
	top: 50px;
	position: absolute;
	width: 95%;
}
	.indexBody {
	color: #FFFFFF;
	background-image: url(images/fade.png);
	background-repeat: repeat-x;
	}

.about {
	height: 500px;
	top: 1000px;
	position: absolute;
	width: 95%;
}

.contact {
	height: 500px;
	top: 2000px;
	position: absolute;
	width: 95%;
}

.books {
	height: 500px;
	top: 3000px;
	position: absolute;
	width: 95%;
}

.services {
	height: 500px;
	top: 5000px;
	position: absolute;
	width: 95%;
}

.Thanks {
	height: 500px;
	top: 6000px;
	position: absolute;
	width: 95%;
}

.bottom {
	top: 7000px;
	position: absolute;
}

img.titles {
	position: absolute;
	
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight {
	float: right;
	margin: 4px;
}

/*~~~The following are for the links up top~~~*/
.links {
	height: 43px;
	overflow: hidden;
	background-image: url(images/links.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	font-size: 17px;
	color: #0033FF;
	text-decoration: none;
	vertical-align: middle;
}
	.links a {
	height: 43px;
	overflow: hidden;
	background-image: url(images/links.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	font-size: 17px;
	color: #0033FF;
	text-decoration: none;
	}
	.links a:hover {
	height: 43px;
	overflow: hidden;
	background-position: left -30px;
	text-decoration: none;
	color: #0099FF;
	font-size: 18px;
	}
	.linkscurnt {
	background-position: left -60px;
	height: 43px;
	overflow: hidden;
	background-image: url(images/links.png);
	background-repeat: no-repeat;
	font-size: 18px;
	color: #0033FF;
	text-decoration: none;
	vertical-align: middle;
	}
