* {
    margin,padding: 0;
}
header,footer,nav,article,section {
    display: block;
}

html {
    font-size: 100%;
}
body {
    background-color: #cac9c7;
    font: normal 78%/125% Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    overflow-x: hidden;
}

h2 {
    text-align: center;
}

p {
    margin: 1em 0 0;
}

header {
    background: transparent url('../images/header.png') no-repeat top;
    width: 815px;
    height: 170px;
    margin: 20px auto 0;
}
header img {
    position: relative;
    top: 22px;
    left: 420px;
}
header h1 {
    position: relative;
    top: 6px;
    left: 419px;
    font-size: 2em;
    font-weight: normal;
}

section {
    position: relative;
    background: transparent url('../images/filler.png') repeat-y top;
    width: 815px;
    margin: 0 auto;
}

nav {
    font-variant: small-caps;
}
nav ul {
    float: right;
    margin-top: -18px;
    margin-right: 28px;
}
nav li {
    display: inline;
    list-style: none;
    font-size: 1.4em;
    margin-left: 8px;
}
nav a {
    text-decoration: none;
    color: #333;
}
nav hr {
    float: right;
    margin: 0 26px 0 0;
    padding: 0;
    border: 0;
    width: 741px;
    height: 3px;
    color: #424242;
    background-color: #424242;
}

article {
    clear: both;
    margin: 0 2em 0 4em;
    padding-top: 24px;
}

article iframe {
	display: block;
	width: 50em;
	height: 47em;
	margin: 1em auto 0;
}

footer {
    background: transparent url('../images/footer.png') no-repeat top;
    width: 815px;
    height: 191px;
    margin: 0 auto;
    padding-top: 2em;
}
footer p {
    margin: 8em 0 0 4em;
}

#book {
    position: relative;
    background: transparent url('../images/book.png') no-repeat 0 22px;
    margin-left: -40px;
    width: 820px;
    height: 580px;
    overflow: auto;
}
#book a.sitelink {
    position: absolute;
    top: 120px;
    left: 50px;
    display: block;
    width: 315px;
    height: 210px;
    text-decoration: none;
    z-index: 100;
}
#book a.sitelink span {
    position: relative;
    top: -1em;
    left: 50%;
    margin-left: -3em;
    font-size: 1.5em;
    color: #666;
    visibility: hidden;
}
#book a.sitelink:hover {
    background-color: rgba(51, 102, 204, 0.1);
    /*background-color: #3366CC;
    opacity: 0.1;*/
}
#book a.sitelink:hover span {
    visibility: visible;
}

#leftpage, #rightpage {
    position: relative;
    left: 10px;
    top: -8px;
    float: left;
    height: 508px;
    width: 400px;
    background-image: url('../images/pages.jpg');
    overflow: hidden;
    /*cursor: move;*/
}
#leftpage {
    background-position: 0 0;
    border-left: 1px solid #c8c9c7;
}
#rightpage {
    background-position: 400px 0;
    border-right: 1px solid #c8c9c7;
}
#fliper {
    position: absolute;
    width: 312px;
    height: 575px;
    left: 254px;
    top: -22px;
    background: transparent url('../images/flip.png') no-repeat top center;
    z-index: 100;
}
#curll, #curlr {
    position: absolute;
    top: 0;
    height: 508px;
    width: 400px;
    cursor: pointer;
}
#curll {
    background: transparent url('../images/flip.png') no-repeat -150px -580px;
}
#curll:active {
    background-position: -50px -579px;
}
#curlr {
	background: transparent url('../images/flip.png') no-repeat -387px -580px;
}
#curlr:active {
	background-position: -487px -580px;
}