#menu  {
	text-align: center;
	display: block;
	height: 30px;
	padding: 10px 20px 0px 20px;
	background: url(images/img06.jpg) repeat-x left top;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #BFB28D;
}
#menu a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #BFB28D;
}
#menu a:hover {
	color: #FFFFFF;
}
#sidebar {
	float: left;
	width: 200px;
	color : white;
	background: url(images/bata.gif) repeat left;
	background: #231917;	
	border-bottom: 4px solid #C8181E;
	padding: 1px 10px 1px 10px;
}
#sidebar a {
	font-weight: bold;
	font-size : 12px;
	color : white;	
}
#sidebar-right {
	float: right;
	width: 200px;
	color : white;
	background: url(images/bata.gif) repeat left;
	background: #231917;	
	border-bottom: 4px solid #C8181E;
	padding: 1px 10px 1px 10px;
}
#sidebar-right a {
	font-weight: bold;
	font-size : 12px;
	color : white;	
}

