﻿body{
	max-width: 1600px;
	font-family: times;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	background-image: url("bg_wood.png");
	background-repeat: repeat;
	overflow: auto;
	}

#logo{
	position: absolute;
	width: 150px;
	height: 300px;
	top: 0px;
	left: 10px;
	background-image: url("logo.png");
	background-repeat: no-repeat;	
	z-index: 999;
	}
	
#head{
	text-align: left;
	margin: 10px 50px 0px 50px;
	padding-top: 10px;
	width: auto;
	min-width: 1000px;
	min-height: 100px;
	background-image: url("bg_paper.png");
	background-repeat: repeat;
	}

.header{
	text-align: center;
	width: auto;
	height: auto;
	padding-left: 150px;
	margin: 0;
	padding: 0;	
	}
	
.header h2{
	font-size: 30px;
	margin: 0;
	padding: 0;
	}

.header h1{
	font-size: 30px;
	margin: 0;
	padding: 0;
	}
	
#main{
	width: auto;
	height: auto;
	min-width: 1000px;
	padding: 0;
	margin: 0;
	}

#main_content{
	margin: 40px 550px 0 100px;
	width: auto;
	min-width: 300px;
	min-height: 600px;
	background-image: url("bg_paper.png");
	background-repeat: repeat;
	padding: 20px;
	}

#content{
	margin: 20px auto;
	width: 80%;
	max-width: 1000px;
	min-width: 640px;
	min-height: 600px;
	background-image: url("bg_paper.png");
	background-repeat: repeat;
	padding: 20px;
	}
	
#go-to-map{
	width: 100%;
	max-width: 510px;
	}
	
#navigtor{
	float: right;
	width: 400px;
	min-height: 100px;
	margin: 0 100px 0 0;
	padding: 0;
	text-align: left;
	}
	
#control{
	text-align: left;
	}
	
#control div{
	width: 170px;
	height: 30px;
	text-align: center;
	display: inline-block;
	margin: 20px 10px 0px 0px;
	padding: 0;
	background-image: url("sbutton.png");
	background-repeat: no-repeat;
	}

#control a{
	font-weight: bold;
	text-decoration: none;
	color: black;
	}

#control a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #800000;
	text-shadow: black 0px 1px;
	}	
	
#footer{
	width: auto;
	height: 30px;
	min-height: 30px;
	min-width: 1000px;
	margin: 20px 50px 0 50px;
	padding-top: 5px;
	padding-left: 15px;
	text-align: left;
	background-image: url("bg_paper.png");
	}

#footer a{
	padding: 0;
	text-decoration: none;
	color: black;
	}
  
#about{
	float: right;
	padding: 0;
	margin: 0 80px 0 0;
	width: 200px;
	height: 25px;
	text-align: center;
	background-image: url("bg_wrap.png");
	background-repeat: repeat;
	display: inline-block;
	}

#about a{
	font-style: italic;
	text-decoration: none;
	color: black;
	}

#about a:hover{
	font-style: italic;
	text-decoration: none;
	color: #800000;
	text-shadow: black 0px 1px;
	}	

#books{
	width: 350px;
	min-height: 240px;  
	margin: 0;
	margin-left: 25px;
	padding: 0;
	background-image: url("books.png");
	background-repeat: no-repeat;
	}

#books div{
	padding: 90px 100px 20px 20px;
	}

#books div a{
	color: black;
	text-decoration: none;
	}

#books div a:hover{
	color: #800000;
	text-shadow: black 0px 1px;
	}
	
#books div a p{
	text-align: left;
	padding-top: 2px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	}
	
#menu{
	list-style-type:none;
	margin: 25px;
	padding:0;
	}
	
ul#menu li a{
	margin-top: 10px;
	color: black;
	background-image: url(button.png);
	background-repeat: no-repeat;
	text-decoration:none; 
	width: 350px;
	height: 57px;
	padding:0;
	display:block;
	border:none;
	font-size:15px;
	font-weight: bold;
	}
	
ul#menu li a:hover{
	display:block;
	font-weight: bold;
	color: #800000;
	text-shadow: black 0px 1px
}

ul#menu li a span{
	margin-left: 20px;
	margin-right: 80px;
	display:block;
  text-align: center;
	}


.wrapper{
	margin: 0;
	padding: 10px;
	text-align: left;
	min-height: 450px;
	background-image: url("bg_wrap.png");
	background-repeat: repeat;
	}

.wrapper p{
	text-indent: 1.5em;
	text-align: justify;
	padding: 0;
	margin: 0 20px;
	}

.wrapper h1{
	margin: 20px 0 0 0;
	text-align: center;
	}

.wrapper h2{
	margin: 20px 0 10px 0;
	text-align: center;
	}
	
.wrapper h3{
	margin: 15px 0 5px 0;
	text-align: center;
	}

h3.left{
	margin: 20px 0 10px 20px;
	text-align: left;
	color: #800000;
	}
	
p.left{
	margin: 5px 0 0 20px;
	padding: 0;
	text-align: left;
	font-weight: bold;
	text-indent: 0;
	}
	
p.left span{
	font-weight: normal;
	font-style: italic;
	}
	
p.center{
	margin: 5px 0 0 5px;
	padding: 0;
	text-align: center;
	text-indent: 0;
	}

p.right{
	text-indent: 0;
	text-align: right;
	font-style: italic;
	padding: 0;
	margin: 5px 30px 0 50%;
	}

.wrapper img{
	padding: 0 10px 10px 0;
	}
	
.wrapper a{
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}

.wrapper a:hover{
	color: #800000;
	text-shadow: black 0px 1px;
	}

div.AZ{
	margin: 10px 0 0 20px;
	padding: 0;
	}

p.AZ{
	margin: 30px 0 10px 20px;
	text-align: left;
	}
	
p.AZ a{
	font-size: 24px;
	}
	
div.AZ span{
	width: 36px;
	height: 30px;
	text-align: center;
	border: 2px blue solid;
	margin: 20px 0px 10px 0px;
	display: inline-block;
	font-size: 20px;
	padding: 0;
	}
	
.photo{
	margin: 10px 10px 20px 20px;
	width: 140px;
	height: 240px;
	text-align: center;
	display: inline-block;
	}

.photo img{
	padding: 0;
	margin: 0;
	}

.photo p{
	padding: 0;
	margin: 0 0 0 5px;
	text-indent: 0;
	text-align: left;
	}
	
h3.books{
	text-align: left;
	padding: 0;
	margin: 5px 20px 0 20px;
	}
	
div.video{
	width: 340px;
	height: 280px;
	text-align: center;
	margin: 10px 5px 5px 5px;
	padding: 2px;
	display: inline-block;
	border: 1px solid black;
	background-image: url("bg_wrap.png");
	background-repeat: repeat;
	overflow: hidden;
	}
	
div.video-empty{
	width: 340px;
	height: 280px;
	margin: 10px 5px 5px 5px;
	padding: 2px;
	display: inline-block;
	border: none;
	}
	
	
	
	
	
	