@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #333333;
	background-image: url(../Images/BG_YP2020.gif);
	background-repeat: repeat;
}
.YP #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.YP #topbanner {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 305px;
	margin: 0;
	background-image: url(../Images/TopBanner_Waves.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.YP #mainContent {
	background-color: #ffcb05;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: auto;
}
.YP #Footer {
	height: 25px;
	margin-top: -11px;
	background-image: url(../Images/YP_Bottom.png);
	background-repeat: no-repeat;
}
.YPlogo {
	width: 284px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
	height: 120px;
}
#Lenguage {
	padding-right: 5px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align: right;
	word-spacing: 5px;
	width: 50%;
	float: right;
	margin-top: -3px;
}

#Phones {
	margin-top: 49px;
}
