body {
	background-color: #303030;
	background-image: url(images/bg_body.gif);
}
.bg-body2 {
	background-color: #FFFFFF;
	background-image: url(images/bg_body2.gif);
	background-repeat: repeat-y;

}
.bg-footer {
	background-color: #A83800;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.txt-white {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;



}
.txt-black {
	font-family: arial;
	font-size: 12px;
	color: #444444;
	line-height: 18px;

}
.bg-center {
	background-image: url(images/bg_center.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bg-left {
	background-image: url(images/bg_categories.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.txt-gray {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
}
.txt-categories {
	font-family: arial;
	font-size: 12px;
	line-height: 22px;
	color: #B56424;
}
a:link {
	color: #B56424;
}
a:visited {
	color: #B56424;
}
a:hover {
	color: #666666;
	text-decoration: none;

}
