body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #808080;


}

a{
	color: #000;
}
img {
	padding: 0;
	margin: 0;
	border: none;
}

#container {
  margin: 25px auto 50px auto;
  width: 815px;
  height: 570px;
  overflow: hidden;
  background: url(/images/h_rule.gif) no-repeat #666666;
}
#footer{
	font: 10px Arial, Helvetica, sans-serif;
	color: #cccccc;
	letter-spacing: 3px;
	width:  815px;
    height: 35px;
	margin: 0px auto;
	text-align: center;
    padding-top: 20px;
    background-color: #666666;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
#footer .sep{
    color: #8c1a1a;
    font-size: 12px;
    font-weight: bolder;
}
#header {
	position: relative;
	width: 100%;
	height: 19px;
	background: #808080;
}
#header .logo {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(/images/anselmo_francesconi.gif) no-repeat;
	width: 254px;
	height: 19px;
	text-indent: -9999px;
	overflow: hidden;
}

#menu {
  height: 323px;
  width: 138px;
  margin-top: 50px;
  margin-left: 0px;
  float: left;
}

#container #list-nav{
	list-style: none;
	margin-left: 0px;
	padding-left: 15px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing: 3px;
}

#container #list-nav li {
	padding-bottom: 13px;
}

#container #list-nav li a {
	color: #ffffff;
	text-decoration: none;
}

#container #list-nav li a:hover, #container #list-nav li .active, #container #list-nav li.hover a  {color:#8c1a1a;}


/* content */
#content{
	width:650px;
	float:right;
    overflow: hidden;
}
.box{
	width:640px;
	height:435px;
	padding:12px 0 0 0px;
	position:relative;
    vertical-align: middle;
    overflow: auto;
}
.box .inner{
	width:100%;
    height: 420px;
    display: table-cell;
    vertical-align: middle;

}
.box img{display:block;}
.box span{
    width: 500px;
	position:absolute;
    background:url(/images/bg-gallery.gif) repeat-y;
	left:0px;
	bottom:2px;
	color:#333333;
	letter-spacing:2px;
	font-size:11px;
    padding-left: 5px;
    font-weight: bold;
}

.box_p{
    top: 10px;
    left: 70px;
	width:542px;
    height:540px;
    border: 0px;
	padding:0px;
	overflow:hidden;
	position:relative;

}

.box_p .inner{
    overflow:auto;
    height: 345px;
    padding: 15px;
	color:#000;
	letter-spacing:2px;
    line-height: 18px;
	font-size:10px;
    display:block;
}
.box_p img{display:block;}
.gallery{
	width:600px;
	overflow:hidden;
	margin:8px 0 0;
}
.gallery ul{
	float:left;
	
	width:535px;
	margin:0;
	padding:4px 0 0 0px;
	min-height:72px;
	list-style:none;
}
* html .gallery ul{height:72px;}
.gallery ul li{
	float:left;
	margin:0 35px 0 0;
}
.gallery div{
	float:right;
	padding:4px 0 0;
	width:17px;
}
.gallery div a{
	float:left;
	margin:22px 0 0;
}
.gallery div img{display:block;}

