body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #ED741B;
}
.twoColFixLtHdr #container {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.twoColFixLtHdr #header {
	background: #ffffff;
	padding: 0px;
	}
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 320px;
	background: #ffffff;
	padding: 0px;
}
.twoColFixLtHdr #testosx {
	text-align: justify;
	margin: 0px 20px ;
}
.twoColFixLtHdr #ibanner {
	width: 470px;
	text-align:center;
	background-color:#000000;
	border-top : #000000 1px solid;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px;
 padding: 0 20px;
}
.twoColFixLtHdr #footer {
	padding: 0px;
	background:#DDDDDD;
	border-top:#000000 1px solid;
}
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border:0px;
}

.cell_embosed2	{
	text-align: left;
	font: 10px, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom:  1px solid #EBEAC5;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.cell_embosed3	{
	text-align: left;
	font: 10px, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom:  1px solid #EBEAC5;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.subtitle	{
  font-size: 13px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.author {
  color: rgb(60,200,60);
}

.from {
  color: rgb(180,180,180);
}
.go {
  margin-top: 26px;
    visibility: hidden;
}
.voted  {
  float: left;
  background-image: url(/images/voto.gif);
  background-repeat: no-repeat;
  width: 50px;
  height: 60px;
  text-align: center;
  padding-top: 18px;
  margin-right: 5px;
  color: rgb(102,204,0);
}
.title a {
  color: rgb(0,102,51);
  text-decoration: none;
  font-size: 1.4em;
}
.seemore  {
color: rgb(92,92,92);
text-decoration: none;
}