

body
	{ background-color : #003333;
	  color            : #FFFFFF;
	  font-family : serif;
	  font-size   : 18px;
	  border : 0;
	  position : absolute;
	  top : 0;
	  left : 0;
	  bottom : 0;
	  right : 0;
	  overflow : auto;
	  min-width: 1000;
	}
			
.image
	{
		text-align: center;
		padding:10px;
	}
	
.category
	{
		text-align: center;
		vertical-align: top;
	}

.index
	{
		width: 50px;
		text-align: left;
		vertical-align: top;
	}

.title
	{
		width: 400px;
		text-align: left;
		vertical-align: top;
	}

.year
	{
		width: 100px;
		text-align: left;
		vertical-align: top;
	}

.size
	{
		width: 150px;
		text-align: left;
		vertical-align: top;
	}
	

/* Catalog */

.navigationArea
	{
		position:	fixed;
		top:		0;
		left:		0;
		right:		0;
		height:		70px;
		border:     0;
	}

.catalogpanel
	{ 
		position : absolute; 
		bottom   : 10px; 
		right    :  5px;
		border   : 0; 
	}

.catalogpanel img
	{ 
		border : 0;
	}

