@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(../images/template_01.jpg) repeat-x;
	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;
}
.oneColFixCtrHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/page_bg.jpg) repeat-y center;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	width: 650px;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #container #mainContent #openimage {
	margin-left: 10px;
}
.hand {
	font-family: Angelina;
	font-size: 30px;
}
.oneColFixCtrHdr #container #mainContent .order {
	background-color: #FFF;
	width: 570px;
	border: 3px dashed #900;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 10px;
}
.oneColFixCtrHdr #container #mainContent .order .bookimage {
	float: left;
	width: 200px;
	height: 286px;
	clear: none;
}.oneColFixCtrHdr #container #mainContent .testimonal {
	text-align: left;
	height: auto;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #930;
	background-color: #CFC;
	padding: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.oneColFixCtrHdr #container #mainContent #openimage {
	margin-right: 10px;
	margin-left: 10px;
}
.red {
	color: #F00;
}
.oneColFixCtrHdr #container #mainContent p #bannera {
	margin-right: 30px;
}
