/* home specific styles */

div#top
{
	background: url(../images/cane_burning_top.png);
}

div#left
{
	background: url(../images/cane_burning_left.png); background-repeat:no-repeat;
}

/* thumb logo links on the right panel */
a.logo
{
	width: 142px;
	height: 84px;
	padding: 9px;
	
}a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

div#right
{
}
