html,
body {
   margin:0;
   padding:0;
   height:100%;
   font: 12px "Trebuchet MS",Arial, Helvetica, sans-serif;
   color: #666;
}

h1,h2,h3,h4 {
	font-size:16px;
	font-weight:bold;
}

img {
	margin:0;
	padding:0;
}

div#wrapper {
		position:relative; /* needed for footer positioning*/
		margin:0 auto; /* center, not in IE5 */
		width:100%;
		background:white;		
		height:auto !important; /* real browsers */
		height:100%; /* IE6: treaded as min-height*/
		min-height:100%; /* real browsers */
		text-align:left;
		padding-bottom:190px;	/* Height of the footer */
	}
#header {
   padding:10px;
   width:700px;
   height:200px;
   background: url(imgs/web-header.gif) no-repeat;
   margin:0 auto;
}

#content {
   width:700px;
   margin:0 auto;
}

#menu {
	float:left;
	width:180px;
	text-align:center;
}

#menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu li {
	width:180px;
	line-height:35px;
	color:#006;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	border-bottom:1px dashed #006;
}

#menu li a {
	color:#006;
	text-decoration:none;
}

#menu li a:hover {
	color:#39C;
	text-decoration:underline;
}
	
#menu a {
	color:#006;
	text-decoration:none;
	line-height:35px;
	margin-bottom:3px;
	display:block;
	border-bottom:1px dashed #006;
}

#menu a:hover {
	color:white;
	text-decoration:none;
	background:#006;
	display:block;
}

#gallerymenu {
	margin:25px 0;
	text-align:left;
}

#gallerymenu h2 {
	color:#036;
	font-size:14px;
}

#gallerymenu p {
	color:#036;
	font-size:10px;
}

#text {
	float:right;
	width:480px;
	color:#336;
}

#text p {
	text-align:justify;
}

#text .image {
	border:1px solid #006;
	padding:3px;
	margin:0 auto;
}

#text a {
	color:#006;
	text-decoration:underline;
}

#text a:hover {
	color:#39c;
	text-decoration:underline;
}

#excursion {
	padding:20px;
	width:350px;
	margin:0 auto;
	background-color:#ccc;
}

#excursion p {
	margin:8px 0;
	padding:0;
}

#excursion h4 {
	font-size:14px;
	margin-top:0;
}

#packages {
	width:200px;
	text-align:center;
	margin:0 auto;
}

#packages a {
	font-size:13px;
	font-weight:bold;
	background:#ccc;
	display:block;
	margin:5px 0;
	line-height:30px;
	text-decoration:none;
}
#packages a:hover {
	background:#006;
	color:white;
	text-decoration:none;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:190px;   /* Height of the footer */
   background: url(originals/bottom2.png) repeat-x bottom;
   text-align:center; 
   clear:both;
}

#footercontainer {
	color:white;
	width: 700px;
	margin:0 auto;
	padding-top:50px;
}

#footercontainer a {
	color:white;
	text-decoration:none;
}

#footercontainer a:hover {
	color:white;
	text-decoration:underline;
}

/* Form */

.formlabel {
	float:left;
	text-align:right;
	width:140px;
	font-weight:bold;
	padding:5px 10px 0px 0px;
}
.formfield {
	float:left;
	text-align:left;
	width:260px;
}
#formsubmit {
	padding-left:150px;
	clear:both;
	padding-top:10px;
}
.formrow {
	clear:both;
	height:30px;
}

.clear {
	clear:both;
}

/* Gallery */
#gallery {
	width:180px;
	margin-top:20px;
}
.galleryrow {
	width:180px;
	margin-top:20px;
}
.galleryrow a {
	border:0;
}
.galleryrow img {
	border:1px solid #666;
}
.gallerycell_lh {
	float:left;
	margin-right:16px;
}
.gallerycell_rh {
	float:left;
}
