@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
}
#header {
	height: 50px;
	width: 760px;
	margin: 10px auto 0 auto;
}
#logo {
	float: left;
}
#langs {
	float: right;
	color: #f7f7de;
}
#langs p {
	text-align: right; 
}
#langs a {
	color: #f7f7de;
	text-decoration: none;
}
#langs a:hover {
	text-decoration: underline;
}
#menu {
	width: 760px;
	height: 25px;
	margin: 14px auto 13px auto;
	background-color: #f7f7de;
}
#nav {
	list-style: none;
}
#nav li {
	color: #68A;
	padding: 0 8px 0 8px;
	float: left;
	line-height:20px;
}
#nav li a {
	text-decoration: none;
	color: #036;
}
#nav li a:hover {
	color: #000;
	text-decoration: underline;
}
#content, #footer {
	clear: both;
	width: 760px;
	margin: auto;
}
#imagem {
	width:760px;
}
#photos {
	float: left;
	margin: 30px 0 30px 0;
}
#photos img {
	background-color:FFF;
	margin-right: 25px;
}
#contactos {
	background-color: #ccd6e0;
	padding: 12px 15px 12px 15px;
	color: #036;
	line-height:16px;
	margin-top: 25px;
}
#texto {
	float: right;
	margin: 30px 15px 30px 0;
	overflow: auto;
	width: 330px;
	display: block;
	line-height: 18px;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin: 0 0 15px 0;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:normal;
	margin-top: 15px;
}
#texto table tr td {
	padding: 0 0 0 5px;
	height:20px;
}
#header td {
	background-color: #CCCCFF;
	font-style: italic;
}
.linha {
	background-color: #DDD;
}
#footer {
	clear:both;
	border-top: solid 1px #036;
	border-bottom: solid 1px #036;
	height:30px;
	margin: 30px auto 30px auto;
}
#footer p {
	text-align: center;
	line-height: 30px;
}
