@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
	background-position: left top;
}
body {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #163452;
}

p, ul, li, div {
	color: #222;
}

h1, h2, h3, h4, h5, h6, p, div {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

body ul#container {
	list-style-type: none;
	width: 906px;
	margin-left: auto;
	margin-right: auto;
}

body ul#container li#top {
	background-image: url('../images/bg-top.png');
	background-repeat: no-repeat;
	background-position: left top;
}
body ul#container li#bottom {
	background-image: url('../images/bg-bottom.png');
	background-repeat: no-repeat;
	background-position: left top;
}
body ul#container li#top, body ul#container li#bottom {
	width: 906px;
	height: 55px;
}
body ul#container li#content {
	background-image: url('../images/bg-content.png');
	background-repeat: repeat-y;
	background-position: left top;
}
body ul#container li#content img#book {
	
}
body ul#container li#content {
	padding-left: 40px;
	padding-right: 40px;
}
body ul#container li#content ul li {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
body ul#container li#content h1, body ul#container li#content h3, body ul#container li#content h2{
	font-family: Impact;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
}
body ul#container li#content h1 {
	color: #da2424;
	font-size: 40px;
}
body ul#container li#content h3 {
	color: #163452;
	font-size: 24px;
	margin-top: 42px;
	clear: both;
}
body ul#container li#content h3 big {
	display: block;
	margin-top: 20px;
}
body ul#container li#content p {
	clear: both;
}
body ul#container li#content img {
	margin-right: 0px;
}
body ul#container li#content div#guarantee {
	border-style: dashed;
	border-width: 3px;
	border-color: #444;
	padding: 20px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 20px;
}
body ul#container li#content div.quotes {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: justify;
	border-width: 1px;
	border-style: dashed;
	border-color: #999;
	background-color: #f0f0f0;
	padding: 20px;
	margin-top: 20px;
	clear: both;
}
body ul#container li.download {
	overflow: hidden;
}
body ul#container li.download a {
	display: block !important;
	text-align: center;
	float: left;
	text-decoration: none;
	margin-left: 85px;
	margin-right: 85px;
}
body ul#container li.download a big {
/* 	float: right;
	line-height: 225px;
 */
	display: block;
}
body ul#container li#content ul li {
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 20px;
}
body ul#container li#content div.quotes cite {
	font-size: bold;
}
body ul#container li#content div#payarea {
	border-style: dashed;
	border-width: 3px;
	border-color: #444;
}
body ul#container li#content div#payarea a {
	display: block;
	margin-bottom: 20px;
}
body ul#container li#footer-links {
	text-align: center;
}
body ul#container li#footer-links a {
	color: #fff;
	text-decoration: none;
}

