/* reset */
@import url("reset.css");

body {
background : #fff;
font-family : times;
font-size : 14px;
color : #2E68B2;
text-align : center;
font-weight: bold;
}

a
{
color: #E53366;
text-decoration: none;
}

a:hover
{
color: #E53366;
text-decoration: underline;
}


#wrap
{
margin:25px auto 0;
position:relative;
text-align:left;
width:860px;
}

/*home page */

#logo_home
{
color:#FFFFFF;
font-size:53px;
font-weight:lighter;
}


#bg_home
{
left:-35px;
position:absolute;
top:0;
z-index:-1;
top:-1px;
width: 920px;
height: 809px;
}

#nav_home
{
color:#FFFFFF;
font-family:Georgia;
font-size:14px;
font-weight: bold;
left:403px;
letter-spacing:0.7px;
position:absolute;
top:38px;
width:400px;
}

#nav_home a
{
color:#FFFFFF;
margin-left:0;
margin-right:4px;
text-decoration:none;
}

#nav_home a:hover
{
color: #fff;
text-decoration: underline;
}

#nav_home li
{
list-style: none;
display: inline;
}

/* eo home page */


#logo
{
color:#2E68B2;
font-size:53px;
font-weight:lighter;
}

#logo a
{
color:#2E68B2;
}

#logo a:hover
{
text-decoration:none;
}

a
{
  outline: none;
}


#nav
{
color:#2E68B2;
font-family:Georgia;
font-size:14px;
font-weight: bold;
left:403px;
letter-spacing:0.7px;
position:absolute;
top:38px;
width:400px;
}

#nav a
{
color:#2E68B2;
margin-left:0;
margin-right:4px;
text-decoration:none;
}

#nav a:hover
{
color: #2E68B2;
text-decoration: underline;
}

#nav a.active
{
text-decoration: underline;
}

#nav li
{
list-style: none;
display: inline;
}


#content
{
left:402px;
line-height:24px;
position:absolute;
top:187px;
width:490px;
}

p
{
margin-bottom: 14px;
}

/* backgrounds */
#bg
{
position:absolute;
top:0;
z-index:-1;
}


#bg_book
{
position:absolute;
top:8px;
z-index:-1;
background: url(../images/book.jpg);
background-repeat: no-repeat;
width:377px;
height: 569px;
}


/* eo background */


.title
{
margin-bottom:15px;
}


html {
overflow: scroll;
} 


#spread_list
{
padding-top:15px;
padding-bottom:15px;
}


#spread_list li
{
list-style: none;
}

#total_info
{
height:85px;
position:absolute;
top:65px;
}
#total_info2
{
height:85px;
position:absolute;
top:42px;
}

#page_counter
{
float:left;
position:absolute;
left:10px;
}

#titles_output
{
padding-top:30px;
}

#titles_output2
{
padding-top:30px;
}
