@charset "utf-8";
/* CSS Document */

img, div, table, th { behavior: url(iepngfix.htc) }

/* Generic */
a img{
 border:0;
}
body{
 background:white;
	text-align:center;
	margin:0;
	padding:0;
}
table#header{
 border-collapse:collapse;
}
table#header td, table#header th{
 padding:0;
}

/* Containers */
#container{
 border:0px solid black;
	width:900px;
	margin:0 auto;
 text-align:center;
}
#container .block{
 margin:5px auto;
	padding: 30px;
}
table.block{
 background:url('images/marb014.jpg');
	border:2px solid #001133;
	border-top-color:#aaa;
	border-left-color:#aaa;
}
table#footer{

}

/* Specific */
table.block td{
 width:160px;
	height:120px;
 border:0px solid black;
	padding:0px;
}
table.block td{
 padding:0;
}
table.block td img{
 border:1px solid black;
	display:none;
}

table.block th{
 text-align: right;
}
table.block th img.bookmark{
 margin: 0 -100px -30px 0;
	border:0;
	position: relative;
}
#pages{
 border:1px solid black;
}
#pages a{
 margin:0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: bold;
	color: #6699FF;
}
#pages a.here{
 color:#3366FF;
	text-decoration:none;
}