  html, body {
	margin: 0;
	padding: 0
}
body {
	color: #000;
	background: #e7e6e8;
	font-family: verdana, sans-serif
}
a {
	color: white;
	font-size: 65%;
	text-decoration: none
}

p {
position: relative;
top: -15px;
}
/***********************************/
#wrap {
	background: #6b8e23;
	margin: 0 auto;
	width: 800px;
	height: auto;
	min-height: 500px;
	position: relative;
	top: 0px;
}
/***********************************/
#header {
	background: #000;
	text-align: center
}
h1 {
	margin: 0;
	font-size: 150%;
	font-weight: bold;
	padding: 15px 0 5px 10px
}
h2 {
	margin: 0 0 1em;
}
#siteTitle {
	color: #ff0;
	font-size: 200%;
	font-weight: bold;
}
#siteTagline {
	color: #fff;
	font-size: 80%;
	font-weight: bold;
}
/***********************************/
#nav {
	color: #fff;
	background: #000;
	text-align: center;
}
/***********************************/
#main {
	float: left;
	font-size: 80%;
	width: 600px;
	padding: 12px;
	background: #fff;
	min-height: 500px;
}

#topImg {
  text-align: center;
}

.topImg {
  margin: 5px;
}

/***********************************/
#adsenseMainBlock {
	float: left;
	width: 336px;
  height: 560px;
	margin: 10px;
}
#adsenseBottom {
  text-align: center;
  margin: 10px;
}
/***********************************/
#sidebar {
	float: left;
	width: 158px;
	background: #6B8E23;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar li {
	width: 160px;
	position: relative;
	left: -30px;
}
/***********************************/
#footer {
	color: #fff;
	background: #000;
	clear: both;
	padding: 5px 20px;
	text-align: center;
}
#footer p {
	margin: 0;
}
#copy {
	font-size: 70%;
	color: #fff;
}
#siteurl a {
  font-size: 70%;
}
/***********************************/
* html #footer {
	height: 1px;
}

/* ======== Mercado Livre =========== */

.mlBox {
  text-align: center;
  width: 600px;
}

.mlBox a {
	color: #00f;
	text-decoration: none;
}
.mlBox a:hover {
	text-decoration: none;
	color: #00f;
}

.mlRow {
  width: 600px;
  height: 200px;
  text-align: center;
  margin-bottom: 30px;
}

.mlProduct {
  text-align: center;
  float: left;
  height: 184px;
  width: 140px;
  font-family: Arial;
  margin:5px;
}

.mlPrice {
	color: #00f;
	font-size: 14px;
	font-weight: bold;  
}

.mlTitle {
  font-size: 12px;
}

.mlQuotas {
	font-size: 9px;
}

.mlImg {

}