/* Configuracoes Padrao */
html {
	font-size:x-small;
}
body {
	font:120%/1.4em Verdana,sans-serif;
	padding:.5em 1em;
	margin:0;
	color:#000;
	background-color:#fff;
}
h1 {
	font:bold 150% Arial,Helvetica,sans-serif;
	margin:0 0 .5em;
}
h2 {
	font:bold 150% Arial,Helvetica,sans-serif;
	margin:0 0 .5em;
}
p {
	margin:1em 0;
	text-align: justify;
}
a {
	color:#11d;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
li {
    text-align:justify;
}

/* DIV Principal */
#principal {
	width: 780px;
	margin: auto;
	padding: 0px;
}	

/* Superior e Menu */
#header { }

#mainmenu { 
	background-color: #034ea2;
	height: 180px;
}
#menu {
	width: 245px;
	float:left;
	height: 156px;
}
#arte_principal {
	width: 535px;
	float:left;
	height: 156px;
}

/* Corpo do Site */
#main { 

}

#lateral { 
	width: 245px;
	float:left;
	text-align: center;
}

#conteudo {
	width: 535px;
	float:left;
	margin-top: 5px;
	margin-bottom: 15px;
}

#navigation_menu {
    float:left;
    text-align:center;
    width: 100%;
    background: #034ea2;    
}

#navigation {
    float: left;
	list-style: none;
    margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	font: 80%;
	margin: 0;
	padding: 0;
}
#navigation a {
	background: #034ea2 bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#navigation a:hover {
	background: #2580a2 url("../imagens/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}

/* Rodape */
#footer { 
	background-color: #e6e6e6;
	color: #818181;
	text-align: center;
	font:bold 80% Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 5px;
	clear:both;
}
