body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-size: 13px;
}
#page {width:627px;
       background-color: #FFFFFF;
}
	   
#content {padding:0 20px 10px 15px;
}
#content1 {
  	padding:0 20px 10px 15px;
	background-image: url(images/city.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
}
#content2 {
	padding:0 20px 10px 15px;
	background-image: url(images/volcano.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
}
#content3 {
	padding:0 20px 10px 15px;
	background-image: url(images/artesans.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
}
#content4 {
	padding:0 20px 10px 15px;
	background-image: url(images/ruin.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
}
#content6 {
	padding:0 20px 10px 15px;
	background-image: url(images/coffee2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
}
#content5 {
	padding:0 20px 10px 15px;
	background-image: url(images/surf.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
}
.places {font-size:10px;}
a:link {text-decoration: none; color:#CC0000;}
a:link:hover {text-decoration: none; color:#FDD00F;}

.label{font-weight: bold;line-height: 20px;padding: 5px;text-decoration: none;}
a.label:link {color:#ffffff;}
a.label:visited{color:#ffffff;}
a.label:hover{color:#CC0000;}

.title{font-size: 18px;font-weight: bolder;color: #CC0000; padding-top:20px; padding-bottom:10px;}
.title2{font-weight: bolder;color: #CC0000;}
.nav{text-decoration: none;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 5px;
	font-weight: bold;
	}
a.nav:link {color:#ffffff;}
a.nav:visited {color:#ffffff;}
a.nav:hover{color:#CC0000;}

.nav2{
    padding: 10px 0;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	
	}
a.nav2:link {color:#CC0000;}
a.nav2:visited {color:#CC0000;}
a.nav2:hover{color:#FDD00F;}
.footer{
	font-size:9px;
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:link {color: #ffffff;}
a.footer:hover {color:#FDD00F;}
#prices{margin-right:10px;
 margin-bottom:10px;
    width:350px;
	text-align: center;
	padding: 1px;
	border: thin dotted #CC0000;
}

img {
	border-color:#CC0000;
	
}
A:visited img {border-color:#CC0000;}
A:hover img, A:active img {border-color:#FDD00F; }
a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#Cc0000;
    text-decoration:none}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-350px; left:-250px; width:405px;
	padding: 10 10;
    border:1px solid #Cc0000;
    background-color:#ffffff; color:#000;
    }
	
	a.info2{
	position:relative;
	z-index:24;

}

a.info2:hover{z-index:25;}

a.info2 span{display: none}

a.info2:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-200px; left:-30px; width:457px;
	padding: 10 10;
    border:1px solid #Cc0000;
    background-color:#ffffff; color:#000;
    }