* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	text-align: center;
        background: rgb(239,238,238) url("images/back2.jpg") repeat-y center;
	/*background: #9ACC35;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.clear {
	clear: both;
}

#container {
	margin: 0 auto;
	width: 900px;
/*	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;	*/
}

/**html #container {
	width: 902px;
}*/

#main {
/*	background: white; */
	text-align: left;
	width: 100%;
}

#submain {
	float: left;
	width: 700px;
}

#submain a { color: gray; text-decoration: none; }
#submain a:hover { color: black; text-decoration: underline; }

#right {
	float: right;
	width: 200px;
}


#right #right_bottom {
	width: 190px;
	height: 20px;
	background: url("images/right_bottom.gif") no-repeat;
}

#busca {
	width: 200px;
	height: 41px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;	
}

#busca form {
	padding: 8px 0 0 5px;	
}

#busca #busca_text {
	height: 25px;
	width: 150px;
	border: 1px solid #006400;
	background: url("images/busca_back.jpg");
	font-size: 14pt;
	color: #006400;
}

#busca #busca_bt {
	height: 22px;
	border: 1px solid #006400;
	background: url("images/busca_back.jpg");
	font-weight: bolder;
}

#busca #it {
	width: 90px;
	height: 20px;
	border: 1px solid #445a19;
}


#footer {
	/*background: url("images/footer_back.gif") no-repeat;*/
	width: 900px;
	height: 26px;
	color: gray;
	font-style: italic;
	padding-top: 10px;
}

