@charset "utf-8";
/* CSS Document */
/* Page Setup */
body {
	background-image:url(../images/water.png);
	}

#wrapper {
	height: auto;
	margin: 0px auto;
	width: 768px;
	background-image: url(../images/bg1.png);
	background-repeat: repeat-y;
	}

#innerwrapper {
	margin: auto 30px auto 30px;
	height: auto;
	width: 700px;
	background-image: url(../images/bg1.png);
	background-repeat: repeat-y;
	}

#logo {
	position: relative;
	height: auto;
	margin-bottom: 5px;
	}
	
#header-bottom {
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	height: 20px;
	background-color: #fdf8f2;
	}
	
#header-bottom ul {
	margin: 0;
	padding: 0 30px 0 0;
	text-align: right;
	}
	
#header-bottom li {
	display: inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	background-color: #fdf8f2;
	color: #0B980E;
	}
	
a.linked:link {
	text-decoration: none;
	background-color: #fdf8f2;
	color: #0B980E;
	}
	
a.linked:hover {
	background-color: #fdf8f2;
	color: #3300FF;
	font-size: 12px;
	}
	
#tagline {
	font-weight: bold;
	background-color: #fdf8f2;
	color: #050845;
	font-style: italic;
	margin: 0;
	padding: 0 0 0 20px;
	width: 300px;
	float: left;
	}
	
#footer {
	clear:both;
	margin: 0px auto;
	width: 768px;
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	height: 15px;
	background-color: #fdf8f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
	text-decoration: none;
	}
	
.background
  {
	margin: 10px auto 10px auto;
	width: 90%;
	height: 125px;
	background: url(http://gigliotravelus.net/newimages/img1063.jpg) repeat;
	border: 2px solid black;
  }

.transbox
  {
	width: auto;
	height: 45px;
	margin: 15px 25px;
	background-color: #ffffff;
	/* for IE */
  filter:alpha(opacity=70);
	/* CSS3 standard */
  opacity:0.7;
  }
.transbox p
  {
  margin-left: 5px;
  font-weight: bold;
  color: #000000;
  }

.ptext {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	text-align: left;
	}
	
ul {
	text-align: left;
	}
