/* CSS Document */

@charset "iso-8859-1";

html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image:url('');
	background-repeat:repeat-x;
	background-color: #000000;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #845e3b;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #845e3b;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #845e3b;
}

#menu {
	background-image: url(../img/menu.jpg);
	width: 950px;
	height: 30px;
	margin: 0 auto;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #845e3b;
	text-align: center;
}

#menu_gal {
	background-image: url(../img/menu_gal.jpg);
	width: 950px;
	height: 30px;
	margin: 0 auto;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #845e3b;
	text-align: center;
}

#container {
	background-color: #000000;
	background-image: url(../img/bkg_table_top.jpg);
	/**background-image: url(../img/bkg_table_top.png);**/
	background-repeat: no-repeat;	
	width: 950px;
	height: 100%;
	margin: 0 auto;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	text-align: justify;
}

#bottom {
	background-image: url(../img/bottom.jpg);
	width: 950px;
	height: 60px;
	margin: 0 auto;
	border-spacing: 0px;
	border-collapse: collapse;
}

#style {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 10px;
    color: #845e3b; 
    font-family: Arial; 
    font-size: 14px;
}

#language {
	background-image: url(../img/language.jpg);
	height: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #845e3b;
	text-align: center;
}


#text {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
}

.links {
	font-size: 18px;
	font-weight: bold;
}
