html * {
margin: 0;
padding: 0;
}

html {
font-size: 100%;
}

body {
font-size: 62.5%; /* 2.5em now equals 25px etc */
font-family: arial, sans-serif;
background: #f7e1e4;
color: #b82e33;
}

div#wrapper {
width: 900px;
margin: 0 auto; /* center for most browsers */
}

a {
color: #6e87f8;
}

a:hover {
text-decoration: none;
color: #b82e33;
}

img {
border: none;
}

div#header {
width: 900px;
margin: 0 auto;
text-align: center;
}

p#bookbar {
border-top: 2px solid #6e87f8;
border-bottom: 2px solid #6e87f8;
text-align: center;
font-weight: bold;
font-size: 1.4em;
background: #b82e33;
margin-bottom: 3px;
}

p#bookbar a {
color: #f7e1e4;
text-decoration: none;
}

p#bookbar a:hover {
color: #6e87f8;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.6em;
}

div#leftcontent {
float: left;
width: 695px;
}

div#rightcontent {
float: right;
width: 200px;
}

div#crossways {
margin: 0 auto;
text-align: center;
width: 100%;
margin-bottom: 10px;
}

div#crossways a {
font-size: 2em;
}

img#mainimg {
display: block;
text-align: center;
margin: 0 auto;
}

a#crossy img {
margin-left: 10px;
margin-right: 10px;
margin-bottom: 20px;
}

a#morehere {
font-size: 1.8em;
font-weight: bold;
}

p#descy {
margin-top: 10px;
margin-bottom: 10px;
font-size: 1.2em;
}

span.bigger {
font-weight: bold;
font-size: 2.4em;
}

p.boxy {
width: 330px;
float: left;
margin-right: 10px;
margin-bottom: 10px;
font-size: 1.6em;
text-align: center;
}

p.boxy img {
float: left;
margin-right: 5px;
}

p.boxy a span {
font-size: 1.2em;
font-weight: bold;
display: block;
}

div#footer {
clear: both;
width: 900px;
margin: 0 auto;
padding-top: 10px;
text-align: center;
}

div#rightcontent ul {
list-style: none;
}

div#rightcontent div#prevmov {
text-align: center;
margin-bottom: 20px;
}

div#rightcontent div#prevmov p.small {

}

h4 {
font-size: 1.6em;
}

div#rightcontent div#prevmov p.clickme a {
font-weight: bold;
font-size: 1.4em;
}

div#rightcontent div#sideban {
text-align: center;
margin-top: 20px;
}

p.leftnav {

}

p.leftnav a {
color: #BA2D33;
font-size: 2.4em;
font-weight: bold;
}