body {
	width: 100%;
	margin: 0 auto;
	font: 11pt/1.5em Century Gothic,Helvetica,"Helvetica neue", Arial, sans-serif;
	overflow: hidden;
}

div.navbar {
	position: absolute;
	bottom: 0%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 100%;
	background-color: #2B2B2B;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}

div.navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

div.navbar li {
	padding: 0 0 0 0;
	color: #FFF;
	float: left;
	height: 50px;
}

.navbar_home {
	padding: 0 20px 0 10px;
}

.navbar_button {
	padding: 0 10px 0 10px;
}

.navbar_button:hover {
	opacity: 0.9;
	filter: alpha(opacity = 90);
}

div.navbar ul li div {
	display: block;
	height: 50px;
}

div.navbar ul li div img {
	height: 50px;
}

div.navbar_square {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

div.navbar_square#current_navbar_square {
	background-color: #555;
	opacity: 1;
	filter: alpha(opacity = 100);
}

div.navbar_square:hover {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

div#footercopy {
	color: #FFF;
	position: absolute;
    bottom: 2px;
    right: 15px;
}

div#footerlang {
	color: #FFF;
	position: absolute;
    bottom: 25px;
    right: 15px;
}

a#activelang {
	font-weight: bold;
}

div#fb-widget {
	position: absolute;
    top: 20px;
    right: 15px;
}

div#fb-widget img {
	border: none;
	outline: none;
}

div.squaretextsmall_container {
	padding: 30px 30px 30px 30px;
	position: absolute;
	width: 30%;
	background: #FFF;
	opacity: 0.75;
	filter: alpha(opacity = 75);
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
}

div.squaretextsmall {
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: justify;
}

a {
	outline: none;
}

img {
	border: 0;
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

a:active {
	color: #FFF;
	text-decoration: underline;
}

