@charset "UTF-8";
/* CSS Document */

* {padding:0px; margin:0px; border:0px}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #00;
	font-size: small;
	background-attachment: fixed;
	background-image: url(padrao02.jpg);
	background-repeat: repeat;
}



h1 {color: #0066ff;
	font-size:large;
	font-weight: lighter;
	margin-bottom:15px; }

h2 {margin-bottom:10px; font-size: small; font-weight: bold;}



.titulo {color: #ff00ff;}
.intropar {font-style: italic; margin-bottom:15px;}
.pergunta {
	margin-bottom: 10px;
	font-weight: bold;
}

a:link {
	color: #0066FF;
	font-size: small;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #CC33CC;
}




#wrapper {
	width: 80%;
	margin: 0px auto;
	padding:10px;
	background-color: #FFF;
}

#top {margin-top:40px}

#top ul li {display:inline; padding-right: 5px; list-style-type:none; }

#img img {
    width: 100%;
    height: auto;
	margin-top:20px;
}


#entrevista{
	width:75%;
	float:left;		
}

#entrevista ul li {list-style-type:none;}

#infoentrev {
	width: 20%;
	float: right;
	font-size: x-small;
	color: #666;
}

#infoentrev ul li {list-style-type:none;}

#footer { clear:both; padding-top:50px;}




	
