@charset "UTF-8";
/* BASIC -------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background:#333;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #555
	}

/*img {
	display:block;
	}*/
h1, h2, h3 {
	font-size: 15px;
	font-weight: normal;
	margin: 20px 0 0 0;
	}
a:link {
	color: #555;
	text-decoration: underline;
	}
a:visited {
	color: #555;
	text-decoration: underline;
	}
a:hover {
	color: #cb9b27;
	text-decoration: none;
	}
a:active {
	color: #555;
	text-decoration: none;
	}

/* LAYOUT ------------------------------------------------*/
#top h1 a {
	background: url(../_i/animator.jpg) no-repeat;
	position: absolute;
	height: 94px;
	width: 100%;
	left: 0px;
	top: 0px;
	border-top: 2px solid #000;
	}
#top h1 span {/* h1 title hide */
	position: absolute;
	left: -1000em;
	}
#nav {/* move nav bar (ul) down*/
	top: 60px;
		}
#content {
/*	width: 100%;*//* !Adds horz scroll*/
	margin-top: 60px;
	margin-left: 40px;
	}
#content #flashcontent {/*FF simpleviewer height*/
	height:800px;
	}
#footer {
	margin:20px 0 20px 50px;
	clear: left;
	/*color: #FFF;*/
	}
#footer address{
	font-style: normal;
	}
/* HOME PG------------------------------------------------*/
#home #content {
	background: url(../_i/I_00.jpg) repeat-x;/*?img=00-2000.jpg*/
	margin-left: 0px;
	height: 400px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#new a {
	background:url(../_i/new2.jpg) no-repeat;
	height: 87px;
	width: 108px;
	position: absolute;
	top: 380px;
	left: 80px;
	}
#new a:hover {
	background:url(../_i/new2.jpg) no-repeat -108px;
	}
#new span {
	position: absolute;
	left: -1000em;
}
/* RESUME PG------------------------------------------------*/
#resume #content {
	background: url(../_i/I_00.jpg) repeat-x;
	margin-left: 0px;
	height: 400px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#resume h3 {
	margin: 0;
	}
#resume .conteudogeral {
	margin-left: 50px;
	width:650px;
	margin-botton: 50px;
	margin-top: 100px;
	color: #ccc;
	background: #222;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}

#resume .centralpost {
	margin-left: 15px;
	width:620px;
	color: #ccc;
	
	}

#resume li {
	line-height: 2em;
	}
#resume .content a:link, #resume .content a:visited, #resume .content a:active{
	color: #ccc;
	}
#resume .content a:hover {
	color: #cb9b27;
}
/* BIO ------------------------------------------------------*/
#bio #content .viewer {/*imgviewer bio pg*/
	float: left;
	padding-top: 12px;
}
#bio #content .bio {
	color: #ccc;
	width: 400px;
	float: left;
	line-height: 2em;
	}
#caric {
	float:left;
	border: 8px double #555;
	margin: 15px 20px 5px 0px;
	}
#bio .content a:link, #bio  .content a:visited, #bio  .content a:active{
	color: #ccc;
	}
#bio .content a:hover {
	color: #cb9b27;
}



/* CONTACT pg FORM ------------------------------------------------------*/

#form #content {
	background: url(../_i/I_00.jpg) repeat-x;
	margin-left: 0px;
	height: 400px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#form h3 {
	margin: 0;
	}
#form .conteudogeral {
	margin-left: 50px;
	width:650px;
	margin-botton: 50px;
	margin-top: 100px;
	color: #ccc;
	background: #222;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}

#form .centralpost {
	margin-left: 15px;
	width:620px;
	color: #ccc;
	
	}

#form {
	
	padding-top: 0;
	color: #ccc;
	}
#form dt {/*label*/
	margin: 0;
	padding: 0 0 4px 0;
	font-weight: normal;
	}
#form dd {/*definition*/
	margin: 0;
	padding: 0;
	}
#form #comments {
	color: #000;
	margin-botton: 25px;
	padding: 8px;
	border-style: none;
	font: 14px "Courier New", Courier, monospace;
	width: 400px;
	background: #888;
	}
#form #realname, #form #mailfrom,#form #phone, #form #company, #form #city, #form #state, #form #country {
	color: #000;
	margin-botton: 25px;
	padding: 6px;
	border-style: none;
	font: 14px "Courier New", Courier, monospace;
	width: 280px;
	background: #888;
	}
#form #phone {
	width: 200px;
	}
#form #send {
	text-transform: uppercase;
	color: #fff;
	padding: 6px 6px 6px 8px;
	margin-bottom:25px;
	background: #444;
	border: 1px outset #888;
	letter-spacing: 4px;
	font-size: 10px;
	font-weight: bold;
	}
#form #send:hover {
	background: #555;
	border: 1px outset #888;
	}

/* CLASSES ------------------------------------------------------*/
.hide {
	display:none;
	}

.copy {
	margin-top: 355px;
	float: right;
	margin-right: 30px;
	}



#centro {
width:500px;
height:500px;
position:absolute;
top:50%;
left:50%;
margin-top:-50px;
margin-left:-50px;
}