/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:left;
	color:#CCCCCC;
	font-size:12px;
	font-family: "Courier New", Courier, monospace;
	
  }
  
a:link {
	color:#333333;
	text-decoration:none;
  }
a:visited {
  color:#666666;
  text-decoration:none;
  }
a:hover {
  color:#FFFFFF;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }
/* Header
----------------------------------------------- */
#content {
	width:900px;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	border:0px;
	height: 600px;
  }

#header {
	width:900px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	background-color: #999933;
	height: 15px;
  }


#header ul {
	margin:0 0 1.5em;
	padding:0 0 1.5em;
	list-style:none;
	text-align: left;
  }
#header li {
	margin:0;
	padding-top:5px;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	text-align: center;
	display: inline;
	font-size: 12px;
	font-weight: normal;
	letter-spacing:0.4em;
	border-right: 20px solid;
	border-right-color: #999933;
	padding-left: 50px;

  }




/* Content
----------------------------------------------- */
#vazio {
	width:700px;
	height: auto;
	margin-top:530px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:20px;
	float:left;
	
  }
  
#texto{
	width:150px;
	height: 160px;
	margin-top:400px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:10px;
	float: right;
	padding: 5px;
	background-color: #999933;
  }


#menu {
	background:#999933;
	width:900px;
	height: 25px;
	float:none;
	clear:both;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:0px;
	
  }

#menu ul {
	margin:0 0 1.5em;
	padding:0 0 1.5em;
	list-style:none;
	text-align: center;
  }
#menu li {
	margin:0;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	text-align: center;
	display: inline;
	border-right: 50px solid;
	border-right-color: #999933;
	padding-left: 22px;
	font-size: 20px;
  }


/* Sidebar Content
----------------------------------------------- */
#texto p {
  text-align:left;
  color:#cccccc;
  line-height:1.5em;
  font-family: "Courier New", Courier, monospace;
  font-style: italic;
  }




/* Footer
----------------------------------------------- */
#footer {
  width:900px;
  clear:both;
  margin:0px;
  }
#footer hr {
  display:none;
  }
  

  
#footer p {
  margin:0;
  padding-top:15px;
  font:bold78%;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
