body {
  color: #404040;  
  font: 14px Candara, 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  line-height: 1.40;
}
h1, h2 {
  margin-top: 0;
  color: #324065;
  font: 25px Georgia, 'New York CE', utopia, serif;
}
h2 {
  font: 17px Georgia, 'New York CE', utopia, serif;
  border: none;
}
a {
	color: #016ab4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#page {
  width: 950px;
	margin: auto;
	background:url(../images/bk.png) repeat-y;
}
#header {
	background:url(../images/header.png);
	width: 950px;
	height: 150px;
}
#navigation {
	background:url(../images/menu.png);
	width: 950px;
	height: 104px;
}
#content {
	background:url(../images/main.png) no-repeat;
	width: 870px;
	text-align: justify;
	padding: 20px 40px 0 40px;
}
#text {
	width: 530px;
}
#sevilla {
  float: right;
  border: 1px solid #c8c8c8;
  margin-top: 20px;
}
#cleaner {
	
}
#footer {
	background:url(../images/footer.png);
	width: 950px;
	height: 20px;
	padding: 40px 0 0 0;
	clear: both;
	text-align: center;
	font-size: 0.8em;
}
#navigation ul {
  margin: 0;
  padding: 26px;
  display: block;
}
#navigation ul li {
  list-style: none;
  display: inline;
  padding: 24px 20px;
  background: url(../images/menu_d.png) no-repeat 0 -4px;
  height: 42px;
}
#navigation ul li.first {
  background: none;
}
#navigation ul li a {
  color: white;
  text-decoration: none;
  font: bold 14px Georgia, 'New York CE', utopia, serif;
}
#navigation ul li a:hover {
  color: #C0E6FC;
  text-decoration: underline;
}
