body
{
	font-family: helvetica, arial;
	margin-top:25px;
	margin-bottom:20px;
	text-align:center;
}

table, td
{
	font-family: helvetica, arial;
	font-size:11px;
}

.contact
{
	font-family: helvetica, arial;
	font-size:11px;
	color:#333333;
	padding-left:15px;
	text-align:left;
	line-height:20px;
	vertical-align:top;
}

.contact_link
{
	text-decoration:none;
	color:#333333;
}

a:hover.contact_link
{
	text-decoration:none;
	color:#000000;
}

.nav_head
{
 	text-align:right;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	line-height:15px;
	white-space:nowrap;
}

.nav
{
	text-align:right;
	color:#888888;
	text-decoration:none;
	line-height:15px;
	white-space:nowrap;
}

.thumbnails_table
{
	padding-left:15px;
	vertical-align:top;
}

#thumbnails td
{
	padding-bottom:6px;
	padding-right:6px;
}

#caption
{
	padding-top:5px;
	color:#888888;
	float:left;
}

#size
{
	padding-top:5px;
	color:#888888;
	float:right;
}

#sale
{
	padding-top:2px;
	color:#888888;
	clear:both;
	float:right;
	font-size:8px;
	font-style:italic;
}

a:hover.nav
{
	color:#666666;
}

a:hover.nav_head
{
	color:#333333;
}

/* removes dotted borders on firefox links */
a:active
{
	outline: none;
}

a:focus
{
	-moz-outline-style: none;
}

