@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
}
html, body {
	margin: 0px;
	padding: 0px;
	min-width: 790px;
	font: 11px Arial, "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
a:link, a:visited{
	color: #000000;
	text-decoration: underline;
	border: none;
}
a:active, a:hover{
	color: #666666;
	text-decoration: underline;
	border: none;
}
a.nav:link, a.nav:visited{
	text-decoration: none;
}
a.nav:active, a.nav:hover{
	text-decoration: none;
}
a.kiwi:link, a.kiwi:visited{
	color: #999999;
	text-decoration: none;
}
a.kiwi:active, a.kiwi:hover{
	color: #339900;
	text-decoration: none;
}
#wrapper {
	width: 780px;
	height: auto;
	position: absolute;
	left: 50%;
	margin: 0;
	margin-top: 25px;
	margin-left: -390px;
}
#header {
	width: 100%;
	height:15px;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 9px;
	margin-bottom: 13px;
}

#header h1 {
	background-image: url(../images/header-name.gif);
	height:20px;
	float:left;
	text-indent:-10000px;
	overflow:hidden;
	display:block;
	width:197px;
	text-align:left;
	margin:0
}


#header a.versao {
	padding-top: 11px;
	float:right;
}

#main {
	width: 100%;
	height: 196px;
/*	background-image: url(../images/bg/rotator.php); */
	background-image: url(../images/bg/bg-1.jpg); 
	background-repeat:no-repeat;
}
/* para forcar a imagem a nao rodar, usar a linha de codigo:
<img src="/path/to/images/bg/rotate.php?img=nomedaimagem.jpg" />
*/
#navigation {
	width: 177px;
	height: auto;
	text-align: left;
}
#nav-bar {
	width: 107px;
	height: 15px;
	padding-left: 40px;
	font-size: 13px;
}
#nav-bar.active {
	background-color: #FFDE00;
}
#body {
	width: 100%;
	height: 100%;
	margin-top: 19px;
	margin-bottom: 5px;
}
#footer {
	clear: both;
	width: 780px;
	height: auto;
	text-align: right;
	font-size: 9px;
	letter-spacing: 1px;
}
#bio {
	float: left;
	width: 500px;
	padding-left: 190px;
	font-size: 11px;
}
#bio-header {
	width: 10px;
	height: 15px;
	padding-left: 190px;
	background-color: #FFDE00;
	margin-bottom: 10px;
}
#contact-header {
	width: 10px;
	height: 15px;
	padding-left: 190px;
	background-color: #FFDE00;
	margin-bottom: 0px;
}
#bio-img {
	background-image: url(../images/biografia-yellow.gif);
	background-repeat: no-repeat;
	height: 100%;
	width: auto;
}
h1 {
	font-weight: bold;
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 4px;
}
h2 {
	font-weight: bold;
	font-size: 17px;
}
p {
	margin-top: 1px;
}
#expo {
	float:left;
	width: 259px;
	margin-right: 100px;
}
#expo-header {
	width: 10px;
	height: 15px;
	padding-left: 190px;
	background-color: #FFDE00;
	margin-bottom: 10px;
	margin-left: -190px;
}
#expo h1 {
	padding-left:44px;
}
#expo p {
	padding-left: 44px;
}
#galery {
	width: 673px;
	height: auto;
	background-image:url(../images/box-sides.gif);
	background-repeat:repeat-y;
	margin-left: 40px;
	padding: 7px 20px 5px 13px;
	letter-spacing:6px;
	line-height: 0px;
}
#galery-footer {
	width: 700px;
	height: 7px;
	background-image:url(../images/box-down.gif);
	background-repeat: no-repeat;
	margin-left: 40px;
}
#thumb {
	margin-bottom: 8px;
}
