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

/* Zerar */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  background-color:#000000;
  background-image:	url(../imgs/fundo_0710.jpg);
  background-position:right bottom;
  background-attachment:fixed;
  background-repeat:no-repeat;
  color:#FFF
}

/* Divosões */

#principal {
  width: 720px; 
  margin: 0 auto; 
  text-align: left;
}

#menu {
  width: 205px;
  float: left;
}

#conteudo { 
  width: 515px;
  float: right; 
}

h1 {
  font-size: 20pt;
  font-weight: bold;
  color:#FFF;
}
h2 {
  font-size: 13pt;
  font-weight:bold;
  color:#FFF;
}
h3 {
  font-size: 10pt;
  line-height:16pt;
  color:#FFF;
}
h4 {
  font-size: 26pt;
  line-height:26pt;
  text-align:right;
  color:#FFF;
}
h5 {
    font-size: 10pt;
	font-variant:small-caps;
	color:#FFF;
}
