body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#404040;
	margin:5px 0 4px 0;
	color:#404040;
	text-align: left;
	}
img {
	border:0;
	text-align: center;
	}
	
a {
	color:#ff6600;
	text-decoration:none;
	}
a:hover {
	color:#99CC33;
	}

/* Structure */

#books_main{
	width: 800px;
	padding: 20px;
	background-color:#ffffff;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 5px black; /* Параметры тени */
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}
#books_donate_box{
	text-align:center
}


#books_head{
	position:relative;
	width:auto;
}

#android_title{
	width:auto;
}

#books_buttons {
	float:right;
	width: 260px;
	}

#books_section{
	float:none;
	margin: 0 auto;
}	

#footer {
	width:800px;
	margin:10px auto;
	clear:both;
	text-align:right;
	line-height:24px;
	border-top: 1px dotted #99CC33
	}
	
#clnr {
	clear: both;
}


/* Headings */

h1 {
	font-size:32px;
	color:#3366cc;
	font-weight:normal;
	letter-spacing:-1px;
	}

h2 {
	font-size:22px;
	color:#3366cc;
	font-weight:normal;
	letter-spacing:-1px;
	}
/* Link Colors */

h1 a {
	color:#404040;
	text-decoration:none;
	}
h1 a:hover {
	color:#404040;
	}
