/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	font: 10pt/16pt arial; 
	font-weight: bold;
	color: #3F4A4D; 
	background: url(images/gradient2.jpg); repeat-x;
	margin: 50px; 
	}
p { 
	font: 9pt arial; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #3F4A4D;
	}
a:link { 
	font: 8pt arial; 
	font-weight: bold; 
	letter-spacing: 0.1em;
	text-decoration: underline; 
	color: #23292B;
	}
a:visited { 
	font: 8pt arial;  
	font-weight: bold; 
	letter-spacing: 0.1em;
	text-decoration: underline; 
	color: #23292B;
	}
a:hover	{ 
	font: 8pt arial;  
	font-weight: bold; 
	letter-spacing: 0.1em;
	text-decoration: none; 
	color: #fff;
	}
a:active { 
	font: 8pt arial;  
	font-weight: bold; 
	letter-spacing: 0.1em;
	text-decoration: underline; 
	color: #23292B;
	}

/* placement */

#container {
	width: 737px;
	height: 1620px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border: 1px solid #fff;
	background-color: #212221;
}
#background1 {
	position: absolute;
	width: 737px;
	height: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 20px;
	z-index: 1;
	border: 0px solid #fff;
}
#background2 {
	position: absolute;
	width: 737px;
	height: 159px;
	margin-top: 105px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 5px;
	z-index: 1;
	border: 0px solid #fff;
}
#background3 {
	position: absolute;
	width: 737px;
	height: 151px;
	margin-top: 264px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 5px;
	z-index: 1;
	border: 0px solid #fff;

}
#background4 {
	position: absolute;
	width: 737px;
	height: 140px;
	margin-top: 415px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 5px;
	z-index: 1;
	border: 0px solid #fff;
}
#background5 {
	position: absolute;
	width: 737px;
	height: 145px;
	margin-top: 555px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 5px;
	z-index: 1;
	border: 0px solid #fff;
}
#navigation {
	position: absolute;
	width: 500px;
	height: 100px;
	margin-top: 70px;
	margin-left: 28px;
	text-align: left;
	z-index: 1;
	border: 0px solid #20496C;
	background-image: none;
	color: #C83D1A;
}
#book1 {
	position: absolute;
	font: 8pt arial;
	line-height: 10.5pt;
	color: #fff;
	letter-spacing: 0.1em;
	width: 705px;
	height: 50px;
	margin-top: 150px;
	margin-right: auto;
	margin-left: 15px;
	margin-bottom: 0px;
	z-index: 1;
	border: 0px solid #fff;
	letter-spacing: 0.02em;
}
#book2 {
	position: absolute;
	font: 8pt arial;
	line-height: 10.5pt;
	color: #fff;
	width: 705px;
	height: 50px;
	margin-top: 485px;
	margin-right: auto;
	margin-left: 15px;
	margin-bottom: 10px;
	z-index: 1;
	border: 0px solid #fff;
}
#book3 {
	position: absolute;
	font: 8pt arial;
	line-height: 10.5pt;
	color: #fff;
	width: 690px;
	height: 145px;
	margin-top: 780px;
	margin-right: auto;
	margin-left: 15px;
	margin-bottom: 5px;
	z-index: 1;
	border: 0px solid #fff;
}
#book4 {
	position: absolute;
	font: 8pt arial;
	line-height: 10.5pt;
	color: #fff;
	width: 705px;
	height: 145px;
	margin-top: 1070px;
	margin-right: auto;
	margin-left: 15px;
	margin-bottom: 5px;
	z-index: 1;
	border: 0px solid #fff;
}
#book5 {
	position: absolute;
	font: 8pt arial;
	line-height: 10.5pt;
	color: #fff;
	width: 705px;
	height: 100px;
	margin-top: 1360px;
	margin-right: auto;
	margin-left: 15px;
	margin-bottom: 5px;
	z-index: 1;
	border: 0px solid #fff;
}
img.floatLeft { 
    float: left; 
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
}
img.floatRight { 
    float: right; 
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 7px;
}


