*{
    margin:0;
}

body
{
    font-family:Arial;
    font-size:14px;
    color:#333;
    background-color: #747b51;
}

a
{
	color:#787f58;
	text-decoration:none;
}

a:hover
{
	color:#666;
	text-decoration:underline;
}

p
{
	line-height:24px;
}

.header
{
    width:950px;
    height:508px;
    margin:0 auto;
	background:url(../imagens/header.jpg) no-repeat top center;
}

.logotipo
{
    width:auto;
    height:auto;
    float:left;
}

.acesso-restrito
{
    width:300px;
    height:170px;
    float:right;
    
}

.container
{
    width:950px;
    height:auto;
    min-height:750px;
    margin:0 auto;
}

.content
{
    width: auto;
    height:auto;
    background-color: #FFF;
    padding:10px;
}

.footer
{
    width:950px;
    height:165px;
    background:url(../imagens/footer.jpg) no-repeat top center;
    
}
.barra
{
    width:930px;
    height:54px;
    background:url(../imagens/barra.jpg) no-repeat top center;
}

h1
{
    font-size: 24px;
    color:#e3cd06;
	margin-bottom:10px;
    
}

.form
{
	width:500px;
	height:auto;
	float:left;
}

input, textarea, select
{
	width:200px;
	height:20px;
	border:1px solid #000;
	background:#787f58;
	color: #FFF;
}

textarea
{
	height:50px;
}

select
{
    width:50px;
}

.mapa
{
	width:400px;
	height:auto;
	float:right;
	text-align:center;
}



.clear
{
	clear:both;
}

