body {
	background: #FFFFFF;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img
{
  border: 0px;
  padding: 0px;
  margin: 0px;
}

/***** MAIN *****/
div#main {
	text-align: left;
}

/***** HEADER *****/

div#header {
	
}

/***** SIDEBAR *****/

div#sidebar {
	display: none;

}

div#sidebar img{
	display: none;
}

div#sidebar a{
	display: none;
}


/***** SIDEBAR-MENU *****/

ul#menu {
	display: none;
}

ul#menu a{
	display: none;
}

/***** FOOTER *****/

div#footer {
	color: #000000;
	text-align: center;
	height: 30px;
	line-height:30px;
	font-size: 12px;
	font-weight: bold;
}

div#footer a {
	color: #000000;
	font-weight: bold; 
	text-decoration: none;
}


/***** TITLE *****/
div#title {
	height:50px;
	line-height: 50px;
	background: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	padding-left: 15px;
}

span#scanalert {
	margin-right: 20px;
}

/***** CONTENT *****/

div#content {
	background: #FFFFFF;
	padding: 10px;			
}

div#content a {
	color: #000000; 
	text-decoration: underline;
}

/***** Prev Next *****/
span#prevnext {
	visibility: hidden;
}

div#prevnext_footer {
	visibility: hidden;
}

div#bookfooter {
	text-align: center;
	border: medium solid;
	left:10px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	clear: both;
	
}

/***** FAQ *****/

div.faq_question {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding: 5px;
	margin-top: 10px;
	text-decoration: none;
	font-weight: bold;	
}

div.faq_answer {
	border: 1px solid #999999;
	padding: 5px;
	margin-bottom: 5px;
}

/***** Testimonials *****/

div.testimonial_signature {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	text-align: center;		
}

div.testimonial_body {
	border: 1px solid #999999;
	padding: 5px;
	margin-top: 10px;
	text-align:left;
}
