html,body
{
	margin-top:15px;
	padding:0;
}
body
{
	font: 76% arial,sans-serif;
	text-align:center;
}
#container
{
width:887px;
margin:0 auto;
background-image:url(../images/repeat.jpg);
}
#content
{
width:887px;
height:180px;
background-image:url(../images/foto.jpg);
background-repeat:no-repeat;
}
#header
{
width:887px;
height:153px;
margin:0;
padding:0;
background-image:url(../images/top.jpg);
background-repeat:no-repeat;
}
#hotels
{
float:left;
width:800px;
margin-top:15px;
margin-left:32px;
}
#hotels a
{
font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:13px;
font-weight:bold;
font-style:italic;
}
#hotels a:link
{  
   color: #ffffff;
   text-decoration: none;
}
#hotels a:visited
{   
    color:#ffffff;
	text-decoration:none;
}
#hotels a:hover 
{   
	color: #bbb221;
	text-decoration: none;
}
#hotels a:active
	{  
	color: #bbb221;
	text-decoration:none;	
	}
#footer
{
margin:0;
padding:0;
clear:both;
width:887px;
height:101px;
background-image:url(../images/bottom.jpg)
}
/*------COPYRIGHT STYLE------------*/
.copyright_text 
{
	font-family: Verdana, Arial, Helvetica; /*font: bold 12px "Georgia";*/
	font-size:10px;
	color:#993333;
	padding-left:230px;
	line-height:2em;
	}
.copyright_a:link 
{
	Font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color:#000033;
	text-decoration: none;
	font-weight:bold;
	
}
.copyright_a:visited
{
	Font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000033;
	text-decoration: none;
	font-weight:bold;
	
}
.copyright_a:hover
{
	Font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
	font-weight:bold;
}
.copyright_a:active
{
	Font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
	font-weight:bold;
	text-decoration: underline overline;
}
