body {
	padding: 0px;
	margin: 0px;
	background-image: url(../img/bg.gif);
	background-color: #fa7026;
    color: #ffffff;
}
body, table, input, select, textarea {
	font-family: Tahoma;
	font-size: 12px;
}
p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
#mainTable {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
#mainTable .topTD {
	height: 478px;
	width: 775px;
	background-image: url(../img/top_td_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: top;
}
#mainTable .bottomTD {
	width: 775px;
	background-image: url(../img/bot_td_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: transparent;
	vertical-align: top;
}
#mainTable .bottomBG {
	background-image: url(../img/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.textTable {
	width: 100%;
}
.textTable .leftTD {
	width: 280px;
	vertical-align: top;
	padding: 0 10px 5px 10px;
}
.textTable .rightTD {
	vertical-align: top;
	padding: 0 10px 5px 10px;
}

.split {
	height: 3px;
	background-image: url(../img/split.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin: 10px 0 10px 0;
}

.galleryTable img {
	border: solid #808080 1px;
}

.copyright {
	font-size: 11px;
	margin: 30px 0 15px 50px;
	color: #000000;
    text-align: right;
}
.copyright a {
	color: #000000;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}

.list_lang {
    margin-top: -60px;
    text-align: right;
    color: #ffffff;
}
.list_lang a {
    color: #ffffff;
	text-decoration: none;
}
.list_lang span.active {
/*	text-decoration: underline;*/
	font-weight: bold;
}
.list_lang a:hover {
	text-decoration: underline;
}
.adv,.adv a{
    color: #af0001;
	text-decoration: none;
}