@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	
	padding : 0;
	
	margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	
	font-size: 1em;
}
a {
	
	text-decoration: none;
}
a imge {
	
	border: none;
}

body {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
.oneColFixCtr #container {
	width: 767px;
	margin: 12px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 523px;
}
.oneColFixCtr #mainContent {
	padding: 1 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*height: 523px;*/
}
.oneColFixCtr #container #subcontainer {
	position: relative;
	left: 0px;
	margin: 0px;
	background-image: url(../images/homeBG.jpg);
	background-repeat: no-repeat;
	height: 523px;
}
.oneColFixCtr #container #about {
	position: relative;
	left: 122px;
	top: 384px;
}
.oneColFixCtr #container #books {
	position: relative;
	top: 30px;
	left: 132px;
}
.oneColFixCtr #container #links {
	position: relative;
	top: 294px;
	left: 134px;
}
.oneColFixCtr #container #faqs {
	position: relative;
	top: 30px;
	left: 210px;
}
.oneColFixCtr #container #contact {
	position: relative;
	top: 340px;
	left: 186px;
}
