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

body {
	font-family: Times, serif;
	font-size: 12px;
	text-align: center;
	line-height: 130%;
}	

#pageContainer {
	position: relative;
	margin: 0px auto;
	background: white url('../images/background.jpg') no-repeat;
	text-align: left;
	width: 800px;
	height: 600px;
}

a img {
	border: none;
}

a {
	display:block;
	color: red;
}

ul {
	list-style: none;
}

ul li {
	clear: left;
}

li .thumbnail{
	float: left;
	margin: 4px 10px;
}

li p{
	margin-left: 100px;
	width: 200px;
}

/* IndexBig */

#indexBig h2 {
	line-height: 100%;
}

#indexBig h2 a{
	background: url(../images/arrow_l.gif) no-repeat;
	padding-left: 20px;
}

#indexBig h2 a:hover,
#indexBig h2 a:focus{
	background: url(../images/arrow_l_red.gif) no-repeat;
}

#indexBig li .thumbnail{
	margin-left: 18px;
}

#indexBig li {
	margin-bottom: 16px;
}

/* IndexNormal */

#indexNormal h2 {
	font-size: 12px;
	line-height: 100%;
}

#indexNormal h2 a{
	background: url(../images/arrow_s.gif) no-repeat 0px 3px;
	padding-left: 10px;
}

#indexNormal h2 a:hover,
#indexNormal h2 a:focus{
	background: url(../images/arrow_s_red.gif) no-repeat 0px 3px;
}



#indexNormal li .thumbnail{
	width: 60px;
}

#indexNormal li{
	margin-bottom: 15px;
}

#indexNormal li p{
	margin-left: 82px;
	width: 240px;
}

/* IndexSmall */

#moreChapters {
	margin-left: 10px;
}

.indexSmall li {
	line-height: 100%;
	margin-bottom: 5px;
}

.indexSmall li a {
	background: url(../images/arrow_s.gif) no-repeat 0px 3px;
	padding-left: 10px;
}

.indexSmall li a:hover,
.indexSmall li a:focus{
	background: url(../images/arrow_s_red.gif) no-repeat 0px 3px;
}

/* Position */

#page {
	position: absolute;
	top: 45px;
	left: 45px;
	width: 750px;
	height: 520px;
}

#indexBig {
	position: absolute;
	top: 172px;
	left: 0px;
}

#indexNormal {
	position: absolute;
	top: 0px;
	left: 380px;
}

#indexSmallContainer {
	position: absolute;
	top: 410px;
	left: 0px;
}

#indexSmallContainer ul{
	position: absolute;
	top: 20px;
}

#indexSmall1 {
	left: 0px;
}

#indexSmall2 {
	left: 160px;
}

#indexSmall3 {
	left: 380px;
}

#indexSmall4 {
	left: 540px;
}

