a{
	color: #27D;
	text-decoration: none;

}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#page {
	width: 700px;
	height:327px;
	margin: 0px;
	text-align: left;
	border-color: #ddd;
	border-style: none; /*antes era none*/
	vertical-align:top;
}
div#container {
	padding-top: 10px;
	border-color: #ddd;
	border-style: none;
	height:300px;
	width:772px; /*esto antes no tenia*/
}
div#ads {
	clear: both;
/*	padding: 12px 0 12px 66px;*/
	padding: 0px 0 0px 0px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
