body {	
    background: rgb(244, 244, 244);
	left: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
div#heading,
div#container,
div#footer {
	font-size: 12px;
    border: 1px solid black;
    background: #AFC9D1;
}
div#container {
	padding-left:147px;
	font-size: 12px;
	position: relative;
	min-height:745px;
	padding-right:7px;
}
div#heading {	
	padding-left: 150px;
    margin: 10px auto -1px auto;
}
div#heading h1 {
    margin: 5px;
}
div#left {
	position:absolute;
	top: 105px;
	font-size: 12px;
    width: 145px;
    padding: 3px;
}
div#right {
	top: 0;
	bottom: 0;	
	float: right;
	width: 200px;
	margin-left: 10px;
	text-align: center;
	background: rgb(234, 234, 234);
	padding: 0px;
	border: 1px solid black;
}
div#content {
    margin-left: 155px;
	margin-right: auto;
    background: #AFC9D1;
    border: 1px solid white;
    padding: 15px;
	border-bottom: hidden;
}
div#AmazonLink {
	position:absolute;
	top: 100px;
	left: 430px;
}
div#MainIndexDiv {
	position:absolute;
	top: 325px;
	left: 155px;	
}
div#footer {
    margin: -1px auto 10px auto;
	text-align: center;
}
div#footer p {
    margin: 10px;
}
table#books {
	font-size: 12px;
}
table#menu {
	font-size: 12px;
}

#dropmenudiv{
position:absolute;
background-color: #CCCCCC;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #989898;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}
#container h2 {
	text-align: center;
}
