html, body {
	height: 100%;
	background-color: #ffffcc;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

html>body #container, #header {height:auto}

#container {
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	width: 780px;
	text-align: left;
}

#header {
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffcc;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	min-height: 100%;	
	width: 772px;		
}

#header_accommodations {
	background-image: url(../images/bg_header_accommodations.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffcc;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	min-height: 100%;	
	width: 772px;		
}

#header_about {
	background-image: url(../images/bg_header_about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffcc;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	min-height: 100%;	
	width: 772px;		
}

#header_activities {
	background-image: url(../images/bg_header_activities.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffcc;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	min-height: 100%;	
	width: 772px;		
}

#header_transtours {
	background-image: url(../images/bg_header_transtours.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffcc;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	min-height: 100%;	
	width: 772px;		
}

#header_faq {
	background-image: url(../images/bg_header_faq.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffcc;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	min-height: 100%;	
	width: 772px;		
}

#header_contact {
	background-image: url(../images/bg_header_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffcc;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	min-height: 100%;	
	width: 772px;		
}

#header_gallery {
	background-image: url(../images/bg_header_gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffcc;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	min-height: 100%;	
	width: 772px;		
}

img#logo {
	float: left;
	margin-top: -5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding:0;
}

#description {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #000;
	clear: none;
	float: none;
	width: 760px;
	margin: 20px 0px 0px 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#nav { list-style-type: none; width: 772px; display: block; margin: 5px 0px 250px 0px; padding:0px; }

#nav li { float: left; margin: 0px; padding:0px; }

#nav li a { display: block; height: 23px; overflow: hidden; text-indent: -9999px; }

#nav-home a { background: transparent url(../images/nav_home.gif) no-repeat 0 0; width:50px; }
#nav-accom a { background: transparent url(../images/nav_accommodations.gif) no-repeat 0 0; width:117px; }
#nav-about a { background: transparent url(../images/nav_about.gif) no-repeat 0 0; width:141px; }
#nav-activities a { background: transparent url(../images/nav_activities.gif) no-repeat 0 0; width:125px; }
#nav-transtours a { background: transparent url(../images/nav_transtours.gif) no-repeat 0 0; width:155px; }
#nav-gallery a { background: transparent url(../images/nav_gallery.gif) no-repeat 0 0; width:60px; }
#nav-faq a { background: transparent url(../images/nav_faq.gif) no-repeat 0 0; width:43px; }
#nav-contact a { background: transparent url(../images/nav_contact.gif) no-repeat 0 0; width:81px; }

#nav-home a:hover, #nav-home a:focus, #nav-home a:active,#nav-accom a:hover, #nav-accom a:focus, #nav-accom a:active, #nav-about a:hover, #nav-about a:focus, #nav-about a:active, #nav-activities a:hover, #nav-activities a:focus, #nav-activities a:active, #nav-transtours a:hover, #nav-transtours a:focus, #nav-transtours a:active, #nav-calendar a:hover, #nav-calendar a:focus, #nav-calendar a:active, #nav-faq a:hover, #nav-faq a:focus, #nav-faq a:active, #nav-contact a:hover, #nav-contact a:focus, #nav-contact a:active { background-position: 0 -23px; }

#main_leftcolumn {
	width: 386px;
	float: left;
	
}

#main_rightcolumn {
	width: 386px;
	float: left;
		
}

#sub_content {
	width: 770px;
/*	float: left; */
	text-align: left;
	display:block;	
}

#sub_content_ssp {
	width: 770px;
/*	float: left; */
	text-align: center;
	display:block;	
}

#sub_content_ssp p {
	text-align: left;
}

#gallery {
	width: 770px;
/*	float: left; */
	text-align: left;
	display:block;
	clear:both;	
}

#sub_rightcolumn {
	width: 370px;
	float: right;
	text-align: left;
	display:inline;
	padding: 0px 5px 0px 15px;		
}

#contact_info {
	float:left;
	width:265px;
	height:425px;
	margin: 0px 15px 0px 0px;
	padding: 10px 0px 0px 5px;
	font-size:14px;
	border-right:solid 1px #000000;
}

#ssp {
	background-color: #303030;
	height: 500px;
	width: 725px;
	margin: 0px auto;
	padding:0px;	
}	

#ssp p {
	color: #fff;
	margin: 0px;
	padding: 20px;
}

table td {
	padding: 3px 5px 3px 0px;
}

img.header_main {
	margin: 0px 0px 0px 15px;
}

img.image_main {
	margin: 0px 0px 10px 15px;
	border: 1px solid #000000;
	width: 350px;
	height: 150px;
}

img.image_sub {
	margin: 0px 0px 3px 5px;
	border: 1px solid #000000;
}

img.header_sub {
	margin: 0px 0px 10px 12px;
}

.caption {
	text-align: left;
	padding: 0px;
	margin: 0px 0px 20px 10px;
	width: 350px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height:16px;
	color: #000;	
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	margin: 0px 0px 0px 15px;	
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	margin: 0px 0px 0px 15px;	
}

p, td {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height:18px;
	color: #000;
	margin: 0px 15px 15px 15px;	
}

li {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height:18px;
	color: #000;
	margin: 0px;
}

a:link {
	color:#0033cc;
	text-decoration:underline;
}
a:visited {
	color:#0033cc;
	text-decoration:underline;
}
a:hover {
	color:#666633;
	text-decoration:underline;
}
a:active { color:red; text-decoration:underline; }

#footer {
	background-image: url(../images/bg_footer.jpg);
	background-position: left top;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	height: 100px;
	width: 772px;
	text-align: left;
}

#textnav {
	text-align: center;
	width: 690px;
	margin: 35px 0px 0px 0px;
}

#textnav a {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	padding: 0px 4px 10px 4px;	
}

p.footer {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #999966;
	margin: 10px 0px 0px 0px;	
}