/********************************************
* General                                   *
********************************************/

a:link {
	color: #746c52;
	text-decoration: underline;
}

a:visited {
	color: #746c52;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

body {
	font-family: Verdana,Sans-serif;
	background: white;
	color: #555040;
	margin: 5px;
	padding: 0;
}

#container {
	position: relative;
        margin-left: auto;
        margin-right: auto;
	background: white;
	padding: 0;
        height: 900px;
        width: 980px;
}

#background {
	position: absolute;
	z-index: 1;
	top: 0px;
}


/********************************************
* Menu                                      *
********************************************/

#menu {
	position: absolute;
	z-index: 3;
	top: 64px;
	left: 30px;
	width: 150px;
}

#installment h2 {
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 14px;
}

#installment ul {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 32px;
	padding: 0px;
}

#installment li {
	margin-left: 10px;
	padding: 0px;
	font-size: 12px;
	list-style-type: none;
}

#installment li.selected {
	font-weight: bold;
}


/********************************************
* Story                                     *
********************************************/

#story {
	position: relative;
	z-index: 2;
	width: 600px;
        height: 780px;
	padding-top: 68px;
	padding-left: 220px;
}

#logo {
	position: absolute;
	top: 60px;
	right: 0px;
}

#drawing-tall {
	position: absolute;
	bottom: 0px;
	left: 220px;
}

#drawing-long {
	position: absolute;
	bottom: 0px;
	left: 270px;
}

#drawing-topLeft {
	position: absolute;
	top: 88px;
	left: 220px;
}

#drawing-bottom {
	position: absolute;
	bottom: 0px;
}

#drawing-bottomLeft {
	position: absolute;
	bottom: 0px;
	left: 220px;
}

#drawing-bottomRight {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#drawing-bottomCenter {
	position: absolute;
	bottom: 0px;
	left: 310px;
}

#story h1 {
	margin-top: 0px;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 14px;
}

#story p {
	position: relative;
	z-index: 3;
	margin: 0px;
}

#story b {
	color: #746c52;
}

#paragraph {
	margin-bottom: 10px;
}

#leftside-text {
	position: absolute;
	top: 290px;
	left: 220px;
}

#story p.top-short {
	margin-right: 340px;
}

#story p.top-mid {
	margin-right: 260px;
}

#story p.top-long {
	margin-right: 220px;
}

#story p.dialog {
	margin-top: 5px;
}

#story p.dialog-long {
	margin-right: 220px;
	margin-top: 5px;
}

#story p.bottom {
	margin-left: 380px;
}

#story p.slight-right {
	margin-left: 120px;
}

#story p.little-right {
	margin-left: 180px;
}

#story p.right {
	margin-left: 290px;
}

#story p.far-right {
	margin-left: 320px;
}

#story p.veryfar-right {
	margin-left: 345px;
}

#story p.left {
	margin-right: 290px;
}

#story p.center {
	margin-left: 128px;
	margin-right: 112px;
}

#story p.pageFlip {
	text-align: right;
}

#story p.pageFlipCenter {
	text-align: center;
}

#leftstory {
	position: absolute;
	left: 220px;
	width: 250px;
	margin-top: 20px;
}

#rightstory {
	position: absolute;
	margin-top: 20px;
	left: 560px;
	width: 250px;
	text-align: right;
}