/* CSS Date: 2005-10-22 */
*, html, body {
	margin:0; 
	padding:0;
	}
html {
	background: #f6faff url(bg-body.jpg) left top repeat-x;
	}
body {
	font: 0.76em Arial, Verdana, Helvetica, sans-serif;
	color:#333; 
	margin:0 20px 10px 20px;
	}
#headerpage {
	position:relative;
	width:100%; 
	color:#000;
	height:30px;
	margin-bottom:6px;
	}
#headerpage a:link, #headerpage a:visited {
	color:#000;
	text-decoration:none;
	}
#headerpage a:hover {
	text-decoration:underline;
	color: #00f;
	}    
#headerpage h1:hover:after {
	content: "Visit Mauricio's site";
	font-size:0.7em; 
	font-weight:normal;
	margin-left:1.0em;
	font-style: normal;
	}
body#portugues #headerpage h1:hover:after {
	content: "Visite o site do Maujor";
	}
#headerpage h2:hover:after {
	content: "Contact Mauricio";
	font-size:0.9em; 
	margin-left:1.0em;
	font-style: normal;
	}
body#portugues #headerpage h2:hover:after {
	content: "Fale com o Maujor";
	}
#headerpage h1, #headerpage h2 {
	font-style: italic;
	font-size:1.2em;
}
#headerpage h1  {     
	position:absolute;
	left:1%;
	top:1px;
	}
#headerpage h2{
	position:absolute;
	right:2%;
	bottom:8px;
	font-size:0.8em;
	}
#content { }
#content h2, #content h3 {
	font-size:1.2em;
	margin:0.5em 0 0 0.5em;
	}
#form {
	float:left;
	width:32%;
	background: #faf6e8; 
	border:1px dotted #039; 
	padding:5px;
	}
fieldset {border:none; }
select {background-color:#e3e3b9;}
input:focus {background:#e3e3b9;}
option {padding-left:20px;background-color:#f6f6e8;}
optgroup { 
	letter-spacing:2px;
	margin:3px 0;
	background-color:#ececd1;
	}
.text-field {
	width: 80%;
	margin: 0;
	padding-left:5px;
	}
.botao {
	width:40px;
	height:1.8em;
	margin: 0;
	}
#how {
	margin:5px 0; 
	background:#fcf9f0;
	height:600px;
	overflow:auto;
	border:1px solid #ccc;  
	line-height:1.3em;
	}
#how h2 {margin-bottom:0.8em; text-align:center; font-size:1.2em;}
#how p { margin:0 6px 1.2em;}
#how ol { margin:20px; padding:0; list-style-position:inside;}
#how ol ol{ list-style-type:lower-alpha;}
#how ol li{ margin-bottom:0.7em;}
#how code {font-size:1.2em;}
#how h2:hover {color:green;}
#how p:hover {color:red;}
#how blockquote > p:hover {color:#333;}
#how ol li:hover {color:#c30;}
#how ol li ol li:hover {color:#00f;}
#frame { 
	height:auto;
	float:right;
	width:64%;
	border:1px dotted #039; 
	background:#fafaf6 url(bg-frame.gif) center fixed;
	}
h1 {
	font-size:1.6em;
	}
#contentf p { margin:0.76em 1.0em;}
#contentf {
	color:#333; 
	padding:5px;
	}
#header {
	position:relative;
	height:3.5em;
	color:#333;
	border:solid #ccc;
	border-width:0 1px 1px 0;
	}
#nav {
	position:relative;
	height:2.5em;
	border:1px solid #ccc;
	}
#main {
	position:relative;
	margin-top:0.2em;
	border:1px solid #ccc;
	}
table {
	border-collapse:collapse;
	width:80%;
	margin:5px auto 20px ;
	}
caption {
	margin-top:20px;
	margin:20px auto 0;
	}
table tr th, table tr td {
	border:1px solid #ccc;
	padding:3px;
	}
code.section { 
	position:absolute;
	top:0;
	right:5px;
	font-size:1.5em;
	font-weight:bold;
	}
#css-rule {
	font: 1.2em/1.0em 'Courier New', Courier, mono; 
	margin:2px 0; 
	padding:0.2em 0.5em; 
	color:#c30; 
	background-color:#fff; 
	border:1px solid #ccc;
	}
#css-rule span{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	}
ul {margin:1.0em;}
ul li {list-style:none; display:inline; }
ul li a { float:left;margin-right:20px;}	