html, html body {
	background-color: white;
	margin: 0px auto;
	font-family: sans-serif;
	color: black;
	font-size: small;
	width: 900px;
	margin-bottom: 5px;
}

h1 {
	text-align: center;
}

a {
	text-decoration: none;
	color: black;
}

div#bookmenu {
	position: absolute;
	width: 160px;
	margin-right: 10px;
}

div#bookmenu h2 a {
	margin-top: 2px;
}

div.sidemenu h2 {
	font-size: medium;
	text-align: center;
	margin-top: 0px;
}

div.sidemenu {
	background-color: #2973CE;
	font-size: 14px;
}

div.sidemenu a {
	border-bottom: thin solid black;
	display: block;
	padding: 0.5ex 1em;
	background-color: #DEDEFF;
}

div.sidemenu a:hover {
	background-color: #FF8080;
}

div#infomenu {
	float: right;
	width: 160px;
	margin-left: 10px;
	margin-bottom: 20px;
}

div#infomenu a.imglink {
	padding: 0px;
	text-align: center;
	background-color: white;
}

div#infomenu a.imglink:hover {
	background-color: white;
}

div#infomenu img {
	width: 140px;
	border: none;
}

div.main-content {
	margin-left: 160px;
	padding-left: 1em;
}

div.main-content a {
	color: blue;
	text-decoration: underline;
}

#home h1 {
	margin-bottom: 0ex;
	padding-bottom: 0ex;
}
#home h2 {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0ex;
	padding-top: 0ex;
}

div#home .note {
	float: left;
	font-variant: small-caps;
	width: 20%;
	padding: auto 4%;
	border: thin dotted black;
	text-align: center;
}

div#giftlist {
	float:left;
	width: 10em;
}

div#book-main {
	padding: auto 2em;
}

div#book-main img.bookcover {
	display: block;
	margin: auto;
	margin-bottom: 1em;
	border: thin solid black;
}

div#book-main .highlight {
	color: red;
}

.text-box {
	width: 85%;
	background-color: #eee;
	border: thin solid #ccc;
	margin: auto;
	padding: 0.5ex 1em;
}

#status {
	width: 480px;
	margin-left: 20px;
	margin-top: 5px;
}

img#payment-methods {
	clear: right;
	background-color: white; }

div.book-details {
	float: right;
	margin: 1em;
}

div.book-price {
	font-size: x-small;
	color: red;
	text-align: center;
}

div.buy-button input {
	display: block;
	margin: auto;
	text-align: center;
}

img#payment-methods {
	display: block;
	margin: auto;
	text-align: center;
}

div#topheading {
	background-color: #FF8080;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
}

div#topheading img {
	border: none;
}

div#home img#bookselection {
	display: block;
	margin: auto;
}

/* Contact Form */

legend
{
	margin-left: 1em;
	color: #000000;
	float: left;
	width: 100%;
}

fieldset ul {
	padding: 0.5em 1ex;
	list-style: none;
}

fieldset li
{
	padding-bottom: 1em;
	float: left;
	width: 100%;
}

label
{
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

button
{
	float: none;
	width: 100px;
	margin-left: 260px;
}

div#book-particulars
{
	background-color: white;
	border: none;
	border-top: thin solid #ccc;
}

/* Footer */

div#sitebysig
{
	text-align: center;
	font-size: small;
	border-top: solid thin #ccc;
	margin-top: 1ex;
	clear: both;
}
