html * {
	margin: 0;
	padding: 0;
	border: 0;
}

html {font-family: Verdana, Tahoma, Helvetica, Arial;}

body {
	background-color: #0d0d0d;
}

div#pageContainer {
	height: 1725px;
	width: 2642px;
	background-color: #b8b8b8;
}
/* ==================================== */
/* === STYLES FOR CURRENTGUSTO.HTML === */
/* ==================================== */
a#gustopdf {
	display: block;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #393939;
	padding: 3px;
	margin: 0px 0px 10px 20px;
}
	
a#gustopdf:hover {text-decoration: underline;}
	
div#gustoForm {
	width: 700px;
}

div#gustoForm p {
	padding-top: 0px;
}

div#gustoForm form {
	display: block;
	width: 660px;
	height: 80px;
	margin: 0px auto 0px auto;
}
	 	
div#gustoForm input#yname, div#gustoForm input#email, div#gustoForm input#femail {
	display: block;
	width: 140px;
	height: 20px;
	margin: 0px 0px 5px 0px;
	color: #393939;
	font-weight: bold;
	background-color: #fff;
	float: left;
	border: 1px solid #393939;
}
		
div#gustoForm input#submit {
	display: block;
	width: 65px;
	height: 18px;
	margin: 0px 0px 0px 0px;
	color: #393939;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
	background-color: #fff;
	cursor: pointer;
	clear: left;		
}
		
div#gustoForm p {
	display: block;
	width: 86px;
	color: #393939;
	font-size: 11px;
	clear: left;
	float: left;
		
	margin: 4px 0px 0px 0px;
}

div#gustoHolder {
	display: block;
	width: 2602px;
	margin: 0px auto 0px auto;
}