*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential ALEMAO
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

/*/body
{
	background: #fff;
	color: #777;
	margin: 0 auto;
	padding: 50px;
	position: relative;
	width: 620px;
}
*/
h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}




/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	border: 3px solid #fff;
	display: block;
	position: absolute;
	top: 20px;
	left: 170px;
	z-index: 1;
}

.hoverbox img
{
	border-color: #000;
	padding: 0px;
	vertical-align: top;
	width: 160px;
	height: 100px;
}

.hoverbox li
{
	border-color: #000;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	
}

.hoverbox .preview
{
	border-color: #000;
	width: 350px;
	height: 210px;
}


/**/

.hoverbox2
{
	cursor: default;
	list-style: none;
}

.hoverbox2 a
{
	cursor: default;
}

.hoverbox2 a .preview
{
	display: none;
}

.hoverbox2 a:hover .preview
{
	border: 3px solid #fff;
	display: block;
	position: absolute;
	top: 20px;
	left: -356px;
	z-index: 1;
}

.hoverbox2 img
{
	
	padding: 0px;
	vertical-align: top;
	width: 160px;
	height: 100px;
}

.hoverbox2 li
{
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	
}

.hoverbox2 .preview
{
	border-color: #000;
	border: 2px;
	width: 350px;
	height: 210px;
}



/**/
#box {
width:180px;
float:left;
}

#box2{
	width:405px;
	float:left;
}

#box3 {
width:150px;
float:left;
}

