@charset "UTF-8";
body {
	background: #ffffff url(../images/bgd.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtr #container {
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font:100% Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
}
.oneColFixCtr #header {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#000000;
	text-align:center;
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#openingquote {
/*	border: solid 4px #CC6600;
	background-color: #FFCC33;
*/	padding:5px 20px 10px 20px;
	line-height:28px;
	font-style:italic;
	margin: 0 20px;
}

#booksection {
	padding:0 40px;
	line-height:28px;
}

.testimonial {
	border-bottom: solid 1px #000000;
/*	background-color:#33CC00;
*/	color:#000000;
	padding:0 0px;
	line-height:28px;
	font-style: italic;
	margin: 0 90px;
	font-size:18px;
	text-align:center;
}

.photoleft {
	float:left;
	margin:20px 20px 0px 0;
}

.checkmark {
	float:left;
	margin:4px 10px 12px 0;
}

h1 {
	color:#000000;
	font-size:42px;
	line-height:42px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
}

h2 {
	color:#CC0000;
	font-size:24px;
	line-height:26px;
	text-align:center;
}

h3 {
	color:#000000;
	font-size:24px;
}

h4 {
	font-size:24px;
	color:#000000;
	margin:0;
	padding:5px 0;
}

h5 {
	font-size:40px;
	padding:15px 0;
	margin:0px;
}

.buyphoto {
	margin: 0 auto;
	width: 400px;
	text-align:center;
	padding:20px 0;
	border: solid 0px #000000;
}

.writers {
	border: double 0px #FFCC00;
	padding: 0 20px;
	line-height:28px;
	font-style:italic;
	margin:0 30px;
}

#riskfree {
	border: solid 8px #FF9900;
	padding:10px 40px;
	margin: 0 50px;
	font-size:16px;
	line-height:24px;
}

#yes {
	border:dashed 4px #666666;
	padding: 20px;
	margin:0 20px;
}

.subtext {
	padding-left:180px;
}

.style1 {color: #CC0000}

.style2 {color: #FF0000; font-size:36px; font-weight:bold; }

#creditcards {
	width:500px;
	height:300px;
	border:dashed 4px #FF0000;
	text-align:center;
	padding: 20px 0 0 0;
}

.divider {
	height:15px;
	background-color:#000000;
	border-left:solid 15px #FF0000;
}
.dividerbottom {
	height:15px;
	background-color:#000000;
	border-right:solid 15px #FF0000;
}
.divider2 {
	height:15px;
	background-color:#000000;
	border-left:solid 15px #FF0000;
	border-right:solid 15px #FF0000;
}

