#conteudo {
	height: 300px;
	margin: 0 auto;
	padding: 0;
	width: 650px;
}
#imagem {
	float: left;
	height: 300px;
	margin: 0;
	padding: 0 20px 0 0;
	width: 300px;
}
#texto {
	border: 1px dashed #000;
	float: left;
	height: 270px;
	margin: 0;
	padding: 25px 10px 0 10px;
	text-align: center;
	width: 300px;
}
body {
	background: #FFF;
}
h1 {
	font-family: Tahoma;
	font-size: 17px;
}
h2 {
	font-family: Tahoma;
	font-size: 14px;
}
h3, h4, h5, h6 {
	font-family: Tahoma;
	font-size: 11px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}

