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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2d2d2d;
	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: #FFFFFF;
}
.oneColFixCtr #container {
	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1200px;
	background-image:url(../images/background.jpg);
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding-top: 150px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.oneColFixCtr #menu {
	position: relative;
	width:500px;
	height:650px;
	z-index:1;
	left: 650px;
	top: 200px;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 618px;
	top: 156px;
}
#book {
	position:absolute;
	width:494px;
	height:46px;
	z-index:1;
	left: 0px;
	top: 570px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
#tag {
	position:absolute;
	width:467px;
	height:31px;
	z-index:3;
	left: 609px;
	top: 926px;
	font-size: large;
}
#apDiv3 {
	position:absolute;
	width:403px;
	height:28px;
	z-index:4;
	left: 609px;
	top: 962px;
	font-size: small;
}
h1{
	font-size: 24px
}

h2{
	font-size:14px;
}
a {
	color: #FFC;
}
