body {
	background-color: #002841;
	background-image: url('../images/marcus_padley_background-trans.png');
	background-position: center -90px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	min-height: 650px;
	letter-spacing: .07em;
}

img {
	border: 0;
}

a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}

a:hover {
	text-decoration: none;
	color: #8aafb7;
	border-bottom: 1px dotted #8aafb7;
}

h1 {
	font-size: 1.25em;
	color: #80A8B0;
}

#content {
	width: 890px;
	margin: 0 auto;
}

#header {
	height: 375px;
	position: relative;
	z-index: 5;
}

#footer {
	font-size: .85em;
	color: #ffffff;
	padding: 10px;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px dotted #eeeeee;
}

#footer a:hover {
	text-decoration: none;
	color: #8aafb7;
	border-bottom: 1px dotted #8aafb7;
}

#himself {
	position: absolute;
	top: 22px;
	left: 0;
}

#site_title {
	position: absolute;
	top: 45px;
	left: 276px;
}

#book_cover {
	position: absolute;
	top: 140px;
	right: 0;
	z-index: 10;
}

#order_now_button {
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 8;
}

#intro_text {
	position: absolute;
	top: 245px;
	left: 322px;
	z-index: 10;
}

.clickable {
	cursor: pointer;
}

#menu {
	background-image: url('../images/menu_background.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	height: 32px;
	padding-left: 20px;
	position: absolute;
	left: 0;
	top: 365px;
	width: 870px;
	z-index: 6;
}

#menu ul, #menu ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

#menu ul li a {
	border: none;
}

#menu ul li a:hover {
	border: none;
}

img#menu_home {
	background-image: url('../images/menu_home.gif');
	position: center top;
}

img#menu_book {
	background-image: url('../images/menu_about_the_book.gif');
	position: center top;
}

img#menu_about {
	background-image: url('../images/menu_about.gif');
	position: center top;
}

img#menu_buy {
	background-image: url('../images/menu_buy_book.gif');
	position: center top;
}

img#menu_inside {
	background-image: url('../images/menu_look_inside.gif');
	position: center top;
}

#body_holder {
	position: relative;
	background-color: #234e69;
}

#hp_content {
	width: 540px;
	padding: 30px;
	min-height: 400px;
}

#hp_sidebar {
	width: 310px;
	position: absolute;
	top: 60px;
	right: 10px;
	text-align: right;
}

#hp_sidebar a {
	border: none;
}

#pop_content {
	padding: 15px;
}

#fancy_content {
	background-color: #002841;
	background-image: url('../images/marcus_padley_background.jpg');
	background-position: center -90px;
	background-repeat: no-repeat;
}

.align_center {
	text-align: center;
}

.no_border, a.no_border:hover {
	border: 0;
}

dt {
	padding-bottom: 10px;
	font-weight: 700;
}

dd {
	padding-bottom: 20px;
}