﻿/* Geral - HOME */

body, html {
	width:100%;
	height:100%;
	margin: 0px;
	background-color: #ffe7d3;
}

a:link {
	color:#999999;
	font-weight: normal;
}

#google {
	display: none;
}

#codigos {
	display: none;
}

#main {
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	background-color: #ffe7d3;
	background-image: url(../imagens/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	vertical-align: top;
}

#margem_topo {
	padding-top: 90px;
}

#content {
	width: 650px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #bdbdbd;
}

#top {
	background-image: url(../imagens/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 20px;
}

#middle {

	text-align: center;

	/*padding-top: 15px;*/
	padding-left:23px;

	padding-bottom: 15px;

}



#bottom {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 11px;

	color: #999999;

	text-align: center;

	line-height: 18px;

	padding-top: 5px;

	padding-bottom: 20px;

}

