
/************************************************************
	Autor: Odirlei Borgert
	E-mail: odirleiborgert@gmail.com
	Proprietário: agênciaSONAR
-------------------------------------------------------------
	Versão: 3.0
	Criação: 02/03/2012
	Última Atualização: 09/04/2012
************************************************************/



/**********************************************
										GERAL
**********************************************/
div#geral{
	width:1680px;
	height:1369px;
	position:relative;
	left:50%;
	margin-left:-840px;
	background:url(../images/bg-geral.png) 0 0 no-repeat;
	}


/**********************************************
										HEADER
**********************************************/
header{
	width:960px;
	height:93px;
	margin:0 auto;
	}
	
img#logotipo{
	margin-top:10px;
	margin-left:165px;
	float:left;
	}	


/**********************************************
										MENU
**********************************************/
nav{
	width:440px;
	height:40px;
	margin-top:35px;
	float:right;
	}
	
nav>ul{
	list-style:none;
	text-align:right;}	

nav>ul>li{
	display:inline;
	margin-left:42px;
	}

nav>ul>li>a{
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	}
	
nav>ul>li>a:hover{color:#fff;}	


/**********************************************
									CONTEUDO
**********************************************/
div#content{
	width:960px;
	height:725px;
	margin:30px auto;
	position:relative;
	}


/**********************************************
									FOOTER
**********************************************/
footer{
	width:960px;
	height:30px;
	overflow:hidden;
	margin:0 auto;
	clear:both;
	}
	
p#copyright{
	clear:both;
	color:#000;
	text-shadow:-1px 1px 2px #304ba1;
	margin:5px 0 0 150px;
	float:left;
	}
	
img#logo-sonar{
	margin:1px 0 0 240px;}	


