body {
	background-color: #D7C6C7;
	color: #766A6C;
	font-size: 18px;
	width: 100%;
	height: 100%;

}

.pagina {
	width: 840px;
	background: transparent;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #766A6C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	height: auto;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;

}
p{
	font: 700 18px Verdana;
	font-size: 14px;
	color: #766A6C;
	font-style: normal;
	text-align: center;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #766A6C;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #766A6C;
}
a:hover {
	text-decoration: none;
	color: #766A6C;
}
a:active {
	text-decoration: none;
	color: #766A6C;
}
.handcursor{
	cursor:hand;
	cursor:pointer;
}
.contentslide{
padding: 0px;
width: 750px;
height: 550px;
	margin: 0 auto 0 auto;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 750px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: transparent;
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 750px; /*IE5 width*/
w\idth: 766px; /*IE6 width*/
}
