@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/fundo3.jpg) ;
	margin:0;
    padding:0;
	

}


#container{
	width:986px;
	height:160px;
	float:left;
	text-align: left;
	margin: 0 auto;	
}

#grandona{
	width:986px;
	margin: 0 auto;	
	min-heigth:450px;
	float:left;
	text-align: left;
	}



#fundotopo	{
    float:left;
	width:100%;
	height:160px;
	background:url(../images/fundotopo.jpg) top no-repeat;

}


#topo{
	float:left;
	width:986px;
	height:160px;
	
	

	
}

h1{
	float:left;
	background:url(../images/nome.png) top no-repeat;
	width:650px;
	height:32px;
	margin: 20px 0 50px 0;
	
}



#logo{
	float:left;
	background:url(../images/logo.png) top no-repeat;
    width:136px;
	height:136px;
	margin-left:0px;
	margin-top:20px;
	
}



#conteudo {
	width:800px;
	min-height:450px;
	background:url(../images/moldura.png) top no-repeat;
	float:left;
	margin-top:10px;
	margin-left:100px;
	

}
#foto{
	float:right;
	width:128px;
	min-height:143px;
}

#meio {
	float:left;
	width:584px;
	min-height:430px;
	margin: 0px 0px 0px 80px;
	
	
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#663300;
	padding:35px 30px 10px 26px;
	
}
#moldurafim{
	background:url(../images/moldura_fim.png) top no-repeat;
	width:800px;
	min-height:13px;
}


 #menu {
display:inline;
float:left;
min-height:40px;
width:849px;

}

a.perfil{
	float:left;
	background:url(../images/perfil.png) repeat scroll 0 0 transparent ;
	width:101px;
	height:40px;
	border:0;
	display:block;
	
}

a.perfil:hover  {
	background-position: 0 -40px ;
}

a.websites{
	float:left;
	background:url(../images/websites.png) repeat scroll 0 0 transparent ;
	width:141px;
	height:40px;
	border:0;
	display:block;
	
}

a.websites:hover  {
	background-position: 0 -40px ;
}

a.designgrafico{
	float:left;
	background:url(../images/designgrafico.png) repeat scroll 0 0 transparent ;
	width:186px;
	height:40px;
	border:0;
	display:block;
	
}

a.designgrafico:hover  {
	background-position: 0 -40px ;
}

a.biblioteca{
	float:left;
	background:url(../images/biblioteca.png) repeat scroll 0 0 transparent ;
	width:167px;
	height:40px;
	border:0;
	display:block;
	
}

a.biblioteca:hover  {
	background-position: 0 -40px ;
}

a.viagens{
	float:left;
	background:url(../images/viagens.png) repeat scroll 0 0 transparent ;
	width:124px;
	height:40px;
	border:0;
	display:block;
	
}

a.viagens:hover  {
	background-position: 0 -40px ;
}


a.contatos{
	float:left;
	background:url(../images/contatos.png) top no-repeat;
	width:130px;
	height:40px;
	border:0;
	display:block;
	
}

a.contatos:hover  {
	background-position: 0 -40px ;
}


a {
    color:#793717;
    text-decoration:none;
	list-style:none;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif	
}
a:hover{
    color:#fbae2d;
    text-decoration:underline;
	list-style:none;
	}



