/*  
Name: missunderstood template
Author: will rossiter
Date: 2/05/2006
*/

/***Misc Tags***/

* {
 margin: 0px;
 padding: 0px;
}

body 
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color:#000000;
}

.main_table
{
background-color:#FF0000;
height:100%;
width:100%;
}

.header
{
	margin-top: 5px;
	height:92px;
	border-bottom: solid 3px #000000;
}

.thumb_container
{
	height:100%;
	width:100%;
}
.thumb_header
{
	height: 20px;
}
.thumb_header_title
{
	width:740px;
}
.thumb_large
{
	height:505px;
	
}
.thumb_image
{
	width:760px;
	height:505px;
}
.thumb_item
{
	cursor:pointer;
}
.thumb_items
{
	height:90px;
	width:786px;
	padding:0px;
	margin:0px;
}
.nav_button
{
margin-top:5px;
cursor:pointer;

}

.slide_button
{
	cursor:pointer;
}

.container
{
	height:593px;
	width:100%;
}

.footer
{
width:100%;
	height:26px;
	border-top: solid 3px #000000;
}

