a:link.button
{
	COLOR: #fcf4f3; TEXT-DECORATION: none;
    }
a:visited.button
{
	COLOR: #fcf4f3; TEXT-DECORATION: none;
    }
a:active.button
{
	COLOR: #fcf4f3; TEXT-DECORATION: none;
    }
a:hover.button
{
	COLOR: white;
	TEXT-DECORATION: none;
    }
.left {
	background-image: url(../../images/header/l-r-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: right;
	height: 160px;
}
.right{
	background-image: url(../../images/header/l-r-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	height: 160px;
}
