/*--------------------- body ---------------------*/

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

body { font-size: 62.5%; font-family: Arial, Helvetica, sans-serif; background-color:#FCEED8; }

/* to force scrollbar with centered layout */
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/*----------------------- layout ----------------------------*/

#container { width:887px; margin-top:10px; }
	
	#header { height: 486px; }
	#pictop { height: 120px; width: 289px; background-image:url(../img/pic_top.jpg); background-repeat:no-repeat; float:left; }
	#title { height: 120px; width: 598px; background-image:url(../img/title.jpg); background-repeat:no-repeat; float:left;}
	#picbottom { height:366px; width: 289px; background-image:url(../img/pic_bottom.jpg); background-repeat:no-repeat; float:left;  }
	#middle { height: 366px; width:303px; background-image:url(../img/middle.jpg); background-repeat:no-repeat; float:left; }
	#book { width:295px; height:366px; float:left;}
	
	#text { background-color:#B9B2A8; height:370px; width:887px;}
	#info { width:857px;}
	
	#devider { height:15px; background-color:#555454;}
	
	#scroll { height:132px; background-color:#AEACAD;}
	
	#footer { background-color:#B9B2A8; height:30px; padding-top:10px;}

	.arrow { width:42px; height:132px; float:left;}
	


/*--------------------- paragraphs & headings ---------------------*/

h1 {  }

p {	margin: 0 0 1em; font-size: 12px; line-height: 1.2em;  }


/*--------------------- links ---------------------*/

a, a:visited { color:#333333; text-decoration:none; }

a:active { color:#333333; text-decoration:none; }

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




/*--------------------- images ---------------------*/

a img {
	border: 0;
}

/*--------------------- forms ---------------------*/



/* ---------------------- nav ----------------------*/







