
html {
	background:url(../img/html-bg.gif) center top;
}

body {
	background:url(../img/body-bg2.gif) center top repeat-x;
}

#site {
	background:url(../img/site-bg.gif) center top;
	width: 754px;
	margin: 0 auto;
	padding-top: 10px;
}

#topo {
	padding-top: 8px;
	text-align: center;
}

#logo {
	padding-bottom: 8px;
	height: 92px;
}

#menu ul {
	background:url(../img/menu-bg.gif) repeat-x;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 46px;
}

#menu ul li {
	display:inline-block;
	display:-moz-inline-stack;
	*display:inline; /* IE */
	vertical-align:bottom; /* safari: for overlap */
	cursor:pointer; /* gecko: due to -moz-inline-stack on anchor */
	zoom:1; /* IE: kill space between horizontal tabs */
}

#menu ul li em { font-style:normal; }

#menu ul li a {
	padding: 15px 13px 14px 13px;
	*padding: 15px 13px 13px 13px;
	*margin: 0;
	display:block;
	display:inline-block;
	outline: 0;
	vertical-align:bottom; /* safari: for overlap */
}

#menu ul li a:hover, #menu ul li a.selecionado {
	background: url(../img/m-cursor.gif) center top no-repeat;
}

#topo a.principal {
	background: url(../img/m-principal.gif) center center no-repeat;
	width: 51px;
}

#conteudo {
	background:url(../img/conteudo-bg.gif) repeat-y;
}

#esquerda, #centro, #direita {
	float: left;
}

#esquerda, #direita {
	width: 170px;
}

#esquerda {
}

#centro {
	width: 414px;
}

#rodape {
	background: #253D6C;
	color: #FFF;
	padding: 20px;
}

.margem {
	margin: 20px 20px 20px 20px;
}

.destaque, a.destaque:link {
	color: #2E4573;
	font-weight: bold;
	text-decoration: none;
}

.comentario {
	color: #E90A00;
}

.foto {
	border: 3px solid #EBEBE4;
}

.div {
	background: #F2F2ED;
	height: 1px;
	overflow: hidden;
}
