/* CSS Document */

BODY{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	background-image: url(images/background22.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.top_bg {
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu_txt {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_txt:hover {
	font-family: Arial;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	bottom: 20px;
}
.white_txt {
	color: #FFFFFF;
	text-decoration: none;
}

.red_txt {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.bordr {
	border: 3px solid #B3AC88;
	background-color:#EBEAE0;
}

.more {
	color: #FF0000;
	text-decoration: none;
	text-align: right;
}.gal_bg {
	background-color: #dbd8c7;
	background-image: url(images/gal_bg.jpg);
	background-repeat: repeat-y;
}
.more:hover {
	color: #FF0000;
	text-decoration: underline;
	text-align: right;
}
.links a {
	color: #C10000;
	text-decoration: none;
}
.links a:hover{
	color: #C10000;
	text-decoration: underline;
}
