@charset "utf-8";
/* CSS Document */

body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
}

#container {
	width: 52em;  
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header { 
	padding: 0 1.5em;
	background: #DDD;
}


#header ul{
	margin: 0; /* avoid margin collapse  */
	padding: 10px 0; 
	list-style: none;
}

#header li {
	font-size: 1em;
	padding: 0em .3em; 
	float: center;
	display: inline-block;
}
#header a {
	display: block;
	font-weight:bold;
	padding: 0px;
	color: #000;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#activelink {
	text-decoration: underline;
}

#mainContent {
	padding: 0 20px; 
	background: #FFFFFF;
	height: auto;
}
#mainContent h1, h2, h3{
	text-align:center;
}
#mainContent p{
	text-align: justify;
}
#mainContent a {
	display: inline-block;
	padding: 0em;
	color: #F00;
	text-decoration: underline;
}

#bookholder{
	width: 48em;
	margin: 0; /* avoid margin collapse */
	padding: 1em;
	display: inline-block; 
	
}

#bookholder a {
	display: inline;
	padding: .2em 0em;
	text-decoration: none;
	color:#F00;
}


#bookholder a:hover {
	text-decoration: underline;
}

#bookholder td, th {
	text-align:left;
	padding: .3em 1em;
}

#bookimg {
	width:20em;
	text-align:center;
	padding: .2em 0em;
	display: inline-block; 
}

#footer { 
	padding: 0 10px;
	background:#AAA;
} 
#footer p {
	font-size: .8em;
	margin: 0; /* avoid margin collapse */
	padding: 10px 0; /* padding will create spacewithout margin collapse issue */
}
#footer a {
	font-size: 1em;
	margin: 0; /* avoid margin collapse */
	padding: 10px 0; /* padding will create spacewithout margin collapse issue */
	text-decoration: none;
	color:#F00;
}