    body { text-align: center;}
	 
    #container {
	 width: 961px;
    margin: 0 auto;
	 text-align: left;
	 padding-top: 2.5em;
    }

    #leftColumn {
	 width: 480px;
    float: left;
	 border-right: 1px solid #000;
    }

    #rightColumn {width: 460px;
    float: right;
	 display: inline;
    }
	
	 #header
	{	height: 280px;
		background: transparent url(../images/logogrande.jpg) top  no-repeat ;
		position: relative;
		width: 100%;
		border-bottom: 1px solid black;
}

	#header a
{
    position: absolute;
	 position: absolute;
    top: 0;
    left: 0;
    height: 230px;
	 width: 100%;
}
 
	#header a h1{display: none;}

    #footer {clear: both;  border-top: 1px solid #000; padding-top: 1em;   margin-right: 1em;   }    
	 #footer p {color: #000; text-align: center;  }
	 #footer a {color: #777; text-align: center;  }
	 #footer a:hover {color: #000; text-align: center;  }

    .box {
	 		float: left;
			width: 100%;
			margin-top: 1.2em;
			border-bottom: 3px solid #000; }
  
    .box_half {
	 		float: left;
			width: 50%;
			margin-top: 1.2em; }

	.entry { padding-right: 1.5em;
    }
	 
	 
/* --------------------------------------------------
navigation 
-----------------------------------------------------*/

 ul
{
list-style-type: none;
text-align: left;
font-family: georgia,  Times, "Times New Roman", serif;
padding-bottom: .6em;}


 ul li a
{
background: transparent url(../images/mano-off.jpg) left no-repeat;
background-position: 0 0px;
padding-left: 28px;
text-align: left;
text-decoration: none;
font-weight: normal;
font-size: 1.4em;}

li a
{
display: block;
color:#82341C;
padding-bottom: .5em;
}
 ul li a:hover 
{
background: transparent url(../images/mano.jpg) left  no-repeat;
color: #212121;
background-position: 0 0px;
}

 ul li a#current
{
background: transparent url(../images/mano.jpg) left center no-repeat;
color: #212121;

}

.img-down { margin-bottom: -8px; margin-left: 5px;}
	 