@charset "utf-8";
/* CSS Document */
body {
	background-image: url(design.jpg);
	background-repeat: repeat;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.sitemap{
    color:#333333;
	font-size: small;
}
a.sitemaplinks{
    color:#333333;
}
a.sitemap:visited {
	color:#666666;
}
a.map{ 
	color:#FFFFFF; 
	font-size:medium;
}
a.emaplinks{
    color:#FFFFFF; 
}
a.map:visited {
	color:#FFFFFF; 
}

#header{
  float:left;
  width: 250px;
  height: 170px;
}
#links {
	height:60px;
	top: 217px;
}
#linkshome {
	position:absolute;
	background-image:url(buttons/top.gif);
	left:10%;
	width: 140px;
	height:46px;
	top: 224px;
}
#linksattractions {
	position:absolute;
    background-image:url(buttons/top.gif);
	left:30%;
	width:140px;
	height:46px;
	top: 224px;
}
#linksmalta {
	position:absolute;
    background-image:url(buttons/top.gif);
	left:50%;
	width:140px;
	height:46px;
	top: 224px;
}
#linksgallery {
	position:absolute;
	background-image:url(buttons/top.gif);
	left:70%;
	width: 140px;
	height:46px;
	top: 224px;
}
#content {
	position:absolute;
	left:5%;
	background-color: #DDEFF3;
	width: 72%;
	top: 277px;
}
#ads { 
	position:absolute;
	left:80%;
}
#footer {
	position:absolute;
    float:left;
	left:10%;
}

