html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	/*background: #cccccc url("images/bg_grad.jpg") fixed;*/
    text-align: center;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#003333;
	
	
}
a {
color:#FF6600
}

.tablecenter {
	width: 100%;
	height: 100%;
	}

.tdcenter {
	vertical-align: middle;
}

.out {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	border: 1px solid #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background-color:#125D59;
	vertical-align:middle;
	left: -1px;
}

.light {
background-color:#125D59;
}

.medium {
background-color:#034041;
}

.dark {
background-color:#072428;
}

.text_light {
color:#1D8A87;
}

.text_light9 {
color:#1D8A87;
font-size:9px;
}

.bottom {
background-image:url(images/bg_bottom.gif);
width:770px;
height:24px;
}

.text9{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#FFFFFF;

}
.orange9{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#FF6600;
}

.orange{
color:#FF6600;
}

.torange12{
font-size:12px;
color:#FF6600;
}

textarea, input {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

/*////////////////////////////////////////////////////////////////*/
#main-menu {
width: 770px;
height: 26px;
background: url(images/main-menu-background.jpg) top left no-repeat #0f5354;
float: left;
}

/*#bt-home {
width: 73px;
height: 26px;
margin-left: 347px;
float: left;
}*/

/*#bt-fotos {
width: 65px;
height: 26px;
float: left;
}*/

#bt-home {
	float: left;
	display: block;
	width: 73px;
	height: 26px;
	margin-left: 347px;
	background: url(images/bt_homepage.jpg) no-repeat bottom left;
	text-indent: -1000px;
	overflow:hidden;
}

#bt-home:hover {
	background: url(images/bt_homepage.jpg) no-repeat top left;
}

#bt-fotos {
	float: left;
	display: block;
	width: 65px;
	height: 26px;
	background: url(images/bt_fotos.jpg) no-repeat bottom left;
	text-indent: -1000px;
	overflow:hidden;
}

#bt-fotos:hover {
	background: url(images/bt_fotos.jpg) no-repeat top left;
}

#bt-servicos {
	float: left;
	display: block;
	width: 101px;
	height: 26px;
	background: url(images/bt_servicos.jpg) no-repeat bottom left;
	text-indent: -1000px;
	overflow:hidden;
}

#bt-servicos:hover {
	background: url(images/bt_servicos.jpg) no-repeat top left;
}

#bt-workshops {
	float: left;
	display: block;
	width: 116px;
	height: 26px;
	background: url(images/bt_workshops.jpg) no-repeat bottom left;
	text-indent: -1000px;
	overflow:hidden;
}

#bt-workshops:hover {
	background: url(images/bt_workshops.jpg) no-repeat top left;
}

#bt-links {
	float: left;
	display: block;
	width: 66px;
	height: 26px;
	background: url(images/bt_links.jpg) no-repeat bottom left;
	text-indent: -1000px;
	overflow:hidden;
}

#bt-links:hover {
	background: url(images/bt_links.jpg) no-repeat top left;
}

/*#bt-links {
width: 66px;
height: 26px;
float: left;
}*/