@charset "utf-8";
body {
background-color: #fff;
margin: 0 0 0 0;
}
#centro {
width:960px;
height:550px;
position:absolute;
top:50%;
left:50%;
margin: -275px 0 0 -480px;
}
#conteudo {
float: left;
width:700px;
height:550px;
}
#conteudoperfil {
float: left;
width:700px;
height:550px;
background:url(imagens/perfil.png);
background-repeat:no-repeat;
background-position:top right;
}
#conteudocontato {
float: left;
width:700px;
height:550px;
background:url(imagens/contato.png);
background-repeat:no-repeat;
background-position:top right;
}
#menu {
float: right;
width:257px;
height:550px;
border-left:#EBEBEB solid 3px;
}
#menu h1 {
    margin: 0;
	padding:50px 0 0 5px;
}
#menu h2 {
    margin: 0;
	padding:0 0 20px 5px;
}
#texto {
	width:550px;
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align:left;
	color: #999999;
	font-weight: normal;
	letter-spacing: 1px;
}
#texto h2{
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	text-align:right;
	color: #FFCC00;
	border-bottom:#EBEBEB solid 1px;
	margin: 5px 10px opx 20px;
}
#texto h3{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align:left;
	color: #666666;
	font-weight: normal;
	letter-spacing: 1px;
}
#textocontato {
	width:275px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align:left;
	color: #999999;
	font-weight: normal;
	letter-spacing: 1px;
}
#textocontato h3{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align:right;
	color: #666666;
	font-weight: normal;
	letter-spacing: 1px;
}
.flash {
	margin-top:50px;
	border:#EBEBEB solid 30px;
	border-bottom:#EBEBEB solid 60px;
}
.samuel {
	font-family: "Courier New", Courier, monospace;
	font-size: 35px;
	color: #D6D6D6;
	font-weight: bold;
}
.subTitulo {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #FFCC00;
}
.vertical {
	width: 5px;
	background-color: #EBEBEB;
}
.refle {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #EBEBEB;
	font-weight: bold;
	font-variant: normal;
}
.texto {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	letter-spacing: 1px;
}
.textoBold {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #999999;
	font-weight: bolder;
	letter-spacing: 1px;
}
.textoItalico {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	letter-spacing: 1px;
	font-style: italic;
}
.titulos {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	padding-bottom: 3px;
}
.fundoPerfil {
	background-image: url(imagens/perfil.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.botao {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #666666;
	background-color: #EBEBEB;
	border: 1px solid #FFFFFF;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.fundo {
	background-image: url(imagens/contato.png);
	background-repeat: no-repeat;
}
.textoBoldCopy {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #999999;
	font-weight: bolder;
	letter-spacing: 1px;
	background-image: url(images/fundo.gif);
	background-repeat: repeat;
}
#amplia {
		background-color: #fff;
		padding: 0px;
		width: 0px;
}
#amplia ul { list-style: none; }
#amplia ul li { display: inline; }
#amplia ul img {
	border: 5px solid #dedede;
	border-width: 5px 5px 20px;
}
#amplia ul a:hover img {
	border: 5px solid #ffcc00;
	border-width: 5px 5px 20px;
	color: #fff;
}
#amplia ul a:hover { 
color: #fff; 
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #999;
}