* {
	margin: 0;
	padding: 0;
}

html {
	background: #330000 url(../images_small/bg_pattern.jpg);
	font-family: "Georgia", serif;
	color: #666666;
}

body { background: url(../images_small/book_open.jpg) center top no-repeat }
body#welcome { background: none }
body#welcome .main_page {
	background: none;
	height: 800px;
	padding-top: 40px;
}

body#welcome .main_page header { margin: 0 }
a#book_cover {
	position: relative;
	left: -70px;
	display: block;
	background: url(../images_small/book_cover.jpg) top left no-repeat;
	width: 679px;
	height: 842px;
	margin: 0;
	z-index: 100;
}

a#book_cover_es {
	position: relative;
	left: -70px;
	display: block;
	background: url(../images_small/book_cover_es.jpg) top left no-repeat;
	width: 679px;
	height: 842px;
	margin: 0;
	z-index: 100;
}

.main_page {
	position: relative;
	background: #f5f3ef url(../images_small/book_open.jpg) -643px top no-repeat;
	width: 575px;
	height: 906px;
	padding: 51px 250px 54px 140px;
	margin: 0 auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

nav {
	display: block;
	position: absolute;
	background: url(../images_small/navbar_bg.png) top left no-repeat;
	height: 208px;
	width: 248px;
	right: -10px;
	top: 200px;
	z-index: 200;
}

nav ul {
	list-style: none;
	margin: 4px 0 0 0;
}

nav li {
	padding: 8px 30px;
	text-align: center;
	margin: 0;
}

nav a {
	text-decoration: none;
	color: #cc974b;
	font-size: 22px;
	font-weight: normal;
	text-shadow: 0 -1px 2px rgba(255,255,255,0.35), 0 1px 2px rgba(0,0,0,0.35);
}

nav li:hover a {
	color: #c88023;
}

#languages {
	list-style: none;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0;
	margin: 0;
}

#languages li {
	display: inline;
	padding: 0;
	margin: 0;
}

header {
	text-align: center;
	margin-bottom: 15px;
}

header h1 {
	width: 100%;
	margin: 10px 0 0 0;
	font-family: "Dancing Script", cursive;
	font-size: 68px;
	font-weight: normal;
	color: #e57c4e;
}

h1, h2, h3, p, li, table {
	font-size: 13px;
	line-height: 155%;
	margin: 15px 30px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #e57c4e;
}

ul {
	margin-left: 20px;
}

li {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}

table {
	width: 515px;
	border-collapse: collapse;
}

th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #666666;
}

th, td {
	font-size: 12px;
}

hr {
	margin: 40px 0;
}

.slideshow img {
	position: absolute;
	top: 387px;
	left: 237px;
	width: 397px;
	height: 248px;
	z-index: 120;
}

#mission { 
	font-size: 16px;
	text-align: center;
}

ul.slideshow {
	list-style: none;
}

ul.slideshow li {
	font-size: 13px;
}

.contact {
	font-family: monospace;
	font-size: 13px;
}

.half {
	width: 47%;
	margin-right: 3%;
	float: left;
}

.clear {
	clear: both;
}

img.right {
	float: right;
	padding: 20px 50px 20px 20px;
}

.sticky {
	display: block;
	position: absolute;
	right: 280px;
	background: url(../images_small/sticky.png) top left no-repeat;
	width: 232px;
	height: 213px;
	padding: 10px 25px;
	overflow: hidden;
}

.sticky h1, .sticky h2, .sticky h3, .sticky p, .sticky li {
	font-family: "Gloria Hallelujah", cursive;
	font-size: 15px;
	line-height: 130%;
	margin: 0 0 15px 0;
	padding: 0;
}

.sticky ul {
	margin-left: 20px;
}

.sticky li {
	font-size: 11px;
	margin: 0 10px 7px 0;
}

footer p {
	color: #f6f6dc;
	text-align: center;
	font-size: 11px;
}

footer a {
	color: #f6f6dc;
	text-decoration: none;
}

footer a:hover { text-decoration: underline }