body
{
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-color: #4f5644;
}
img
{
	border-width: 0px;
}
a
{
	text-decoration: none;
	color: #ff7100;
}
.header
{
	width: 800px;
	margin: auto;
}
.content
{
	width: 800px;
	height: 445px;
	margin: auto;
	background: #aebf93;
	background-image: url(/images/table_background.gif);
	background-repeat: no-repeat;
}

/* NAVIGATION ITEMS */
.navigation
{
	width: 141px;
	text-align: left;
	height: 430px;
}
.nav_item
{
	margin: 5px 0 3px 25px;
}
.nav_line
{
	margin: 0 5px 0 3px;
	position: relative;
	top: -1px;
}
.nav_subitem
{
	display: block;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	margin-left: 46px;
}

/* ENLARGEMENT ITEMS */
.enlargement
{
	width: 380px;
	text-align: center;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
}
.image_description
{
	padding-top: 3px;
}

/* THUMBNAIL ITEMS */
.thumbnails
{
	width: 279px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
}
.thumbnail,.thumbnail_selected
{
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
}
.thumbnail_selected
{
	border-color: #ff7100;
}
.postertable
{
	position: relative;
	left: 15px;
	width: 240px;
	height: 320px;
	background-color: #c1ad7a;
}
.description_block
{
	width: 220px;
	height: 145px;
	background-color: #708a4d;
	text-align: left;
}
.description
{
	display: block;
	width: 190px;
	position: relative;
	top: -10px;
	left: 30px;
	text-align: left;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.intro_text
{
	display: block;
	width: 220px;
	position: relative;
	left: -10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
}