#tlc, #trc { zoom: 1 }
/*
body
	{
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 100.01%;
	text-align: center; 
	}
*/
#box
	{
	position: relative;
	/*margin-left: auto;
	margin-right: auto;*/	
	/*margin-top: 3em;*/
	padding: 0;
	text-align: left;
	width: 790px;				/* <-- use this for a set width */
	background-color: #f8f8f3;;
	}
	
#box_cont
	{
	position: relative;
	/*margin-left: auto;
	margin-right: auto;*/	
	/*margin-top: 3em;*/
	margin: auto;
	padding: 0;
	text-align: left;
	width: 330px;				/* <-- use this for a set width */
	background: url(img/cont/bg.gif);
	}	

#box_filter
	{
	position: relative;
	/*margin-left: auto;
	margin-right: auto;*/	
	margin: 0 10px 10px 0;
	padding: 0;
	text-align: left;
	width:200px;				/* <-- use this for a set width */
	background-color: #f8f8f3;
	}

#box_book
	{
	/*margin-left: auto;
	margin-right: auto;*/	
	/*margin-top: 3em;*/
	padding: 0;
	padding-bottom: 240px;
	text-align: left;
	width: 980px;				/* <-- use this for a set width */
	background-color: #f8f8f3;;
	}
		 	
#content
	{
	padding:2em;
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc_cont, #trc_cont, #blc_cont, #brc_cont
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}
	
#tlc
	{
	background-image:url(img/cont/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(img/cont/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(img/cont/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(img/cont/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(img/cont/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(img/cont/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(img/cont/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(img/cont/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}




#tlc_cont
	{
	background-image:url(img/cont/tlc.gif);
	background-position: 0% 0%;
	}

#trc_cont
	{
	background-image:url(img/cont/trc.gif);
	background-position: 100% 0%;
	}
	
#blc_cont
	{
	background-image:url(img/cont/blc.gif);
	background-position: 0% 100%;
	}

#brc_cont
	{
	background-image:url(img/cont/brc.gif);
	background-position: 100% 100%;
	}

#tb_cont, #bb_cont
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb_cont
	{
	background-image:url(img/cont/tb.gif);
	background-position: 0% 0%;
	}

#bb_cont
	{
	background-image:url(img/cont/bb.gif);
	background-position: 50% 100%;
	}
	
#rb_cont
	{
	background-image:url(img/cont/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb_cont
	{
	background-image:url(img/cont/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}