body {
	background-image: url(images/bg-body.png);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0px;
	margin: 0px auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #333333;
}
#tudo {
	padding: 0px;
	margin: 0px auto;
	width: 940px;
	background-color: #EDEDED;
}
ul {
	margin: 1px;
	padding-left: 12px;
}

a:link,
a:active,
a:visited {
	color: #91b6d6;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}

#menu {
	background-image: url(images/bg-menu.png);
	background-repeat: repeat-x;
	background-position: top left;
	color: #484848;
	font-size: 90%;
	padding: 1px 0px 0px 0px;
	margin: 0px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
	height: 73px;
}
#menu a:link,
#menu a:active,
#menu a:visited {
	color: #212121;
	text-decoration: none;
	background-color: #d9e6ef;
	display: block;
	margin-top: 39px;
	padding: 9px 10px 5px 10px;
	float: left;
	height: 20px;
	opacity: .7;
	filter: alpha(opacity=70);
}
#menu a:hover,
#menu a.selected {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1a4f79;
	display: block;
	margin-top: 35px;
	padding: 9px 10px 5px 10px;
	float: left;
	height: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
}

#language {
	top: 50px;
	left: 940px;
	display: block;
	padding: 0px 10px 5px 10px;
	z-index: 1;
	position: absolute;
	width: 200px;
}
.flag_icon {
	float: left;
	margin: 0px 3px 0px 0px;
}
#header {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#gallery {
	background-image: url(images/bg-gallery.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	margin: 0px;
	height: 256px;
	overflow: hidden;
	position: relative;
	color: #333333;
}
.gallery_picture1 {
	width: 175px;
	float: left;
	padding: 3px;
	margin: 3px;
	text-align: center;
}
.gallery_picture2 {
	padding: 5px;
	margin: 5px;
	border: 2px solid #90b5d6;
}
#picture {
	float: left;
	/*border: 1px solid #a09775;*/
	padding: 0px;
	margin: 0px 8px 2px 0px;
}

#picture1 {
	background-color: #FFFFFF;
	width: 542px;
	height: 230px;
	position: absolute;
	overflow: hidden;
	top: 7px;
	left: 22px;
}
#picture2 {
	background-color: #FFFFFF;
	width: 258px;
	height: 233px;
	position: absolute;
	overflow: hidden;
	top: 5px;
	left: 628px;
}

#container {
	background-color: #FFFFFF;
	margin: 0px;
	min-height: 400px;
}

#left_box {
	float: left;
	width: 195px;
	background-image: url(images/bg-left-box.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.box1 {
	background-image: url(images/bg-box1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: 1px;
	color: white;
	font-size: 110%;
	height: 46px;
	font-weight: bold;
}
.box2 {
	background-image: url(images/bg-box2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 1px 2px 1px 5px;
	margin-left: 1px;
	margin-bottom: 2px;
	color: #333333;
	font-size: 95%;
	border-bottom: 1px dashed #dfdfdf;
}
.box2 a:link,
.box2 a:active,
.box2 a:visited {
	color: #212121;
	text-decoration: none;
}
.box2 a:hover,
.box2 a.selected {
	color: #1a4f79;
	text-decoration: none;
	background-color: #91b6d6;
	display: block;
}
.new {
	background-image: url(images/bg-new.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 10px 10px 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: white;
	font-size: 90%;
	height: 201px;
	overflow: auto;
}
.new a:link,
.new a:active,
.new a:visited {
	color: white;
	text-decoration: none;
}
.new a:hover,
.new a.selected {
	color: #91b6d6;
	text-decoration: none;
}
.new_title {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
}
#content {
	margin: 0;
	padding: 10px;
	color: #333333;
	border-left: 1px dotted #E5E5E5;
	float: left;
	width: 414px;
}

#right_box {
	float: left;
	width: 290px;
	background-image: url(images/bg-right-box.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 50px;
}
#address {
	background-image: url(images/address.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 205px;
	width: 220px;
	padding: 10px 40px 15px 40px;
	margin: 0 0 5px 0;
	overflow: hidden;
	color: white;
}
.address_title {
	font-size: 120%;
	font-weight: bold;
	color: white;
}

#footer {
	color: #9E9E9E;
	font-size: 85%;
	padding: 0;
	margin: 10px 0 10px 0;
	text-align: left;
	clear: both;
}
#footer a:link,
#footer a:active,
#footer a:visited {
	color: #9E9E9E;
	text-decoration: none;
}
#footer a:hover {
	color: #9E9E9E;
	text-decoration: underline;
}


h1 {
	font-size: 140%;
	margin: 5px 0px 15px 0px;
	color: #4378c0;
	padding: 0px 0px 15px 0px;
	border-top: 0px dotted #4378c0;
	border-bottom: 1px dotted #4378c0;
	border-left: 0px dotted #4378c0;
	border-right: 0px dotted #4378c0;
}
