/* BASICO */
html, body {
	padding: 0;
	margin: 0;
	background-color: #bb8a2d;
}

body, table, p {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #111;
}

a, a:link, a:active, a:visited {
	text-decoration: underline;
}

a:hover  {
	text-decoration: none;
}

/* LAYOUT */
#main {
	height: 550px;
	background: #383838 url(../img/main.jpg) top center no-repeat;
}

#menuContainer {
	clear: both;
	height: 28px;
	background-color: #000;
	padding-top: 5px;
}

#menu {
	margin: 0 auto;
	width: 990px;
	text-align: center;
}

#menu a, #menu a:link, #menu a:active, #menu a:visited {
	color: #bb8a2d;
	font-size: 18px;
	margin-right: 50px;
	text-decoration: none;
}

.footer {
	margin: 0 auto;
	width: 990px;
	margin-top: 10px;
	text-align: center;
}


/* internas */
#homeImg {
	padding-top: 100px;
	text-align: right;
	padding-right: 20px;
	margin: 0 auto;
	width: 970px;
}


#containertInternas {
	margin: 0 auto;
	width: 990px;
}

#static {
	margin-top: 60px;
	float: right;
	margin-right: 175px;
	width: 370px;
	padding: 10px;
	background: transparent url(../img/bgContent.png);
}

#scrollContainer {
	width: 370px;
	height: 290px;
	float: right;
	margin-right: 175px;
	padding: 10px;
	background: transparent url(../img/bgContent.png);
	position: relative;
}

#scrollBox {
	height: 270px;
	padding: 10px;
	margin-top: 10px;
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
}

#scrollUpBox {
	margin-top: 10px;
	margin-right: 200px;
	width: 30px;
	float: right;
	height: 18px;
}

#scrollUp {
	width: 28px;
	height: 18px;
	cursor: pointer;
	background: transparent url(../img/arrowUp.gif) no-repeat;
}

#scrollDownBox {
	position: absolute;
	top: 0;
	left: 362px;
	width: 28px;
}

#scrollDown {
	width: 28px;
	height: 18px;
	cursor: pointer;
	background: transparent url(../img/arrowDown.gif) no-repeat;
}

#scrollControl {
	float: right;
	width:370px;
	text-align: right;
	padding-right: 244px;
	color: #fff;
}

#titleInternas {
	margin-right: 110px;
	text-align: right;
}

/* foto box */

.fotoBox {
	margin-bottom: 6px;
}

/* form */
.form {
	background-color: #FFFFFF;
	border: #bb8a2d 1px solid;
	font-size: 10px;
	color: #000;
}

.formLeft {
	width: 108px;
	float: left;
	padding-top: 1px;
	padding-right: 5px;
	text-align: right;
	margin-top: 3px;
}

.formRight {
	width: 250px;
	float: left;
	margin-top: 3px;
}

.formBt {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border : 1px solid #fff;
	background-color: #bb8a2d;
	padding: 2px;
}

/* HEADERS */
h1 {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:0px;
	margin-bottom: 5px;
}

h2 {
	font-size:13px;
	font-weight:bold;
	color:#000;
	margin:0px;
	margin-bottom: 5px;
}

/* CLASSES */

.atencao {
	text-align: center;
	color: #990000;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:#EAEAEA;
	padding:2px;
}
