/* ESTRUTURA */
* {padding: 0px; margin: 0px;}

body, html {
	height: 100%;
}

body {
	background-image: url(../img/bg_body.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.bold {
	font-weight: bold;
	color: #404040;
}

#main {
	top: 0px;
	width: 100%;
	text-align: center; /* obrigatório, pois IE 5.5 não centraliza sem esta propriedade */
	/* background: url(../img/bg_body2.gif) repeat-x;
	background-position: 0px 700px; */
}

#mainContainer {
	margin: 0 auto; /*para centralizar no firefox e chrome*/
	width: 910px;
	display: block;
	text-align: left;
}

#header {
	position: relative;
	height: 369px;	
	z-index: 1000;
}

#phone {
	position: absolute;
	right: 0px;
	width: 109px;
	height: 97px;
	top: 301px;
	z-index: 3000;
}

#menu {
	height: 31px;
	background-color: #000000;
}

#center {
	position: relative;
	width: 793px;
	margin-left: 2px;
	margin-top: 2px;	
	height: auto !important;
}

#mainContent {
	position: relative;
}

#mainCenter {
	position: relative;
	width: 800px;
	background: white;
	text-align: left;
	margin-left: 55px; 
}

#footer {
	height: 65px;
	background: url(../img/bg_footer.gif) repeat-x;
}

#left {
	float: left;
	width: 595px;
}

#right {
	float: right;
	width: 190px;
}

/* CONTEUDO */
#publicidade, #destaques, #novidades, #links, #guestbook {
	padding-top: 27px;
	margin-bottom: 3px;
	background-color: #CCCCCC;
}

#publicidade {
	background: url(../img/tt_publicidade.gif) no-repeat;
}

#destaques {
	background: url(../img/tt_destaques.gif) no-repeat;
}

#novidades {
	background: url(../img/tt_novidades.gif) no-repeat;
}

#links {
	background: url(../img/tt_links.gif) no-repeat;
}

#guestbook {
	background: url(../img/mural.gif) no-repeat;
}

.space {
	height: 10px;
	font-size: 0px;
}
