@charset "UTF-8";
/* CSS Document */

#container {
	float: none;
	height: 630px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 19px;
}
body {
	background-image: url(web_Background.png);
	background-position: center;
}
#background {
	background-color: #293c40;
	height: 630px;
	width: 900px;
	position: relative;
	float: none;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
}
a {
	text-decoration: none;
	color: #ABA57B;
}
#navigation {
	background-color: #000;
	float: none;
	height: 70px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 20px;
}
#button {
	height: 66px;
	width: 125px;
	position: relative;
	float: right;
	top: 10px;
}
#tabs {
	float: right;
	height: 629px;
	width: 90px;
	position: relative;
}
#book {
	float: right;
	height: 629px;
	width: 419px;
	position: relative;
	background-image: url(book.png);
}
#text {
	float: left;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 9px;
	left: 40px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: normal;
	color: #CCC;
	font-weight: lighter;
	margin-bottom: 15px;
}

#apDiv1 {
	position:fixed;
	width:200px;
	height:69px;
	z-index:1;
	bottom: 30px;
	float: right;
	margin: 0px;
	right: 10px;
}

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11.2px;
	color: #f0d48a;
	line-height: normal;
	font-style: normal;
	font-weight: 200;
}
#container #navigation div {
	color: #CCC;
}

