@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(../images/grayblue.jpg);
	background-repeat: repeat-x;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 30px 30px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
body,td,th {
	color: #333;
	font-size: 14px;
}

#menubar {
	position:absolute;
	left:227px;
	top:86px;
	width:974px;
	height:43px;
	z-index:1000;
}
#menubackdrop {	position:absolute;
	left:3px;
	top:82px;
	width:100%;
	height:31px;
	z-index:4;
	background-color: #657988;
}
#webtitle {
	position:absolute;
	left:119px;
	top:8px;
	width:1108px;
	height:78px;
	z-index:1;
}

p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
}
a {
	font-size: 12px;
	color: #495862;
}
a:visited {
	color: #657988;
}
h1 {
	font-size: 150%;
	color: #495862;
}
h2 {
	font-size: 125%;
	color: #495862;
}
h3 {
	font-size: 115%;
	color: #495862;
}

h4, h5, h6 {
	font-size: 105%;
	color: # 657988;
	color: #567988;
}
#maincontent {
	position:absolute;
	left:58px;
	top:607px;
	width:1242px;
	height:334px;
	z-index:1001;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}
.name {
	font-family:"Comic Sans MS", cursive;
	font-size: 36px;
	color: #CCC;
}
.name2 {
	font-family:"Comic Sans MS", cursive;
	font-size: 24px;
	color: #CCC;
}
#footer-index {
	position:absolute;
	left:3px;
	top:884px;
	width:100%;
	height:30px;
	z-index:6;
	background-color: #657988;
}
#footer-bookage {
	position:absolute;
	left:3px;
	top:804px;
	width:100%;
	height:30px;
	z-index:6;
	background-color: #657988;
}
#footercolorbooks {
	position:absolute;
	left:3px;
	top:993px;
	width:100%;
	height:30px;
	z-index:6;
	background-color: #657988;
}
#index-copyright {
	position:absolute;
	left:1194px;
	top:891px;
	width:166px;
	height:22px;
	z-index:1001;
}
#copyright {
	position:absolute;
	left:1108px;
	top:812px;
	width:166px;
	height:22px;
	z-index:4;
}
#copyrightBooks {
	position:absolute;
	left:1108px;
	top:1001px;
	width:166px;
	height:22px;
	z-index:6;
}
#footer-bookpage {
	position:absolute;
	left:3px;
	top:1073px;
	width:100%;
	height:30px;
	z-index:6;
	background-color: #657988;
}
#copyright-bookpage {
	position:absolute;
	left:1108px;
	top:812px;
	width:166px;
	height:22px;
	z-index:6;
}

