body{
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #E6E8E7;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}
h3{
	color: #DA8000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0;
}
.slice{
	background-attachment: scroll;
	background-image: url(images/slice.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #F6F6F6;
}
#leftMenu{
	text-align: right;
}
#leftMenu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#leftMenu ul li{
	padding: 1px 12px 1px 0;
	list-style: none;
	background-image: url(images/arr.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#leftMenu a{
	color: #5D5D56;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#leftMenu a:hover{
	color: #990000;
}
.update{
	color: #948D8D;
	font-size: 11px;
}
.copyright{
	color: #464646;
	font-size: 12px;
}
