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

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

body {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  color:#FFF;
  background-color:#345A2D;
  background-image:	url(http://downloads.artmed.com.br/public/marketing/artmed_revista/imgs/fundo_0110.jpg);
  background-position:right bottom; 
  background-attachment:fixed;
  background-repeat:no-repeat;
}

/* 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;
}
h2 {
  font-size: 13pt;
  font-weight:bold;
}
h3 {
  font-size: 10pt;
  line-height:16pt;
  vertical-align:top;
}
h4 {
  font-size: 26pt;
  line-height:26pt;
  text-align:right;
}
h5 {
    font-size: 10pt;
	font-variant:small-caps;
}
h6 {
	font-size: 10px;
	font-weight:bold;
