* {
    margin:0;
	padding:0;
	outline:none;
}
.input {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
}
.textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
}
p {
	line-height:18px;
}
.enviar {
	height:50px;
	width:116px;
	overflow:hidden;
	background:url(images/enviar.png) left bottom no-repeat;
	display:block;
}
.enviar:hover {
	height:50px;
	width:116px;
	overflow:hidden;
	background:url(images/enviar.png) left top no-repeat;
	display:block;
}
.rs a:link, a:visited, a:active {
	height:48px;
	width:48px;
	overflow:hidden;
	background:url(images/rs.png) left top no-repeat;
	display:block;
}
.rs a:hover {
	height:48px;
	width:48px;
	overflow:hidden;
	background:url(images/rs.png) left bottom no-repeat;
	display:block;
}
.home a:link, a:visited, a:active {
	width:86px;
	height:37px;
	overflow:hidden;
	background:url(images/home.png) left top no-repeat;
	display:block;
}
.home a:hover {
	width:86px;
	height:37px;
	overflow:hidden;
	background:url(images/home.png) left bottom no-repeat;
	display:block;
}
.port a:link, a:visited, a:active {
	height:37px;
	width:148px;
	overflow:hidden;
	background: url(images/portfolio.png) left top no-repeat;
	display:block;
}
.port a:hover {
	height:37px;
	width:148px;
	overflow:hidden;
	background: url(images/portfolio.png) left bottom no-repeat;
	display:block;
}
.contato a:link, a:visited, a:active {
	height:37px;
	width:131px;
	overflow:hidden;
	background:url(images/contato.png) left top no-repeat;
	display:block;
}
.contato a:hover {
	height:37px;
	width:131px;
	overflow:hidden;
	background:url(images/contato.png) left bottom no-repeat;
	display:block;
}
body {
	margin:0 auto;
}
#topo {
	background:url(back1.jpg) repeat-x;
}
#top {
	margin:0 auto;
	width:980px;
	height:174px;
	background:url(logosite.png) no-repeat;
}
#menu {
	margin:0 auto;
	padding-left:520px;
	padding-top:70px;
}
#home {
	width:86px;
	height:37px;
	float:left;
}
#port {
	width:148px;
	height:37px;
	float:left;
}
#contato {
	width:131px;
	height:37px;
	float:left;
}
#sep {
	width:26px;
	height:37px;
	background:url(images/sep.png);
	float:left;
}
#conteudo {
	margin:0 auto;
	background:url(fundo.jpg) no-repeat center;
	width:980px;
	height:400px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
}
#meio {
	margin: 0 auto;
	float:left;
}
#esq {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding: 10px 10px 10px 10px;
	margin: 0 auto;
	height:300px;
	width:245px;
	float:left;
}
#dir {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding: 10px 100px 10px 80px;
	margin:0 auto;
	height:300px;
	width:535px;
	float:left;
	z-index:10;
	position:relative;
}
#rodape {
	margin:0 auto;
	float:left;
	width:980px;
	height:100px;
	background:url(rodape.png) no-repeat;
	z-index:4;
	position:relative;
}

