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

body {
text-align: center; /* center things in pre-IE6 */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-image: url("images/bg.gif");
background-position: 50% 15%;
background-repeat: no-repeat;
background-color:#ffffff;
margin:0px;
}
#container {
margin: 10px auto;
width: 840px;
}
#header {
background-color:#b0a6c9;
width:840px;
}
#navigation {
float:left;
width: 200px;
height:1000px;
background-color:#f4f4f4;
padding:20px;
text-align:left;
}
#navigation a{
color:#000000;
}
#mainContent {
float:left;
background-color:#FFFFFF;
width:560px;
padding:20px;
text-align:left
}
#story {
float:left;
width:240px;
height:280px;
padding:10px;
border-bottom-color:#000000;
border-width:thin;
border-style:solid;
}
#storyHeader {
float:left;
width:240px;
padding:10px;
background-color:#e0d6cc;
margin-top:-10px;
margin-bottom:5px;
margin-left:-10px;
margin-right:-10px;
text-align:center;
}
H1 {
margin:0px;
}
H2 {
margin:0px;
font-size:14px;
}
#storySpacer {
float:left;
width:20px;
border-bottom-color:#000000;
border-width:thin;
border-style:none;
}
#error {
color: #FF0000;
font-style: italic;
font-size: 10px;
font-weight: bold;
}