body, div, ul, li, form, img {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
body {
	background: #FFF url(images/bg.jpg) top left repeat-x;
}
.controle {
	clear: both;
	margin:0;
	padding:0;
	line-height:0pt;
	height: 0pt;
	font-size: 0pt;
}

#wrapper {
	position: relative;
	width: 700px;
	height: 500px;
}
#wrapper #header {
	width: 675px;
	height: 94px;
	padding: 10px 0px 10px 15px;
}

#menubar {
	width: 675px;
	padding: 5px 0px 20px 17px;
}
#menubar ul#menu {
	width: 675px;
	height: 30px;
}
#menubar ul#menu li {
	float: left;
	height: 30px;
	margin-right: 5px;
	font: bold 11px Tahoma, Verdana, sans-serif, "Times New Roman";
}
#menubar ul#menu li a{
	display: block;
	background-color: #EBEBEB;
	padding: 5px 12px;
	color: #000;
	text-decoration: none;
}
#menubar ul#menu li a:hover{
	display: block;
	background-color: #009900;
	padding: 5px 12px;
	color: #FFF;
	text-decoration: none;
}


#content {
	padding: 0 20px 20px 20px;
}
#content h1 {
	margin:0 0 25px 0;
	padding:0;
	font: bold 25px "trebuchet MS", Arial, "Arial Narrow", "Arial Rounded MT Bold", verdana, tahoma;
	color: #0D8141;
	text-transform: uppercase;
	letter-spacing: -2px;
}
#content p {
	font: 12px Tahoma, Verdana, sans-serif, "Times New Roman";
	color: #000;
	text-align: justify;
}


table tr th {
	font-size: 14px;
	text-align: left;
	color: #0d8141;
}

table tr td ul {
	font:12px Tahoma;
	padding: 0px 8px 25px 5px;
	list-style:disc;
}

#fotos {
	margin: 20px auto 40px auto;
	width: 530px;
}
.thumbs {
	width: 100px;
	padding: 5px;
	float: left;

}
.thumbs img {
	margin-bottom: 5px;
	border:1px solid #000;
	cursor: pointer;
}
.foto {
	width: 400px;
	float: left;
	padding: 10px 5px 5px 15px;
}
.foto img {
	border:1px solid #000;
}