html
{}
body
	{
	padding: 0;
	margin: 0;
	font-size: 13px;
	background-color: #EFEFEF;
	font-family: Lucida Grande, Tahoma, Helvetica, Trebuchet MS, Arial, sans-serif;}
div#contentor
{
	width: auto;
	min-width: 1010px;
    margin: auto;
    padding: 0;
	background-position: center top; background-repeat: repeat-y; background-image: url('http://ielt.org/estilo/v3/imagens/fundo.jpg');}
div#fundo1,
div#fundo2
{
    min-width: 1000px;
    padding: 0;
    margin: auto;
}
div#fundo1
{
	background-position: center top; background-repeat: no-repeat; background-image: url('http://ielt.org/estilo/v3/imagens/fundo-titulo.jpg');}
div#fundo2
{
	background-position: center 150px; background-repeat: no-repeat; background-image: url('http://ielt.org/estilo/v3/imagens/bichos.png');}
div#pagina
{
	width: 1000px;
	margin: auto;
	padding: 0;
	border-radius: 0 0 8px 8px;
}
div#titulo
{
	width: auto;
    padding: 10px 15px;
    height: 120px;
	margin: auto;
    background-color: black;
    box-shadow: 0 2px 2px 0 grey;
}
div#fcsh
{
	text-align: right;
	float: right;
	padding: 5px;
	background-color: white;
	box-shadow: 3px 3px 10px 0 black inset;
}
div#menu
{
	width: auto;
    margin: 0 auto 4px auto;
    padding: 3px;
    overflow: hidden;
    background-color: #303030;
    color: lightgrey;
    font-size: 12px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 2px 0 grey, inset 2px 5px 7px 0px #405050;
}

div#intro
{
	width: auto;
	margin: 0 0 1em 0;
	padding: 1em 0 1em 240px;
	min-height: 418px;
}
div#intro pre:first-letter
{
	float: left;
	font-size: 5em;
	background-color: black;
	color: white;
	font-weight: bold;
	border-radius: 3px;
}
div#intro pre
{
	font-family: serif;
	line-height: 1.35em;
}

div#corpo
{
    padding: 0 30px 2em 30px;
    margin: 0;
    width: 720px;
	background-color: white;
	overflow: hidden;
	min-height: 400px;
}

div#direita
{
	float: right;
	width: 216px;
	padding: 6px 4px 24px 0;
	margin: 0;
	background-color: white;
}
div#direita *
{
	font-size: 11px;
}
div#direita ul
{
	padding: 0;
}
div#direita ul li
{
	margin: 0 0 .2em 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
div#direita .ligacoes
{
	text-align: center;
}

div#rodape
{
    clear: both;
    width: auto;
    text-align: center;
    padding: 1em 5px;
    margin: auto;
    background-color: #E0E0E0;
    font-size: 13px;
    box-shadow: 0 2px 2px 0 grey, inset 0 15px 30px 0px #D0E0E0;
}
div#rodape img
{
    display: inline;
    margin: 0 1em .75em 1em;
}

