body {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color: #111;
	background: #c6d6e4;
	}
img, img a { /* We don't like borders around our ../images! */
	border: none;
	}
h1, h2 {
	text-align: center;
	}
h1, h2, h4 {
	color: red;
	}
h4 {
	font-size: 140%;
	}
.emphasize { /* This makes any element with class "emphasize" bold. */
	font-weight: bold; 
	}
strong { /* Use the <strong> Element for book titles */
	font-weight: bold;
	}
em { /* Use the <em> Element to italicize */
	font-style: italic;
	}
#header, #other, #footer {
	padding: 10px 20px 0 20px;
	}
#container {
	width: 850px;
	margin: 0 auto;
	/* padding: 10px 15px; */
	background: #fff url(../images/container-tile.gif) repeat-y;
	}
#header {
	background: url(../images/container-top.gif) no-repeat left top;
	text-align: center;
	}
#content {
	/*display: inline;
	float: left;
	width: 460px; */
	margin: 10px 20px;
	}
.intro {
	text-align: center;
	font-weight: bold;
	clear: both;
	}
.highlight {
	background-color: #ffff00;
	padding: 0 2px;
	}
.empCent {
	text-align: center;
	font-weight: bold;
	}
img.offer {
	margin: 5px 10px;
	float: left;
	}
img.offerR {
	margin: 5px 10px;
	float: right;
	}
.testimonials {
	width: 750px;
	margin: 0 auto;
	background: url(../images/tile.gif) repeat-y;
	}
.testimonials p.boxTop {
	padding-top: 20px;
	background: url(../images/box-top.gif) no-repeat left top;
	}
.testimonials p.boxBottom {
	background: url(../images/box-bottom.gif) no-repeat left bottom;
	padding-bottom: 20px;
	}
.testimonials p, .testimonials .quoteCite, .testimonials blockquote {
	padding-left: 20px;
	padding-right: 10px;
	}
.imgL {
	float: left;
	margin-right: 10px;
}
.indent {
	margin-left: 175px;
	}
blockquote {
	margin: 5px;
	font-weight: 400;
	font-style: italic;
	font-size: 90%;
	}
span.quoteCite {
	font-weight: bold;
	display: block;
	font-size: 70%;
	padding: 0 10px 0 10px;
	font-style: normal;
	margin: 15px;
	}
div#other {
	clear: both;
	}
.other_p {
	text-align: center;
	}
#sidebar {
	font-size: 95%;
	float: right;
	width: 246px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 10px;
	padding: 5px 10px;
	border: 1px solid #acacac;
	background: #bbdcf9;
	}
#sidebar h4{
	color: #111;
	font-size: 110%;
	text-align: center;
	}
blockquote {
	margin: 5px;
	font-weight: 400;
	font-size: 90%;
	}
cite {
	font-weight: bold;
	display: block;
	font-size: 70%;
	padding: 0 10px 20px 10px;
	font-style: normal;
	margin: 15px;
	}
#brianBio p.image {
	text-align: center;
}
.clear {
	clear: both;
}	
p.ebookcd {
	text-align: center;
}

.bribe {
	overflow: auto;
	width: 600px;
	margin: 0 auto;
}
p.title {
	margin-top: 25px;
	font-weight: bold;
}
#guarantee {
	border: 1px solid black!important;
	margin: 0 10px;
	padding: 20px 10px;
	background: #ffff99;
	}
#guarantee h2 {
	color: #111;
}	

p.end {
	text-align: center !important;
}
a.button {
	display: inline-block;
	width: 182px; height: 46px;
	background-image: url(../images/something/sfnsprite.png);
	background-position: -182px -140px;
	background-repeat: no-repeat;
	outline: none;
}
a.buttono {
	display: inline-block;
	width: 182px; height: 46px;
	background-image: url(../images/something/ordernow.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	outline: none;
}
a.buttono:hover, a.buttono:focus {
	background-position: 0 -47px;
}
a.buttono:active {
	background-position: 0 -94px;
}
a.button:hover, a.button:focus {
	background-position: -182px -187px;
}
a.button:active {
	background-position: -182px -234px;
}

a.button2 {
	display: inline-block;
	margin-left: 20px;
	width: 182px; height: 46px;
	background-image: url(../images/something/sfnsprite.png);
	background-position: -182px 0;
	background-repeat: no-repeat;
	outline: none;
}

a.button2:hover, a.button2:focus {
	background-position: -182px -47px;
}

a.button2:active {
	background-position: -182px -94px;
}

a.button3 {
	display: inline-block;
	width: 182px; height: 46px;
	background-image: url(../images/something/sfnsprite.png);
	background-position: 0 -140px;
	background-repeat: no-repeat;
	outline: none;
}

a.button3:hover, a.button3:focus {
	background-position: 0 -187px;
}

a.button3:active {
	background-position: 0 -234px;
}

a.button4 {
	display: inline-block;
	margin-left: 20px;
	width: 182px; height: 46px;
	background-image: url(../images/something/sfnsprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	outline: none;
}

a.button4:hover, a.button4:focus {
	background-position: 0 -47px;
}

a.button4:active {
	background-position: 0 -94px;
}

table.recap {
	width: 750px;
	margin: 0 auto;	
}

table.recap th {
	text-align: left;
}
table.recap td {
	padding-right: 20px;
}	
#footer {
	padding-bottom: 10px;
	margin-top: 50px;
	text-align: center;
	clear: both;
	background: url(../images/container-bottom.gif) no-repeat left bottom;
	}
