body
{
	margin: 0px;
	padding: 0px;
	background-color: rgb( 24, 24, 24 );
	background-attachment: fixed;
	background-image: url('../fundo_riscas.gif');
	color: rgb( 224, 224, 224 );
	text-align: center; /* IE Hack */
}

div#page
{
	margin: 0px auto;
	border: 1px solid rgb( 24, 24, 24 ); /* HACK a martelo para o FF, comer o padding-top! */
	padding: 0px;
	width: 1036px; /* includes 6px (on each side) for image border */
/*	background-attachment: fixed; */
	background-image: url('../fundo.gif');
	text-align: left; /* recover from IE Hack */
}

div#title
{
	margin: 8px;
	padding: 0px;
	color: rgb( 255, 255, 255 );
	font-family: Arial;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center; /* IE Hack */
}

div#menu
{
/*	border: 1px solid red;*/
	margin: 0px auto;
	padding: 10px;
	padding-top: 0px;
	color: rgb( 157, 157, 157 );
	width: 1024px;
	height: 1.2em;
	font-family: Arial;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center; /* IE Hack */
}

div#menu ul
{
/*	border: 1px solid orange;*/
	display: inline;
	padding: 0px;
}

div#menu ul li
{
/*	border: 1px solid yellow;*/
	padding: 4px 8px 4px 8px;
	display: inline;
	white-space: nowrap;
}

div#menu ul li a
{
	color: rgb( 157, 157, 157 );
	text-decoration: none;
}

div#menu ul li a:hover
{
	border-color: rgb( 0, 0, 238 );
	text-decoration: underlined;
}

div#content div#thumbs
{
/*	border: 1px solid green;*/
	margin: 0px;
	padding: 0px
	width: 1024px;
	height: 76px;
}

div#thumbs
{
	margin: 4px;
	margin-top: 16px;
	padding: 0px;
	width: 1024px;
	height: 76px;
}

div#thumbs span
{
	display: block;
	float: left;
	border: 0px;
	margin: 0px;
	padding: 6px;
	background-color: transparent;
	background-position: 0px 0px;
	background-image: url('../fade_thumb.png');
	width: 64px;
	height: 64px;
}

div#thumbs span img
{
	border: 0px;
	width: 64px;
	height: 64px;
}

div#thumbs span.this
{
	border: 6px solid rgb( 255, 255, 255 );
	padding: 0px;
	background-position: -6px -6px;
}

div#thumbs span:hover
{
	border: 6px solid rgb( 80, 96, 238 );
	padding: 0px;
	background-position: -6px -6px;
}

div#image img
{
	border: 6px solid white;
	width: 1024px;
	height: 576px;
}

div#description
{
	margin-top: 24px;
	border: 1px solid rgb( 224, 224, 224 );
	padding: 12px;
	background-color: rgb( 46, 46, 46 );
	font-family: verdana;
	font-size: 1.2em;
}