/* CSS Document */

body {
  background-color:#FF9900;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
}

#geral{
  background-color:#FFFFFF;
  border-style:none;
  width:770px;
  margin:auto;
  margin-left:auto;
  margin-right:auto;
}

#header{
  height:100px;
}

#main{
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
  padding-bottom:0px;
  vertical-align:top
}

#menu{
  
}

/******************************************/

#tabela_fotos{
  width:400px;
  border:none;
  border-collapse:collapse;
}

#tabela_fotos td{
  padding:5px;
}

/******************************************/

.roundcont {
	width: 270px;
	background-color: #008C00;
	color: #FFFFFF;
}

.roundcont p {
	margin: 0 10px;
}

/* Links */
.roundcont a:link {
  color: #FFFFFF; 
  text-decoration: none;
}
 
.roundcont a:active {
  color: #FFFFFF; 
  text-decoration: underline;
}
 
.roundcont a:visited {
  color: #FFFFFF; 
  text-decoration: none;
}
 
.roundcont a:hover {
  color:#0000FF;
  text-decoration: underline;
}
/* end Links */

.roundtop { 
	background: url(tr_green.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br_green.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

