html, body {
	margin: 0;
	padding: 0;
	background-image:url(Images/Website_Background_Piece.jpg);
	background-color: #EACFD8;
	background-repeat: repeat;


}

table {
	width: 100%;
	height: 100%;}

td {
	vertical-align: middle;
	text-align: center;
	padding-left: 5px;
}

div {border: 0px solid #000000;}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 780px;
	background:#EACFD8;
	border: 1px solid #DB6F92;
	top: 0px;

}
.logo {
	position: absolute;
	height: 158px;
	width: 525px;
	left: 15px;
	top: 14px;
}
.header {
	background-color: #255A9A;
	position: absolute;
	height: 180px;
	width: 799px;
	left: 0px;
	top: 0px;
}
.navigation {
	background-color: #BAD8C0;
	position: absolute;
	height: 30px;
	width: 798px;
	left: 0px;
	top: 180px;
	padding-top: 7px;
	padding-left: 20px;

}
.chair {
	position: absolute;
	height: 168px;
	width: 155px;
	left: 622px;
	top: 7px;
}
.dreaming {
	position: absolute;
	height: 202px;
	width: 221px;
	left: -1px;
	top: 577px;
}
.content {
	position: absolute;
	height: auto;
	width: 575px;
	left: 220px;
	top: 223px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #255A9A;
	font-size: 13px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #CC3366;
	font-size: 15px;
	font-weight: bold;
}

.floatleft {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;




}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #255A9A;
	text-decoration: none;
	padding-right: 15px;


}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #255A9A;
	text-decoration: none;
	padding-right: 15px;

}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC3366;
	text-decoration: none;
	padding-right: 15px;
}
.bookpics {
	position: absolute;
	height: auto;
	width: 220px;
	left: 0px;
	top: 233;
	padding-left: 10px;

}
.floatright {
	float: right;
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 5px;
	padding-right: 5px;

}
.sitedesign {
	position: absolute;
	height: 20px;
	width: 800px;
	left: 0px;
	top: 783px;
}

