* {
	margin: 0;
	padding: 0;
}

body {
	background: url(img/bg.png) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

#site {
	width: 645px;
	margin: 0 auto;
}

#esquerda {
	width:235px;
	float: left;
	display: inline;
	margin-top: 40px;
}

#esquerda p {
	margin-bottom: 3px;
}

#bg_logo {
	width: 230px;
	height: 150px;
	background: url(img/bg_logo.png);
	padding-top: 80px;
}

#logo {
	width: 171px;
	height: 86px;
	margin: 0 auto;
	background: url(img/logo.jpg);
}

#endereco {
	margin: 45px 0 30px 25px;
}

#contatos {
	margin-left: 25px;
}

#contatos p {
	margin-bottom: 5px;
}

#contatos a {
	color: #0099FF;
	text-decoration: none;
}

#contatos a:hover {
	text-decoration: underline;
}

#direita {
	width: 410px;
	float: right;
	display: inline;
	margin-top: 140px;
}

.breve {
	margin-left: 25px;
}

#contato {
	width: 290px;
	height: 307px;
	padding: 35px 0 0 50px;
	background: url(img/bg_form.png);
	margin-top: 85px;
	position: relative;
	left: -5px;
}

#nome, #email, #fone, #msg {
	width: 230px;
	height: 41px;
	height: 28px\9;
	padding-top: 13px \9;
	padding-left: 10px;
	background: url(img/bg_input.jpg);
	border: 0;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}

#msg {
	height: 81px;
	padding-top: 10px;
	background: url(img/bg_msg.jpg);
	resize: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto
}

#sbt_enviar {
	width: 70px;
	height: 30px;
	background: url(img/btn_enviar.jpg);
	cursor: pointer;
	border: 0;
	
}