td, p, li {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a { 
	font-weight:bold;
	color:#B79353;
	text-decoration: none
}
a:link {
	color:#BC7A4E;
	text-decoration: none
}
a:visited { 
	color:#BC7A4E;
	text-decoration: none
}
a:active {
	color:#BC7A4E;
	text-decoration: none
}
a:hover {
	color:#580000;
	text-decoration: none
}



.left {
	background-image: url(../images/left_panel.jpg);
	background-repeat: repeat-y;
}

.right {
	background-image: url(../images/right_panel.jpg);
	background-repeat: repeat-y;
}
.copyright {
	font-size: 10px;
	color: #999999;
}