html body {
	margin:0;
}

body {
	height: 100%;
	background: #e1e1e1 url(../img/bodyBack01.jpg) repeat-x;
}

/* Layout */

#wrapper {
	width: 652px;
	height: 100%;
	margin: 0px auto;
}

#wrapper a {
	outline: none;
}

#menu {
	width: 100%;
	height: 20px;
	margin-right: 0px;
	margin-top: 0px;
}

#logo {
	width: 260px;
	height: 143px;
/*	background: url(../img/logoInline.png) no-repeat;*/
	margin-top: 50px;
}

#contentWrapper {
	width: 450px;
	margin: 50px auto 0px auto;
	background: #e1e1e1;
	min-height: 500px;   
}

#content {
	width: 410px;
	height: auto;
	margin: 0px auto;
	padding: 20px 0;
}

#headlines {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	text-shadow: #000000 0 0 0;
	background: #B30000 none repeat-x;
}


/* Tipografia */

#content p {
	background: #fff;
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	padding: 5px;
	line-height: 18px;
}

#content h2 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: red;
	background: #000;
	padding: 3px;
	text-align: right;
}

#content h1 {
	background: #fff;
	padding: 5px;
	margin: 0;
	font: 16px "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	width: auto;
}   

#content h2 a {
	padding: 5px;
	margin: 0;
	font: 16px "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;    
	color: red;
	width: auto;      
	text-decoration: none;
}

#content strong {
	font-weight: bold;
	font-style: italic;
	color: red;
}

/*#content p:first-letter {
	font-size: 18px;
}*/

#content cite {
	font-style: italic;
	font: 11px "Lucida Grande", Verdana, sans-serif;
	background: #fff;
}

#headlines p {
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	line-height: 18px;
	padding: 15px;
	color: #fff;
}

#headlines h1 {
	padding: 5px;
	font: 16px "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	width: auto;
	margin: 0 0 0 8px;
	background-color: transparent;
}

a.linkout {
	text-decoration: none;
	color: #6f6f6f;
	background: #e1e1e1;
	padding: 2px;
}

a.linkout:hover {
	text-decoration: none;
	color: #6f6f6f;
	background: #1a1a1a;
	padding: 2px;
}

a.linkout:visited {
	color: silver;
}

a.linkin {
	text-decoration: none;
	color: red;
	background: #fff;
	padding: 2px; 
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;   
	border: 1px outset #eee;
}

a.linkin:hover {
	text-decoration: none;
	color: #000;
	background: red;
	padding: 2px; 
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;   
	border: 1px inset #757575;
}   

a.linkin:visited {
	color: silver;
}
 
    
p.top {
	text-transform: none !important;
	text-align: right;  
	border: 1px outset #fff;  
	background-image: url(../img/pat.jpg) !important;
}

p.top a {
	text-decoration: none;
	text-transform: none !important;
	color: red;       
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
}

span.strong {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}

/* Menu */

#menu ul {
	width: auto;
	margin-left: -20px;
	margin-top: 0px;
	/*background: red;*/
	float: right;
}

#menu ul li {
	list-style-type: none;
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	background: red;
	padding: 5px 5px;
	display: block;
	float: left;   
	border-bottom: 5px solid #000;
}

#menu ul li a {
	text-decoration: none;
	color: #000;
}

#menu ul li a:hover {
	color: red;
}

#menu ul li:hover {
	background: #000;
}


/* img */
                               
.gallery a {
	padding: 2px;
}

.gallery a img {
	border: 5px solid #959595;    
}

.gallery a img:hover {
	border: 5px solid #000;    
}       

/* liste */          

#listaInterna {
	margin-left: -40px;
}

#listaInterna li {
	list-style-type: none; 
	margin-bottom: 5px;
	display: inline;
}