a {	color: #000000;}
a:link, a:visited, a:active {text-decoration: none;}
a:hover {color: #000000}
a.special{color: #65151D}


body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: arial;
  color: #000;
  }

#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 650px;
  }

#header{
  width: 650px;
  height: 45px;
  }
  
h1#iggs{
	padding: 182px 0 0 0;
	overflow: hidden;
	background-image: url("images/logo_iggs.png");
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:182px; /* for IE5.5's bad box model */
}

h1#barioja{
	padding: 182px 0 0 0;
	overflow: hidden;
	background-image: url("images/logo_barioja.png");
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:182px; /* for IE5.5's bad box model */
}

#content {
  width: 650px;
  height: 408px;
  background:   url("images/wallpaper.jpg") no-repeat;
  }

#paraLeft{
  width: 275px;
  height: 408px;
  font-size: 12px;
  text-align: right;
  float: left;
  padding: 0 70px 0 0;
  }
  
#paraRight {
  width: 305px;
  height: 408px;
  font-size: 12px;
  float: right;
  }

#paraRight a.inside {
  text-decoration: underline;
  font-weight: bold;
  font-size: 9px;
  }

#paraRight p.quote{
  color: #86203C;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  }

#paraRight p.highlight{
  height: 1.2em;
  padding: 0 0 0 5px;
  color: #161B48;
  font-weight: bold;
  font-size: 11px;
  }
  
#paraRight p.discreet{
  color: #666666;
  }
  
#address {
  width: 650px;
  height: 20px;
  font-size:10px;
  font-family: arial;
  text-align: center;
  padding: 0 0 0 10px;
  color: #999999;
}
   
#footer {
  width: 650px;
  height: 30px;
  font-size: 9px;
  font-family: arial;
  float: left;
  padding: 5px 0 0 0;
  text-align: right;
}

#footer p{
  color: #666666;
  }
  
#footer p.cel{
  color: #FF9933;
  }
