﻿body {
    background-color:#f3f2f2;
	color: #5e5e5e;
	font-family: Futura, Cenury Gothic, Apple Gothic, sans-serif;
	font-size: 0.625em;
	line-height: 1.4em;
}
* {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1.4em;
}
p {
	font-size: 1.4em;
	line-height: 1.8em;
}
h1, h2, h3 {
	color: #4c2432;
	font-size: 3.6em;
	font-weight: normal;
}
h4 {
	font-size: 2.1em;
	line-height: 2.5em;
}
h5 {
	font-size: 1.8em;
	line-height: 2.2em;
}
h6 {
	font-size: 1.6em;
	line-height: 2.0em;
}
#header-outer {
	background-image: url('../images/header_bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #f3f2f2;
	width: 100%;
}
#header {
	height: 221px;
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	top: 57px;
	left: 60px;
}
#menu {
	list-style: none;
	position: absolute;
	bottom: 20px;
	right: 10px;
}
#menu li {
	background-image: url('../images/menu_divider.png');
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
	padding-right: 2px;
}
#menu li.last {
	background-image: none;
}
#menu li a.menu-item {
	cursor: pointer;
	display: block;
	position: relative;
	height: 18px;
}
a.menu-item span {
	display: none;
}
a.menu-item {
	background-position: 0 -18px;
}
a.home:hover, a.testimonials:hover, a.call:hover, a.active {
	background-position: 0 0;
}
a.home {
	background-image: url('../images/home_link.png');
	background-repeat: no-repeat;
	width: 88px;
}
a.testimonials {
	background-image: url('../images/testimonials_link.png');
	background-repeat: no-repeat;
	width: 161px;
}
a.call {
	background-image: url('../images/call_us_now_link.png');
	background-repeat: no-repeat;
	width: 154px;
}
#content-outer {
	background-image: url('../images/content_bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
}
#content {
	min-height: 782px;
	width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#content h1 {
	margin-left: 50px;
	padding-top: 55px;
}
#content form 
{
    font-size:1.4em;
}
#content form table td
{
    padding: 0 8px 4px 0;
}
#footer-outer {
	background-image: url('../images/footer_bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #f3f2f2;
	width: 100%;
}
#footer {
	height: 79px;
	width: 1024px;
	margin: 0 auto;
	text-align: center;
}
#footer p {
	padding: 30px;
}
#footer a {
	color: #5e5e5e;
}
#books {
	position: absolute;
	top: 1px;
	left: 105px;
	background-image: url('../images/books.jpg');
	background-repeat: no-repeat;
	height: 495px;
	width: 788px;
}
#ad-text {
	background-image: url('../images/get_these_books.png');
	background-repeat: no-repeat;
	height: 147px;
	width: 739px;
	position: absolute;
	top: 500px;
	left: 150px;
}
#ad-text span {
	display: none;
}
a#dime, a#death, a#claim {
	background-image: url('../images/order_now_button.png');
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 113px;
	position: absolute;
	top: 415px;
}
a#dime {
	left: 145px;
}
a#death {
	left: 395px;
}
a#claim {
	left: 630px;
}
a#dime span, a#death span, a#claim span {
	display: none;
}
#columns {
	width: 1024px;
}
#columns .left, #columns .right {
	width: 512px;
}
#columns .left {
	background-image: url('../images/content_divider.png');
	background-position: right 115px;
	background-repeat: no-repeat;
	float: left;
}
#columns .right {
	float: right;
}
#columns .left p {
	padding: 0 50px 0 70px;
}
#columns .right p {
	padding: 0 75px 0 52px;
}

