body	/* Div da Pagina */
{
	background:#eae7c0;
	font-family: Arial, Helvetica, sans-serif;	/* Fontes*/
	margin:0;
	padding:0;
	font-size: 12px;	/* Tamanho da fonte */
}

h1
{
	color: #a5903f;
	font-size: 21px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align:center;
}

h2
{
	background-color: #ceb65e;
	color: #fff;
	font-size: 16px;
	height: 33px;
	line-height: 33px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
h2 a 
{
	color: #fff;
	text-decoration: none;
}

#page {
	text-align:center;
	background:url(../pictures/back.gif) center #eae7c0 repeat-y;
	position:relative;
}

#header {
	margin:0;
	text-align:left;
	width: 770px;
	height: 140px;
	background:url(../pictures/header.gif) top #eae7c0 no-repeat;
	margin-left:auto !important; /* stupid ie... */
	margin-right:auto;
}

#info {
	text-align:left;
	width: 740px;
	margin-left:auto !important; /* stupid ie... */
	margin-right:auto;
	background:url(../pictures/back.gif) center #eae7c0 repeat-y;
}

#footer {
	width:770px;
	background:url(../pictures/footer.gif) bottom center transparent no-repeat;

	margin-bottom:30px;
	padding-bottom:20px;
	padding-top:10px;
	color: #7a7a7a;
	font-size: 10px;
	list-style: none;
	border-top:1px dotted #eae7c0;
	margin-right:auto;
	margin-left:auto !important; /* stupid ie... */
}

#logo {
	
	width: 130px;
	height: 85px;
	position:relative;
	top:20px;
	left:50px;
}

#nomelogo {

	bottom:50px;
	left:80px;
	position:relative;
	text-align:center;
		color: #a5903f;
	font-size: 15px;
	font-weight: normal;
}

#body-container	/* Corpo da pagina (O centro da pagina) */
{
	background-color: #fff;	/* Cor de fundo */
	margin: 0 auto;	/* Margem */
	width: 750px;	/* Largura */
		left: 50%;
	margin-top: -(750/2)px;
}

.gallery td
{
	padding: 20px 0;
	text-align: center;
}

.clear
{
	clear: both;
}
.contact-text-field
{
	width: 238px;
}
.gallery td
{
	padding: 20px 0;
	text-align: center;
}

.lower-third
{
	float: left;
	margin: 4px;
	width: 252px;
}

.lower-third-2
{
	float: right;
	margin: 4px;
	width: 252px;
}

.lower-third img
{
	width: 252px;
}

.lower-third-2 img
{
	width: 252px;
}

#left
{
	float: left;
	width: 59%;
}

#right
{
	float: right;
	text-align: center;
	width: 39%;
}

.text-input
{
	width: 338px;
}

/*********/
/* Menu */
/*********/

#menuhor {
border:none;
margin: 0;
float:center;
font: 9px Arial, sans-serif;
}
#menuhor li {
list-style: none; 
margin: 0;
display: inline;

}
#menuhor li a {
height:1px; /* IE5.0 bug */
padding: 3px 1px; 
margin:0;
border: 1px solid #776125; 
background: #ceb65e;
text-decoration: none;
}
#menuhor li a:link {
color: #fff;
}
#menuhor li a:visited {
color: #fff;
}
#menuhor li a:hover {
background: #eae7c0;
color: #000; 
border-color: #000;
}

/********************/
/* HIGHSLIDE STYLES */
/********************/

.highslide
{
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide img
{
	border: none;
}
.highslide:hover img
{
}
.highslide-caption
{
	background-color: silver;
	border-bottom: 1px solid white;
	display: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
}
.highslide-display-block
{
	display: block;
}
.highslide-display-none
{
	display: none;
}
.highslide-image
{
	border-bottom: 1px solid white;
}
.highslide-image-blur
{
}
.highslide-loading
{
	background-color: black;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	color: white;
	display: block;
	font-size: 9px;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	text-transform: uppercase;
}
a.highslide-credits,
a.highslide-credits i
{
	color: silver;
	font-size: 10px;
	padding: 2px;
	text-decoration: none;
}
a.highslide-credits:hover,
a.highslide-credits:hover i
{
	background-color: gray;
	color: white;
}
