body {
	background: grey;
	font-size: 15px;
	font-family: "Times New Roman", serif;
	}

#mybook {
	background: white;
	text-align: justify;
	margin: 20px 120px 20px 120px;
	}

/* Main */

h1, h2, h3 {
	font-weight: bold;
	margin: 0 15px 5px 15px;
	}
	
h1 {
	text-align: center;
	margin-top: 120px;
	text-transform: uppercase;
	font-size: 36px;
	}
		
h2 {
	text-align: left;
	margin-top: 60px;
	text-transform: uppercase;
	font-size: 18px;
	}

h2.onlytitle { margin-bottom: 15px; }
		
h3 { margin-bottom: 15px; }

h4 {
	margin: 5px 15px 10px 15px;
	font-style: italic;
	}

.subtitle { margin: 10px 15px 10px 15px; }

#mybook p {
	margin: 0 15px 0 15px;
	font-size: 15px;
	text-align: justify;
	line-height: 120%;
	}
	
a {
	color: black;
	text-decoration: none;
	}
	
a:hover { text-decoration: underline; }
			
blockquote {
	margin: 5px 15px 10px 30px;
	font-style: italic;
	}
	
cite {
	margin: 0 15px 15px 30px;
	font-style: italic;
	display: block;
	text-align: right;
	}

ul {
	list-style-type: disc;
	list-style-position: inside;
	text-align: left;
	}
	
.clearli { list-style-type: none; }

ol {
	list-style-type: decimal;
	list-style-position: inside;
	text-align: left;
	}
		
ol ol { list-style-type: upper-roman; }
						
.toc h2 {
	text-transform: none;
	text-align: center;
	margin: 30px 0 20px 0;
	font-size: 20px;
	text-decoration: underline;
	}
	
.toc ol {
	font-size: 14px;
	margin: 10px 15px 10px 15px;
	text-transform: uppercase;
	}
	
.toc ol ol {
	margin: 5px 10px 5px 50px;
	list-style-position: outside; 
	}
	
.toc ol ol li {	font-size: 12px; }
	
#mybook .b-counter { background: white; }

/* Images */

.country img {
	position: relative;
	margin-top: 150px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	}

.onlyimg img {
	position: relative;
	margin-top: 160px;
	left: 50%;
	margin-left: -150px;
	max-width: 300px;
	max-height: 160px;
	}

/* Photo galleries */

.gallery {
	margin: 20px auto 15px auto;
	width: 460px;
	max-height: 565px;
	overflow: hidden;
	}

.gallery ul {
	margin: 0 auto 0 auto;
	list-style: none;
	float: left;
	}
	
.gallery li {
	float: left;
	margin: 10px 10px 10px 10px;
	width: 205px;
	height: 145px;
	}
		
.gallery li img {
	max-width: 100%;
	max-height: 100%;
    display: block;
    margin: auto;
	}
	
/* Single photo in txt */

.singlephoto {
	float: right;
	display: block;
	margin: 15px 25px 15px 15px;
	max-width: 205px;
	max-height: 145px;
	}
	
.singlephoto img {
	max-width: 100%;
	max-height: 100%;
	}

/* SW photos */

.sphoto {
	margin: 0 auto;
	display: block;
	width: 400px;
	height: 350px;
	margin-top: 80px;
	}
	
.sphoto img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto 5px auto;
	}
	
.sphoto {
	font-size: 14px;
	text-align: left;
	}
						
/* Navigation */

#nav, #i_left, #i_right { display: none; }
	
/* Cover */

div.cover { display: none; }	

/* First page */

#mybook .info { display: none; }

/* Footer */

#footer {
	margin-top: 120px;
	}

#mybook #footer p {
	font-size: 12px;
	margin-top: 10px;
	}
	
#footer a { text-decoration: underline; }

#footer p#technology { margin-top: 40px; }

/* Logos */

div.logo {
	margin: 15px 0 0 15px;
	padding: 0;
	display: block;
	}

img.logo {
	height: 40px;
	margin: 0;
	padding: 0;
	display: inline;
	}

