@charset "utf-8";

/* CSS Document */



body{

	margin:0;

	padding:0;

	background: #fff url(images/bg.jpg) top repeat-x;

	font-family: Futura, Tahoma, Arial;

	font-size:12px;

	line-height:18px;

}





h1{
	color: #639cc9;
	font-size:22px;

	}

h2{
	color: #639cc9;
	font-size:18px;
	margin: 5px;
	}

h3{
	color: #639cc9;
	font-size:14px;

	}



img{

	margin:0;

	border:0;

}



#header{

	padding:0;

	margin: 0 auto;

	height: 117px;

	width: 800px;

}



#header #logoblock{

	margin-left:15px;

	float:left;

	width:444px;

	height:108px;

	background:url(images/logo.jpg) no-repeat;
	
	cursor: pointer;
}



#nav{

	margin:0;

	margin-top: 10px;

	padding:0;

	list-style:none;

	float:right;

	width: 200px;

}



#nav li{

	margin:0 0 2px 0;

	padding:3px;
	padding-left:25px;

	display:block;
	
	background: #aecddc;
	
	border-left: 5px #fff solid
	
}

#nav li:hover{

	background: #c1dbe7;
	border-left: 5px #aecddc solid
	
}


#nav li a{

	color: #fff;
	text-decoration: none;
	font-weight:bold;
	
}


#banner{

	padding:5px;

	margin: 0 auto;

	height: 200px;

	width: 800px;

	background: url(images/banner_bg.png);

}





.divider{

	margin:0;

	padding: 5px 0 0 0;

	border-bottom: 5px solid #f0f0f0;

	margin-bottom: 5px;

}

	
a{
	color: #639cc9;
}

#content{

	padding:0;

	margin: 0 auto;

	width: 800px;

}

.imgbox{
	float:left;
	padding:10px;
	height: 80px;
}

#content ul{
	list-style: circle;
	padding:0 0 0 10px;
	margin: 0;
}


#content li{

	list-style:none;
	
	background: url(images/blue_arrow.jpg) 0 10px no-repeat;

	padding:5px 5px 5px 15px;

}



#content #book{

	width:800px;

	background: url(images/book_center.jpg) repeat-y;

}

#content #book_left{

	width:476px;

}

#content #book_right{

	padding-right: 10px;

}





#content #book_right h3 a{
	color: #666;
	text-decoration:none;

}





#content .book_binding{

	width:100px;

	background: url(images/book_binding.jpg) center no-repeat;

}



#content #book_top{

	margin:0;

	padding: 10px 0 0 0;

	background: url(images/book_top.jpg) top right no-repeat;

}



#content #book_btm{

	margin:0;

	padding: 0 0 20px 0;

	background: url(images/book_base.jpg) bottom no-repeat;

}



#base{
	height:100px;
	background: url(images/footer_bg.jpg) top repeat-x;
	margin:0;
	padding: 10px 0 0 0;
}

#footer{

	padding:0;

	margin: 0 auto;

	height: 53px;

	width: 800px;

	color: #fff;

}



#footer ul{

	margin: 0 10px 0 10px;

	padding: 5px 0 0 0;
	


}



#footer li{

	list-style: none;

	display:inline;

	padding: 0 10px 0 10px;

	border-right: 2px solid #fff;

}



#footer li a{

	color:#639cc9;

	font-weight: bold;

	text-decoration:none;

}

#footer li a:hover{
	
	color:#666;
	text-decoration: underline;
}



#byline a{

	padding: 5px 20px 0 0;

	float:right;

	width:200px;

	text-align:right;

	color:#fff;

	text-decoration:none;

}