a:link, a:visited, a:active {
	background: transparent;
	text-decoration: none;
	color: #CC9900;
}
a:hover {
	background: #c90;
	color: #fed
}
#main p {
	font-color: #c90;
}
#button ul, li.paint ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#button li, li.paint, li.current  {
	padding-bottom: 2px;
	margin: 0;
	font-weight: bold;
	}

li.paint {
	padding: 0;
	line-height: 1.8em;
}
#button li a {
	display: block;
	padding: 5px 0px 5px 1.5em;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
	text-align: right; 
	background-color: transparent;
	color: #c90;
	text-decoration: none;
/* ie6 box hack. */
	width: 110px;
	width /**/: 90%;
	}
html>body #button li a {
	width: auto;
	}
#button li a:hover {
	border-left: 5px solid #c90;
	background-color: #c90;
	color: #fed;
	}

#button li.current {
	display: block;
	padding: 5px 0px 5px 1.5em;
	border-left: 5px solid #000;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #000;
	color: #fed;
	text-align: right;
	width: 110px;
	width /**/: 90%;
}
html>body #button li.current {
		width: auto;
		}
li.currentpaint {
	padding : 0;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
#button li.currentpaint a {
	display: block;
	padding: 5px 0px 5px 1.5em;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
	text-align: right; 
	line-height: 1.8em;
	background-color: transparent;
	color: #c90;
	text-decoration: none;
/* ie6 box hack. */
	width: 110px;
	width /**/: 90%;
	}
html>body #button li.currentpaint a {
	width: auto;
	}
#button li.currentpaint a:hover {
	border-left: 5px solid #c90;
	background-color: #c90;
	color: #fed;
	}

#foot {
width: 625px;
position: absolute;
top: 670px;
text-align: right;}

p.footer {
text-align: right;
font-size: 0.6em;
font-style: oblique;}
