/* Anthony Linick Book Page */

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

body {
	background-image: url("greenstripe1.jpg");
    background-repeat: repeat-x;}

#wrapper {
	width:996px;
	position:relative;
	top:50px;
	margin:0px auto; 
}

#copy {
	width: 550px;
	positionp:relative;
	margin: 20px 5px 5px 5px;
	font:sans-serif;
	font-size:medium;
}

a:hover {
	color: #ffff00;
	text-decoration: none;
}

a:visited {
	color: #99adc2;
	text-decoration: none;
}

a:link {
	color: #45269C;
	text-decoration: none;
}

a img {
text-decoration: none;
border: 0;
}


.bold {
  font-weight: bold;
}

#toplogo {
	width: 476px;
	height: 115px;
}

#mainbody {
	width: 960px;
	height: 2000px;
	background:#efFFcd; 
	margin: 15px 0 0 0;
	padding: 18px;
}

#bookscopy {
	width: 822px;
	position: absolute;
	top: 136px;
	right: 134px;
	height: 34px;
}

#topmenubar {
	width: 822px;
	position: absolute;
	top: 86px;
	right: 134px;
	height: 34px;
	font:Arial, sans-serif;
	font-size:medium;
	font-color:white;
	color: #FFF;
	font-weight: bold;
}

#bookleft1 {
	width: 455px;
	position: absolute;
	top: 199px;
	right: 501px;
	height: 630px;
	background:#ffffff;
	padding: 3px;
}

#bookleft2 {
	width: 455px;
	position: absolute;
	top: 858px;
	right: 501px;
	height: 530px;
	padding: 3px;
}

#bookleft3 {
	width: 455px;
	position: absolute;
	top: 1410px;
	right: 501px;
	height: 530px;
	background:#ffffff;
	padding: 3px;
}

#bookright1 {
	width: 455px;
	position: absolute;
	top: 199px;
	right: 16px;
	height: 630px;
	padding: 3px;
}

#bookright2 {
	width: 455px;
	position: absolute;
	top: 858px;
	right: 16px;
	height: 530px;
	background:#ffffff;
	padding: 3px;
}

#bookright3 {
	width: 455px;
	position: absolute;
	top: 1410px;
	right: 16px;
	height: 530px;
	padding: 3px;
}

#prodpicfloatleft {
	float:left;
	margin: 0 10px 0 0;
}

#prodpicfloatright {
	float:right;
	margin: 0 0 0 10px;
}

#footer {
	position: relative;
	margin: 20 px 0 20px 0;
	width: 996px;
	float: left;
}

#footermenu {
	position: relative;
	margin: 20px 0 20px 0;
	left: 0px;
	width: 500px;
}

#footercopyright {
	position: absolute;
	margin: 20px 0 0 0;
	top: 805px;
	right: 0px;
	width: 400px;
}
