html, body{
	font-family:"Comic Sans MS", cursive;
	font-size:16px;
	color:#333;
	background:#599ec7;
	height:100%;
}
.text, .button, select, textarea, form{
	font-family:"Comic Sans MS", cursive;
	font-size:20px;
}
h1, h2, p{
	padding:10px 0px 10px 0px;
	margin:0;
}
form#login, form#schedule{
	margin:0;
	padding:0;
	width:210px;
	text-align:left;
	margin:0 auto;
}
table{
	width:100px;
	border:1px solid #000;
	margin:0;
	padding:0;
}
table tr{
	margin:0;
	padding:0;
}
table tr td{
	padding:5px;
	vertical-align:top;
}
form#login div, form#schedule div{
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
}
label{
	margin:0;
	padding:0;
	font-size:16px;
	position:relative;
	padding-top:2px;
	padding-right:10px;
}
form#schedule{
}
input.text{
	font-size:20px;
	width:200px;
}
textarea{
	width:200px;
	height:100px;
}
input.button{
	float:right;
	border:#ca90b5, 1px solid;
	background:#d6a2c4;
}
h1{font-size:25px;}
h2{font-size:25px;}
#wrapper{
	width:1035px;
	height:100%;
	padding:0;
	margin:0 auto;
}
#book-title{
	background:url(../images/book-title.jpg) no-repeat;
	width:521px;
	height:327px;
	display:block;
	padding:0;
	margin:0;
	cursor:pointer;
}
#story{
	background:url(../images/story.jpg) no-repeat;
	width:521px;
	height:184px;
	display:block;
}
#book-cover{
	background:url(../images/book-cover.jpg) no-repeat;
	width:514px;
	height:511px;
	display:block;
}
#openbook{
	background:url(../images/openbook.jpg) no-repeat;
	width:1035px;
	height:325px;
	display:block;
	clear:both;
}
#navigation{
	clear:both;
	height:49px;
	margin:0 auto;
	margin-top:25px;
	width:660px;
}
a.pinkButton{
	background:url(../images/navback.jpg) no-repeat;
	padding-left:10px;
	padding-right:10px;
	height:49px;
	display:inline-block;
	float:left;
	padding-top:13px;
	font-size:18px;
	color:#333;
	text-decoration:none;
}
a.pinkButton:hover{
	text-decoration:none;
}
#padding{
	width:850px;
	margin: 0 auto;
}
#top{
	/*background:url(../images/top.png);*/
	width:850px;
	height:112px;
	display:block;
}
#back{
	/*background:url(../images/back.png) repeat-y;*/
	width:850px;
	display:block;
	height:100%;
	min-height:100%;
}
#bottom{
	/*background:url(../images/bottom.png);*/
	width:850px;
	height:112px;
	display:block;
}
#buynow{
	background:url(../images/buynow.png);
	width:279px;
	height:279px;
	display:block;
	float:right;
	margin-right:25px;
	cursor:pointer;
	border:none;
}
#byline{
	font-size:14px;
	height:50px;
	text-align:center;
}
#byline a{
	text-decoration:none;
	color:#000;
}
#byline a:hover{
	text-decoration:underline;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	text-decoration:underline;
}
