body {
	padding: auto; 
	font-family: Georgia, "Times New Roman", Times, serif; /* Fonte = Georgia. Se não tiver ele usa as demais na ordem */
	font-size: 12px;
	color: #734439;  /* Cor da Fonte */
	background-color: #CB9E8D } /* Cor do Fundo */
	
			
h1, h2, h3 {
	margin: 10px; /* original = 0 */
}

h2 {font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif } /* Fonte = Helvetica. Se não tiver ele usa as demais na ordem */

h3 {font-size: 12px; } 

/* Tamanho que os textos das consultas é mostrado (Ex. os que ícone do lado esquerdo) */
div {
	width: 98%;
	font-family: serif; /* Fonte = Georgia. Se não tiver ele usa as demais na ordem */
    border-radius: 5px;
    background-color: #CB9E8D;
    padding: 10 px;  /* original = 20px */
	margin-left: auto; 
	margin-right: auto;
	font-size: 12 px;
}


/* Coloca Uma linha tracejada em cima do elemento address (assinatura) */
address {
	margin-top: 1em;
	padding-top: 1em;
	border-top: thin dotted }
			

a:link {color: blue }
a:visited {color: purple }

#container {
	background-color: #F0DCCF;
	width: 100%; /* original = 1000px */
	margin-left: auto; /* original = auto */
	margin-right: auto; /* original = auto */
	align-items: center;
	font-size: 12 px;
}

#tarjatitulo {
	background-color: #734439;
	color: white;
	font-size: 12px; 
	 /* width: 98%; original = 900px */
	margin-left: auto; /* auto;*/
	margin-right: auto; /* auto;*/
}

#subtitulo {
	background-color: #734439;
	color: white;
	width: 100%;  /* original = 900px */
	margin-left: auto; /* auto;*/
	margin-right: auto; /* auto;*/
}

#header {
	background-color: #734439;
	color: white;
	text-align: center;
	padding: 10px;
	font-size: 12 px; 
}

#content {
	padding: 10px;
	font-size: 12 px;
}

#menu {
	font-size: 12 px;
	border-radius: 5px;
	height: 97%;
}

#detalhe {
	font-size: 10 px;
	border-radius: 5px;
	height: 97%;
}

#nav {
	width: 180px;
	float: left;
}

#nav ul {
		list-style-type: none;
		padding: 0;
}

#nav .selected {
	font-weight: bold;
}

#main {
	width: 600px;
	float: right;
}

#footer {
		width: 97%;		
		clear: both;
		padding: 1-px;
		background-color: #734439;
		color: white;
		text-align: center; /* right */ 
}

/* Afeta o que se mostra dentro da caixa de texto */ 
input[type=text]{   
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    box-shadow: 1px 1px 2px #333333;    
    -moz-box-shadow: 1px 1px 2px #333333;
    -webkit-box-shadow: 1px 1px 2px #333333;
    background: #E0D5D1; 
    border:1px solid #734439;
    width:800px;
	height:50px;
	font-size: 12 px;
}

input[type=submit]{
        background:#734439;
        color:#ffffff;
		font-size: 12 px;
}

textarea{
    border: 1px solid #000000;
    background:#cccccc;
    width:150px;
    height:100px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    box-shadow: 1px 1px 2px #333333;    
    -moz-box-shadow: 1px 1px 2px #333333;
    -webkit-box-shadow: 1px 1px 2px #333333;
	font-size: 12 px;
}	

