body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
background-image: url(images/sfondo.jpg);
background-repeat: no-repeat;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 750px; /*Width of main container*/
	background-image: url(images/body.jpg);
background-repeat: repeat-y;
margin: 0 auto; /*Center container on page*/
}

#topsection{
background-image: url(images/header.jpg);
background-repeat: no-repeat;
height: 215px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}
a {
	text-decoration: none;
	border-style: none;
}

#contentwrapper{
float: left;
width: 100%;

}

#contentcolumn{
margin-right: 250px; /*Set right margin to RightColumnWidth*/
min-height: 400px;
}

#rightcolumn{
	float: left;
	width: 250px; /*Width of right column*/
	margin-left: -250px; /*Set left margin to -(RightColumnWidth) */
	/*background: transparent;*/
	border-right: medium #0B2C23;
}

#footer{
	clear: left;
	width: 100%;
	text-align: left;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding: 4px 0 8px;
	height: 45px;
	color: White;
	font-size: 10px;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.hidden
{
display: none;
}

#prevNext
{
margin-bottom: -2.5em;
}

#prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
}

p
{
 margin: 0 10px;
	padding: 0 1em;
	font-size: 10px; /*position: relative;*/
	top: -10px;
	line-height: 150px;
	height: 50px; /*background: black;
opacity: .7;
filter:alpha(opacity=70);*/
	font-weight: bold;
}