*{
margin:0;
padding:0;
}
body{
background-repeat:repeat;
background-image:url(img/background-projetos.gif);
}
#recipiente{
width:1270px;
height:1200px;
background-image:url(img/background-projetos.gif);
background-repeat:no-repeat;
margin:auto; /* para centralizar a página */
}
#logo{
width:241px;
height:77px;
margin-top:0px;
margin-left:130px;
}
#img_projetos{
width:800px;
height:800px;
margin-top:30px;
margin-left:250px;
position:absolute;
}
#projetos{
width:720px;
height:900px;
margin-top:40px;
margin-left:260px;
padding:25px;
line-height:25px;
display:block; 
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
position:absolute;	
}
#foto1{
width:200px;
height:173px;
margin-top:200px;
margin-left:300px;
position:absolute;
}
#foto2{
width:200px;
height:173px;
margin-top:200px;
margin-left:545px;
position:absolute;
}
#foto3{
width:200px;
height:173px;
margin-top:200px;
margin-left:790px;
position:absolute;
}

#foto4{
width:200px;
height:173px;
margin-top:460px;
margin-left:300px;
position:absolute;
}
#foto5{
width:200px;
height:173px;
margin-top:460px;
margin-left:545px;
position:absolute;
}
#foto6{
width:200px;
height:173px;
margin-top:460px;
margin-left:790px;
position:absolute;
}
#foto7{
width:200px;
height:173px;
margin-top:710px;
margin-left:300px;
position:absolute;
}
#foto8{
width:200px;
height:173px;
margin-top:710px;
margin-left:545px;
position:absolute;
}
#foto9{
width:200px;
height:173px;
margin-top:710px;
margin-left:790px;
position:absolute;
}
/*table{
width:700px;
border-collapse:collapse;
}
table tr td{
width:700px;
border::1px solid ;
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
}
/* --- MENU ---  */
#menu{
width:120px;
height:25px;
margin-top:25px;
margin-left:120px;
position:absolute;
}
a.link1:link, a.link1:visited, a.link1:active{
width:120px;
height:25px;
margin-top:0px;
text-decoration:none;
font-family:Verdana, Geneva, sans-serif;
font-size:13px;
color:#000;
background-color:#FFF;/*era #9dbaef*/
font-weight:bold;
position:absolute;
}
a.link1:hover{
text-decoration:none;
color:#FFF;
background-color:#0c3683;
}
a.link2:link, a.link2:visited, a.link2:active{
width:120px;
height:25px;
margin-top:30px;
text-decoration:none;
font-family:Verdana, Geneva, sans-serif;
font-size:13px;
color:#000;
background-color:#FFF;/*era #9dbaef*/
font-weight:bold;
position:absolute;
}
a.link2:hover{
text-decoration:none;
color:#FFF;
background-color:#0c3683;
}

/*******  MENU ACCORDEON  ****/
.urbangreymenu{
width: 120px; /*width of menu*/
margin-top:60px;
}

.urbangreymenu .headerbar{
height:18px;
font: bold 13px Verdana;
color: white;
background: #FFF url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image- fundo menu*/
margin-bottom: 0; /*espaçamento inferior entre o cabeçalho eo resto do conteúdo*/
text-transform:capitalize:;/* todas as primeiras letras do texto em maiúsculas*/
padding: 7px 0 7px 3px; /*31px margem do titulo*/
margin-top:5px;
}
.urbangreymenu .headerbar a:hover{
height:20px;
color:#FFF;
background-color:#0c3683;
}
.urbangreymenu .headerbar a{
text-decoration: none;
color: #000;/* cor letras link*/
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background:#0c3683;
}
/******* FIM MENU ACCORDEON  ****/
/* --- RODAPE ---  */
#rodape{
width:400px;
height:100px;
font-size:13px;
font-family:Verdana, Geneva, sans-serif;
color:#000;
margin-top:1050px;
margin-left:530px;
text-align:center;
position:absolute;
}
a.linkContato:link, a.linkContato:visited, a.linkContato:active{
text-decoration:none;
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
color:#000;

}
a.linkContato:hover{
text-decoration:none;
color:#03F;

}