/* Diocese home.css NEW */


p.header-main {
clear: left; 
margin-bottom:0%;
margin-top:0%;
}

img.header 
{
 border: 1px;
 border-style:solid;
 background-color:rgb(255,255,220);
 border-color:rgb(153,85,51);
 border-top-left-radius: .3em;
 border-top-right-radius: .3em;
 border-bottom-right-radius: .3em;
 border-bottom-left-radius: .3em;
 padding:0px 0px 0px 0px;
margin-bottom:0px;
margin-top:5px;
}

#menu {
 margin-left:0%;
 margin-right:0%;
 margin-top:0px;
 margin-bottom:5px;
 clear:left;
 border: 1px;
 border-style:solid;
 background-color:#E6E6E6;
  border-color:rgb(153,85,51);

 border-top-left-radius: .3em;
 border-top-right-radius: .3em;
 border-bottom-right-radius: .3em;
 border-bottom-left-radius: .3em;
 padding:0px 0px 0px 0px;
 text-align:center;
}

#menu a{
 color: #000;
 text-decoration: none;
}

#menu a:hover{
 color: #db6d16;
}





