﻿#palette
{
	font-family: Verdana;
	font-size: 7pt;
	text-transform: uppercase;
	text-align: right;
	width: 180px;
    float: right;
    min-height: 525px;
    border: solid 1px #808080;
    text-align: center;
    position: relative;
    margin-top: -12px;
}
#palette a
{
	text-decoration: none;	
	color: #825D3F;
}
#palette tr
{
    width: 178px;
}
#palette a:hover
{
    color: #6A003F;
}

#palette td
{
    width: 33%;
}
.imageFloater
{
	float: left;
	margin: 0 0 0 6px;
	padding: 3px 0 3px 0;
}
#paletteFoot
{
    margin: 0;
    padding: 0;
    float: left;
    width: 180px;
}
#paletteFoot hr
{
    margin: 0;
    padding-bottom: 2px;
    width: 100%;
}
#paletteFoot p, #paletteFoot p a
{
	color: Gray;
	text-transform: capitalize;
}