* {
	outline: none;
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	color: #202020;
	font: 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #1983a0;
}
a:hover, a:active, a:focus {
	color: #105B6F;
}
.alignleft {
	float: left;
	padding: 2px 15px 15px 2px;
}
.alignright {
	float: right;
	padding: 2px 2px 15px 15px;
}
#idioma {
	position: absolute;
	top: 7px;
	right: 4px;
}
#navegacao {
	width: 100%;
	height: 44px;
	background: url(images/gradiente_superior.gif) repeat-x;
	border-top: 3px solid black;
	text-align: center;
}
#navegacao ul {
	list-style: none;
	display: block;
	width: 655px;
	margin: 0 auto;
	padding: 0;
}
#navegacao ul li {
	float: left;
	margin-right: 1px;
}
#navegacao ul li a {
	display: block;
	height: 25px;
}
#navegacao ul li a.menu-curriculo {
	width: 102px;
	background: url(images/menu_curriculo.gif) no-repeat 0 -25px;
}
#navegacao ul li a.menu-portfolio {
	width: 102px;
	background: url(images/menu_portfolio.gif) no-repeat 0 -25px;
}
#navegacao ul li a.menu-contato {
	width: 90px;
	background: url(images/menu_contato.gif) no-repeat 0 -25px;
}
#navegacao ul li a.menu-macmagazine {
	width: 126px;
	background: url(images/menu_macmagazine.gif)  no-repeat 0 -25px;
}
#navegacao ul li a.menu-flickr {
	width: 73px;
	background: url(images/menu_flickr.gif)  no-repeat 0 -25px;
}
#navegacao ul li a.menu-lastfm {
	width: 82px;
	background: url(images/menu_lastfm.gif)  no-repeat 0 -25px;
}
#navegacao ul li a.menu-orkut {
	width: 73px;
	background: url(images/menu_orkut.gif)  no-repeat 0 -25px;
}
#navegacao ul li a:hover {
	background-position: 0 0;
}
#navegacao ul li.menu-selected a {
	background-position: 0 0;
}
#container {
	width: 640px;
	text-align: left;
	margin: 0 auto;
}
#header {
	width: 640px;
	height: 50px;
	background: url(images/logo.gif) no-repeat right top;
	margin-bottom: 10px;
}
#header h1 {
	text-transform: uppercase;
	line-height: 50px;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -1px;
}
#content {
	padding-bottom: 8px;
}
#content div {
	height: 1%;
}
h3 {
	margin-top: 5px;
	width: 640px;
	cursor: pointer;
	font-size: 12px;
}
h3 a:link, h3 a:visited {
	color: #fff;
	padding: 5px 8px;
	display: block;
	width: 624px;
	text-decoration: none;
	background: #1983a0;
}
h3 a:hover {
	background: #1f91b0;
}
p, ul, dl {
	padding: 5px;
	line-height: 15px;
}
ul {
	list-style: square;
	margin: 0 13px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 10px 25px;
}
form {
	margin: 5px 0;
}
form p {
	clear: both;
} 
label {
	width: 85px;
	padding-right: 10px;
	display: block;
	float: left;
	font-weight: bold;
}
input.caixas-de-texto, textarea {
	width: 300px;
	border: 1px solid #666;
	padding: 3px;
	float: left;
	display: block;
	margin-bottom: 15px;
}
textarea {
	height: 150px;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	border: 1px solid #1983a0;
}
input.botao-envio, input.botao-envio:hover, input.botao-envio:focus {
	padding: 3px;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid black;
	border-right-width: 2px;
	border-bottom-width: 2px;
	background-color: #FAFAFA;
}
#atualizacao {
	text-align: center;
	color: #999;
	border-top: 1px solid #1983a0;
	padding: 5px;
}
.stretcher {
	background: none !important;
	background: #FFF;
}