body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
html {
	background: #d9d8af url(../_images/bg.jpg) 0 0 repeat-x;
}
body {
    background: transparent url(../_images/bg-pic.jpg) center top no-repeat;
    text-align: center;
}
body#popup {
	background: #d9d8af;
	text-align: left;
	padding: 30px;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Georgia, Times;
    font-size: 16px;
    color: #000;
    line-height: 24px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table, #wrapcentre ul {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #224c7d;
    text-decoration: underline;
}
a:hover, a:active {
    color: #7191b6;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 730px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#menu {
	height: 52px;
}
	#menu li {
		height: 52px;
		line-height: 52px;
		background: transparent url(../_images/divider.gif) left bottom no-repeat;
		padding: 0 10px;
		font-size: 16px;
		list-style: none;
		float: left;
	}
		#menu li.first { background: none; }
		#menu a:link, #menu a:visited {
			color: #FFF;
			text-decoration: none;
		}
		#menu a:hover, #menu a:active {
			color: #d9d8af;
		}


/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#book {
	float: right;
	margin: -40px 0 25px 25px;
}

#content {
	margin: 40px 0 0 0;
}
	#content h1 {
		font-size: 24px;
		font-weight: normal;
		color: #224c7d;
	}
		#content h1 span {
			font-size: 11px;
			text-transform: uppercase;
			display: block;
		}
	#content em {
		font-size: 11px;
	}
	#content li {
		margin-left: 25px;
	}

#feature {
	border-top: 1px solid #b1b38c;
	border-bottom: 1px solid #b1b38c;
	margin: 0;
}
	#feature td {
		padding: 10px 25px 5px 0;
	}
	#feature td p {
		font-size: 12px;
		line-height: 18px;
	}
	
	.video {
		clear: left;
	}
	.video img {
		float: left;
		margin: 0 13px 15px 0;
	}
	.video a.watch {
		font-size: 11px;
		font-family: Arial;
		text-transform: uppercase;
	}

#quote {
	margin: 30px 0 0 0;
}
	#quote p {
		color: #354028;
		margin: 0 0 5px 0;
	}
	#quote p.author {
		font-size: 12px;
		font-family: Arial;
		font-style: italic;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	margin: 25px 0 0 0;
	border-top: 1px solid #b1b38c;
	padding: 6px 0 0 0;
}
	#footer p {
		font-size: 11px;
		color: #59603f;
	}


/* ----------------------------------- */
/* FORM
/* ----------------------------------- */
#contact-form td {
	vertical-align: top;
}
input, select, textarea {
	color: #000;
	border: 1px solid #e4dccc;
	background: #FFF;
	padding: 2px;
}

label.error {
	display: block;
	color: #FF0000;
	font-weight: bold;
}
input.error {
	border: 2px solid #FF0000;
}
	