body {
	margin:0 0 0 0;
	background-image:url("/_img/background.jpg");
}

a {
	color:#77630C;
	text-decoration:none;
}

a:hover {
	color:#77630C;
	text-decoration:underline;
}

h1 {
	font-family: 'Tangerine', arial, serif;
	font-size:50px;
	color:#77630C;
	text-align:center;
}

img {
	border:0px;
}
#global {	
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:100%;
	/*background-color:#fff;*/
	text-align:center;
}
#header {
	margin-left:auto;
	margin-right:auto;
	width:560px;
	height:60px;
	background-image:url('/_img/bg-page-top.jpg');
	background-repeat:no-repeat;
}
#logo {
	margin-left:363px;;
	position:absolute;
	top:10px;
	text-align:center;
}
#page {
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	width:560px;
	background-image:url('/_img/bg-page.jpg');
	background-repeat:repeat-y;

}
#footer {
	margin-left:auto;
	margin-right:auto;
	bottom:0px;
	width:560px;
	height:60px;
	background-image:url('/_img/bg-page-bottom.jpg');
	background-repeat:repeat-y;
	text-align:center;
}
.border_rounded 
{
    background-color: #E8E1D9; /*#ddccb5;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #897048;
    padding: 2px;
    width: 500px;
	margin-left:auto;
	margin-right:auto;
}

.chapter {
	padding-top:5px;
	font-family: 'Tangerine', arial, serif;
	font-size:20px;
	font-weight:bold;
	color:#AAAAAA;  /*#563511;*/
	text-align:center;
}

.introText {
	font-family: 'Tangerine', arial, serif;
	font-size:22px;
	color:#563511;
}

.shadow {
	-webkit-box-shadow: 10px 10px 5px #888;
}

