@charset "iso-8859-1";

/*
	********************************************************************

	Formatação de elementos em geral

	********************************************************************
*/
* {
	font-family:"Microsoft Sans Serif", Arial, "Trebuchet MS", Tahoma, sans-serif;
	margin:0;
	padding:0;
}

body {
	color:#000;
	background:#ccbf84 url(../imagens/pagina_inicial/bgBody.jpg) no-repeat top center;
}

a { color:#676042; }

img { border:none; }


/*
	********************************************************************

	Principal

	********************************************************************
*/
div#principal {
	position:relative;
	width:770px;
	height:550px;
	margin:0 auto;
}


/*
	********************************************************************

	Logotipo

	********************************************************************
*/
/* Logotipo alternativo */
div#principal h1#logotipo img { display:none; }

div#principal h1#logotipo {
	position:absolute;
	top:60px;
	left:10px;
	width:327px;
	height:83px;
	background:url(../imagens/pagina_inicial/logoCesarCruz.gif) top left no-repeat;
	overflow:hidden;
}


/*
	********************************************************************

	Menu

	********************************************************************
*/
div#principal ul {
	position:absolute;
	top:160px;
	left:10px;
	list-style-type:none;
}
div#principal ul li {
	display:block;
	width:320px;
	height:41px;
	background:url(../imagens/pagina_inicial/borderMenu.gif) left bottom no-repeat;
}

/* Links do menu */
div#principal ul li a {
	display:block;
	height:41px;
	line-height:41px;
	text-decoration:none;
	font-size:135%;
	font-weight:bold;
	color:#000;
}

div#principal ul li a:hover { text-decoration:underline; }

/* Página Inicial */
div#principal ul li#menuAntiguidades {
	height:42px;
	background:url(../imagens/pagina_inicial/borderMenu_pagInicial.gif) top left no-repeat;
}


/*
	********************************************************************

	Foto

	********************************************************************
*/
div#principal img {
	position:absolute;
	top:0;
	left:351px;
}


/*
	********************************************************************

	Web Designer

	********************************************************************
*/

div#webDesigner {
	width:770px;
	margin:7px auto 0;
	padding:7px 0 5px;
}

div#webDesigner hr { display:none; }

div#webDesigner p {
	text-align:center;
	font-size:60%;
	margin:0;
	padding:0;
}

div#webDesigner p a { text-decoration:none; }
div#webDesigner p a:hover { text-decoration:underline; }
