@charset "utf-8";
/* CSS Document */

/* CSS reset - Ricardo Tomasi - 0.3 */
html,body,div,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,label,legend,p,blockquote,pre,a,fieldset,input,textarea
{margin:0;padding:0;font-weight:normal;background-repeat:no-repeat;font-family:Verdana,Tahoma,Arial,sans-serif}
img,object,iframe,input,select,fieldset{margin:0;padding:0;border:0;}ol,ul{list-style:none}h1,h2,h3,h4,h5,h6,input,select,textarea{font-size:1em}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(imgs/green.jpg) no-repeat;
}

#wrap {
	background: #fff url(imgs/background.jpg) no-repeat;
	margin: 10px auto;
	width: 800px;
	height: 530px;
	border: 1px solid #2F4F4F;
}

h1,
h2 { text-indent: -9999px; }

#descricao {
	float: left;
	font-size: 13px;
	margin: 200px 0 0 30px;
	width: 500px;
	clear: both;
}

#descricao p {
	margin: 10px 0;
}

#endereco {
	width: 400px;
	float: left;
	clear: both;
	margin: 20px 0 0 30px;
}

#endereco p {
	float: left;
	clear: both;
}

#endereço .web {
	margin-top: 10px;
}