html,body{
	height:100%;
	min-width:809px;
	width: 100%;
	margin:0;
	padding:0;
}

body {
	background: #00aeef url(../images/bg.png) top center no-repeat;
	padding-top: 19px;
	color: #444;
	font-size: 14px;
	line-height: 22px;
	font-family: arial,sans-serif;
}

a {
	color: #ab499b;
	text-decoration: underline;
}

a:visited {
	color: #a87ea1;
	text-decoration: underline;
}

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

p {
	padding: 14px auto;
	margin: 14px auto;
}

h2 {
	color: #AB499B;
	font-size: 17px;
}

img {
	border: 0;
}

input, textarea, select {
	background-color: #fff;
	color: #444;
	border: 1px solid #ccc;
}

#container {
	margin: 0 auto;
	width: 809px;
}

#header {
	position: relative;
	width: 809px;
	height: 244px;
}

	#logo {
		position: absolute;
		left: 0px;
		top: 27px;
	}

	#logo, #logo img {
		width: 357px;
		height: 222px;
	}

	#book {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 390px;
		height: 249px;
	}
		#bookPart2 {
			margin-bottom: 5px;
		}

#sitebody {
	background: url(../images/bg_sitebody.gif) left top repeat-y;
	margin-left: 47px;
	width: 752px;
}
	#content {
		background-color: #fff;
		width: 423px;
		overflow-y: hidden;
		float: left;
		padding: 5px 10px 0 25px;
	}
	#h1Img {
		display: block;
		margin-bottom: 6px;
	}
	#rightColumn {
		width: 294px;
		float: right;
	}
		#rightColumn img {
			display: block;
		}
		#buyNow {
			width: 276px;
			height: 150px;
			margin-left: 6px;
		}
		#mainMenu {
			height: 111px;
			width: 220px;
		}
		.menuBorder {
			border-left: 17px solid #fff;
			border-right: 20px solid #fff;
		}
		#mainMenu a {
			display: block;
		}
		#tipsImage {
			width: 294px;
			height: 122px;
		}
		#tips {
			width: 194px;
			font-size: 12px;
			line-height: 20px;
			background-color: #f4f8e1;
			padding: 8px 10px 0 16px;
		}
			#tipsList {
				list-style-type: square;
				margin: 0;
				padding: 0 0 0 12px;
			}
				#tipsList li {
					margin: 0;
					padding: 0;
				}
		#tellImage {
			margin-left: 12px;
			width: 267px;
			height: 68px;
		}
		#tellForm {
			font-size: 12px;
			line-height: 16px;
			padding-left: 15px;
			width: 205px;
			height: 146px;
			position: relative;
			background-color: #e8e6ea;
		}
			#tellForm .textInput {
				width: 178px;
				height: 24px;
				padding: 7px 5px 0 5px;
				font-size: 14px;
				border: 1px solid #ccc;
			}
			#tellFormName {
				margin-bottom: 14px;
			}
			#tellFormSubmit {
				border: 0;
				position: absolute;
				bottom: -21px;
				right: 14px;
			}
	#bottomPad {
		clear: both;
		height: 35px;
		width: 715px;
		border-bottom: 4px solid #bdbfc1;
	}

#footer {
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	margin: 15px 0 0 71px;
}
	#footer a, #footer a:visited {
		color: #fff;
		text-decoration: none;
	}
	#footer a:hover {
		color: #fff;
		text-decoration: underline;
	}
	#footerLogo {
		float: left;
	}
	#footerText {
		margin: 14px 0 0 22px;
		float: left;
	}
		#footerLinks {
			margin-top: 9px;
		}
		#footerCopy {
			text-align: center;
			font-size: 11px;
			padding-top: 8px;
            font-weight: bold;
		}


/* HOME */
#homePhoto {
	margin: 18px 10px 18px 10px;
}

/* ABOUT the BOOK */
#aboutPhoto {
	margin: 25px 4px 5px 5px;
}