/* CSS Document */
* { margin:0; padding:0; }
body {
 margin:0px;
 padding:0px;
 color:#666666;
 font-family:Arial, Helvetica;
 font-size:11px;
 text-align:center;
}
h1, h2, h3, h4, ul, li, p, form, object {
 margin:0px 0 0 0;
 padding:0px;
}
#container {
 width:775px;
 height:inherit;
 margin:0 auto;
 text-align:left;
 background:#E7EDF8;
 padding-bottom:20px;
 border:1px solid #003366;
 }
#top {
 width:775px;
 height:90px;
 background:url(imagens/top.jpg) no-repeat;
 margin:0 auto;
}
#subtop {
 font-size:9px;
 width:775px;
 height:103px;
 background:url(imagens/wilhelm.jpg) no-repeat;
 margin:0 auto;
 }
#fotos {
 font-size:9px;
 width:775px;
 height:110px;
 text-align:left;
 font-weight:none;
 background: url(imagens/fotos.jpg);
 }
#menu {
 font-size:13px;
 width:775px;
 height:60px;
 text-align:center;
 font-stretch:bold;
 background: url(imagens/fundo_menu.jpg);
 }
 #menu a{
  font-weight:none;
  text-decoration:none;
  color:#FFFFFF;
  margin:0 0 0 15px;
  }
  #menu a:hover{
  font-weight:none;
  text-decoration:underline;
  color:#00CCFF;
  }
 #menu ul {
 margin:10px 0px 0px 0px;
}

 #home {
 font-size:11px;
 width:775px;
 min-height: 220px;
 font-weight:none;
 background:#E7EDF8;
 }
 #home p{
 font-size:12px;
 width:600px;
 margin:30px 0 0 80px;
 }
  #home a{
  font-weight:none;
  text-decoration:none;
  color:#003366;
  }
  #home a:hover{
  font-weight:none;
  text-decoration:underline;
  color:#72A0B1;
  }
  #pop {
	position:absolute;
	left: 200px;
	top: 200px;
}
 