@charset "utf-8";
/* CSS Document */
 
html, html body {
    min-height: 1900px;
    width: 100%;
    height: 100%;
	margin: 0 0 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border:0px pink solid;
	background:#acb2d6 url(../images/background-image.jpg) no-repeat top center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:11px;
	font-weight:bold;
	margin: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	margin: 0;
	line-height: 1.5em;
	text-align:center;
}

h3 {
	font-family: Helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	font-style: normal;
}

h4 {
	font-family: Helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0px 4px 4px 0px;
	text-align:center;
}

h5 {
	font-family: Helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	font-style: normal;
	line-height: 2em;
}

h6 {
	font-family: Helvetica, arial, sans-serif;
	font-size: 19px;
	font-weight:bold;
	margin: 0;
	line-height: 1.5em;
	text-align: center;
}

a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

input, textarea, select {
	background-color: #ffffa0;
	border: solid 1px #333333;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

.image {
	border: 1px solid #333;
}

.button {
	border: solid 1px #333;
}

.emphasised {
	font-style:italic;
}

.formheadingbrochure {
	text-align:right;
	color: white;
}

.submitbrochure {
	text-align:right;
	color: white;
	font-size: 11px;
}

.brochuretitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	font-style: normal;
	text-align:center;
}

.formheading {
	text-align:center;
}

.formtitlebrochure {
	font-size:12px;
	color:#FFFFFF;
}

.formtitle {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-align:left;
	vertical-align:top;
}

.formtitlecentered {
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.formsubmit {
	text-align: center;
	height:60px;
}

.spacerdiv {
	height: 6px;
}

.red {
	color:#FF0000;
}

/**************** PAGE CONTENT ****************/

div#content {
	margin: auto;
	width: 980px;
	border: red solid 0px;
}

div#header {
	z-index: 9;
	height: 166px;
	width: 980px;
	border: solid 0px pink;
	position: relative;
}

.heading {
	text-align: center;
}

.biline {
	font-size:15px;
	font-weight:bold;
	text-align:center;
}

div#logo {
	z-index: 2;
}

.photocaption {
	font-size: 0.75em;
	line-height: 1.5em;
	text-align:center;
}

.pressclip {
	font-size: 0.9em;
	line-height: 1.7em;
	text-align:justify;
}

/**************** HEADER FLOATING NAVIGATION ****************/

div#floatingnav {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/floatingnavbg1.png) no-repeat;
	margin-top: -154px;
	float: right;
	width: 344px;
	height: 50px;
	padding: 6px 0px 6px 22px;
	font-size:13px;
	text-align: justify;
	line-height: 1.5em;
	border: solid 0px red;
}

div#floatingnav a {
	font-weight:normal;
	text-decoration: underline;
}

/************* TOP BROCHURE REQUEST ************/

div#brochureimage {
	/*background: url(../images/top-brochure-advert.gif) no-repeat;*/
	margin-top: -156px;
	float: right;
	width: 190px;
	height: 152px;
	border:none;
}

/**************** HEADER QUOTE ****************/
div#headerquote {
	margin-left: 350px;
	margin-top: -78px;
	z-index: 3;
	width: 500px;
	border: solid 0px yellow;
}

div#headerquotetest {
	margin-left: 332px;
	margin-top: -138px;
	z-index: 3;
	width: 368px;
	height: 125px;
	border: solid 0px yellow;	
}

/**************** TOP NAVIGATION MENU ****************/
div#topmenu {
	background: url(../images/navbg_drk.gif) repeat-x;
	/*margin-top: 22px;*/
	margin-top: 16px;
	width: 980px;
	height: 18px;
	z-index: 9;
	padding: 4px 4px 4px 4px;
	border: solid 0px yellow;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.topmenu-item a:link, .topmenu-item a:visited {
	color: #ffffff;
}

.topmenu-item a:active, .topmenu-item a:hover {
	color: #000000;
	text-decoration: underline;
}

.topmenu-item-current a:link, .topmenu-item-current a:visited, .topmenu-item-current a:active   {
	color: #000000;
	text-decoration: none;
}

.topmenu-item-current a:hover {
	text-decoration: none;
}

/**************** LEFT PANEL ****************/
div#leftpanel {
	margin-top: -140px;
	margin-left: -4px;
	width: 242px;
	height: 2066px;
	/*height: 100%;*/
	padding-left: 4px;
	border: solid red 0px;
	background:#FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}

/*div#leftpanel {
	z-index:1;
	position:absolute;
	top: 25px;
	left:-4px;
	width: 242px;
	height: 100%;
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}*/

/**************** CENTRE PANEL ****************/

div#centerpanel {
	position: relative;
	margin-top: -1434px;
	margin-left: 250px;
	width: 728px;
	height: auto;
	border: solid orange 0px;
	background-color: #ffffff;
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=7,color=#232323,direction=135);
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 5px;*/
	padding: 4px 0px 4px 10px;
}

/*div#centerpanel {
	position: relative;
	left: 286px;
	top: 10px;
	width: 728px; 
	height: auto; 
	background-color: #ffffff;
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=7,color=#232323,direction=135);
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
	padding: 4px 0px 4px 10px;
	border: solid 0px orange;
}*/

/**************** WRAPPED TEXT ON BUTTONS INDENTATION ****************/
.buttoncrlf {
	padding-left: 14px;
}

/**************** BROCHURE REQUEST ****************/

div#brochurebutton {
	background:url(../images/button-brochure-request.png) no-repeat;
	margin-left: 1px; 
	height: 120px;
	width: 238px;
	z-index:2;
	font-family: Helvetica, arial, sans-serif;
	position: absolute;
	top: 196px;
}
div#brochurebutton:hover, div#brochurebuttoncurrent:hover {
	cursor: pointer;
	cursor: hand;
}

div#brochurebuttoncurrent {
	background:url(../images/button-brochure-request-current.png) no-repeat;
	margin-left: 1px; 
	height: 120px;
	width: 238px;
	z-index:2;
	font-family: Helvetica, arial, sans-serif;
	position: absolute;
	top: 196px;
}

div#brochurebuttonheading {
	margin-top: 8px;
	margin-left: 14px;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	line-height: 21px;	
}
#brochurebuttonheading a:link, #brochurebuttonheading a:visited, #brochurebuttonheading a:active {
	text-decoration: none;
	color:#FFFFFF;
}
#brochurebuttonheading a:hover {
	text-decoration: none;
	color: rgb(190,85,60);
}

div#brochurebuttontext {
	margin-top: 10px;
	margin-left: 8px;
	text-align: left;
	font-size: 15px;
	line-height: 16px;
}

.brochurebuttontext a {
	text-decoration: none;
	font-weight: normal;
	color:#FFFFFF;
}
.brochurebuttontext a:hover {
	text-decoration: none;
	color: rgb(190,85,60);
}

/**************** EQUADOR TOURS ****************/
div#ecuadorGalapagos {
	background:url(../images/button-ecuador.png) no-repeat;
	margin-top: 4px;
	margin-left: 1px; 
	height: 120px;
	width: 238px;
	z-index:2;
	font-family: Helvetica, arial, sans-serif;
	position: absolute;
	top: 316px;
}

div#ecuadorGalapagos:hover, div#ecuadorGalapagoscurrent:hover {
	cursor: pointer;
	cursor: hand;
}

div#ecuadorGalapagoscurrent {
	background:url(../images/button-ecuador-current.png) no-repeat;
	margin-top: 4px;
	margin-left: 1px; 
	height: 120px;
	width: 238px;
	z-index:2;
	font-family: Helvetica, arial, sans-serif;
	position: absolute;
	top: 316px;
}

div#ecuadorGalapagosheading {
	margin-top: 8px;
	margin-left: 14px;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	line-height: 21px;
}
#ecuadorGalapagosheading a:link, #ecuadorGalapagosheading a:visited, #ecuadorGalapagosheading a:active {
	text-decoration: none;
	color: #000000;
}

#ecuadorGalapagosheading a:hover {
	text-decoration: none;
	color: rgb(190,85,60);
}

div#ecuadorGalapagostext {
	margin-top: 30px;
	margin-left: 8px;
	text-align: center;
	font-size: 15px;
	line-height: 16px;
}

.ecuadorGalapagostext a {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
.ecuadorGalapagostext a:hover {
	text-decoration: none;
	color: rgb(190,85,60);
}

/**************** PERU TOURS ****************/
div#peru {
	background:url(../images/button-peru.png) no-repeat;
	margin-top: 2px;
	margin-left: 1px;
	height: 120px;
	width: 238px;
	z-index:2;
	font-family: Helvetica, arial, sans-serif;
	position: absolute;
	top: 443px;
}

div#peru:hover, div#perucurrent:hover {
	cursor: pointer;
	cursor: hand;
}

div#perucurrent {
	background:url(../images/button-peru-current.png) no-repeat;
	margin-top: 2px;
	margin-left: 1px;
	height: 120px;
	width: 238px;
	z-index:2;
	font-family: Helvetica, arial, sans-serif;
	position: absolute;
	top: 443px;
}

div#peruheading {
	margin-top: 8px;
	margin-left: 14px;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	line-height: 21px;
}

div#peruheading a:link, div#peruheading a:active, div#peruheading a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
div#peruheading a:hover {
	text-decoration: none;
	color: rgb(190,85,60);
}

div#perutext {
	position:relative;
	margin-top: 54px;
	margin-left: 2px;
	text-align: center;
	font-size: 15px;
	line-height: 16px;
}
.perutext a:link, .perutext a:active, .perutext a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration:none;
}

.perutext a:hover {

	text-decoration: none;
	color: rgb(190,85,60);
}

/**************** COSTA RICA TOURS ****************/
div#costarica {
	background:url(../images/button-costa-rica.png) no-repeat;
	margin-top: 4px;
	margin-left: 1px;
	height: 120px;
	width: 238px;
	border: solid red 0px;
	font-family: Helvetica, arial, sans-serif;
	position:absolute;
	top: 565px;
	z-index:9;
}

div#costarica:hover, div#costaricacurrent:hover {
	cursor: pointer;
	cursor: hand;
}

div#costaricacurrent {
	background:url(../images/button-costa-rica-current.png) no-repeat;
	margin-top: 4px;
	margin-left: 1px;
	height: 120px;
	width: 238px;
	border: solid red 0px;
	font-family: Helvetica, arial, sans-serif;
	position:absolute;
	top: 565px;
	z-index:9;
}
div#costaricaheading {
	margin-top: 6px;
	margin-left: 14px;
	text-align: left;
	color: black;
	font-weight: bold;
	font-size: 20px;
	line-height: 21px;
	border: solid orange 0px;
}
div#costaricaheading a:link, div#costaricaheading a:active, div#costaricaheading a:visited {
	color: #000000;
	text-decoration: none;
}
div#costaricaheading a:hover {
	text-decoration: none;
	color: rgb(190,85,60);
}

div#costaricatext {
	margin-top: 56px;
	font-size: 11pt;
	font-size: 15px;
	line-height: 16px;
	text-align: center;
}
.costaricatext a:link, .costaricatext a:active, .costaricatext a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration:none;
}

.costaricatext a:hover {
	text-decoration: none;
	color: rgb(190,85,60);
}

/**************** PATAGONIA TOURS ****************/
div#patagonia {
	background:url(../images/button-patagonia.png) no-repeat;
	margin-top: 4px;
	margin-left: 1px; 
	height: 120px;
	width: 238px;
	border: solid red 0px;
	z-index:5;
	font-family: Helvetica, arial, sans-serif;
	position:absolute;
	top: 689px;;
}
div#patagonia:hover, div#patagoniacurrent:hover {
	cursor: pointer;
	cursor: hand;
}
div#patagoniacurrent {
	background:url(../images/button-patagonia-current.png) no-repeat;
	margin-top: 4px;
	margin-left: 1px; 
	height: 120px;
	width: 238px;
	border: solid red 0px;
	z-index:5;
	font-family: Helvetica, arial, sans-serif;
	position:absolute;
	top: 689px;
}

div#patagoniaheading {
	margin-top: 8px;
	margin-left: 14px;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	line-height: 21px;
	border: solid yellow 0px;
}

#patagoniaheading a:link, #patagoniaheading a:active, #patagoniaheading a:visited {
	text-decoration: none;
	color: #ffffff;
}
#patagoniaheading a:hover {
	text-decoration: none;
	color: rgb(190,85,60);
}

div#patagoniatext {
	margin-top: 52px;
	margin-left: 4px;
	font-size: 11pt;
	text-align: center;
	font-size: 15px;
	line-height: 16px;
}
.patagoniatext a:link, .patagoniatext a:active, .patagoniatext a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.patagoniatext a:hover {
	text-decoration: none;
	color: rgb(190,85,60);
}

/**************** 	QUOTE / GUIDE / PHOTO / NEWSCLIPS ****************/
div#photogallery {
	background-color:#fff;
	position:relative;
	margin-top: -1225px;
	margin-left: 1px;
	width: 226px;
	height: 200px;
	text-align: center;
	padding:2px 6px 0px 6px;
	padding-top: 4px;
	font-size: 13px;
	border:solid 0px red;
	Z-INDEX:9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
}

/*div#photogallery {
	z-index:2;
	background-color:#fff;
	position:relative;
	top: 50px;
	left: 15px;
	width: 226px;
	height: 200px;
	text-align: center;
	padding:4px 6px 0px 6px;
	font-size: 13px;
	border:solid 0px red;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
}*/

div#guide {
	background-color:#fff;
	position:relative;
	margin-top: 10px;
	margin-left: 1px;
	width: 222px;
	height: 223px;
	z-index: 2;
	padding: 10px 6px 8px 6px;
	text-align: center;
	border: 0px solid red;
	z-index:9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
}

.guidename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}


div#quote {
	background-color:#fff;
	position:relative;
	margin-top: 10px;
	margin-left: 1px;
	width: 222px;
	height: 280px;
	z-index: 2;
	padding: 10px 6px 8px 6px;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	border: solid red 0px;
	line-height: 1.25em;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;

}

.quotename {
	font-style:normal;
}


/**************** INTRODUCTION PANEL ****************/
div#introduction {
	position: relative;
	padding: 0px 2px 4px 0px;
	border: solid pink 0px;
	width: 728px;
	margin: 0;
	
}

div#introduction #introtext {
	width: 410px;
	margin-top: 6px;
	border: solid green 0px;
	text-align: justify;
	line-height: 1.7em;
}

div#introtext1 {
	width: 718px;
	margin-top: 6px;
	border: solid green 0px;
	text-align: justify;
	line-height: 1.7em;
}

.introtext {
	width: 370px;
}

.introimages {
	vertical-align:top;
	padding-top: 10px;
	/*padding-top: 8px;*/
}

.guidephoto {
	text-align:center;
	vertical-align:top;
}

/*.stopbox {
	background: url(../images/stop-box-test.gif) no-repeat;
	width: 718px;
	height: 100px;
	padding:0px 0px 0px 0px;
	font-size: 11px;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
}*/

.stopbox {
	background: url(../images/stop-box-test.gif) no-repeat;
	width: 400px;
	height: 150px;
	padding:0px 0px 0px 0px;
	font-size: 11px;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:justify;
}

/****************  TRIPS   ****************/
div#trips {
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: -4px;
	width: 728px;
	height: 1201px;
	border:solid 0px red;
	padding: 0px 4px 4px 0px;
	z-index: 9;
	text-align:center;
	background-color:#ffffff;
	z-index:9;
}

div#trips #icons {
	width: 728px;
	/*position: absolute;
	top: 532px;
	margin-left:10px;
	text-align:justify;*/
	padding: 2px 0px 4px 0px;	
}

.icons {
	text-align: left;
	vertical-align:middle;
}

.tripspricing {
	font-size: 14px;
	font-weight: bold;
}

.tripspricingred {
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}

.tripsdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	margin: 0;
	line-height: 1.5em;
	text-align:center;
}

.tourmap {
	vertical-align: top;
	padding-top: 4px;	
}

/****************  TRIPS - JAGUAR    ***************/
div#trips #jaguar {
	/*position: absolute;
	top: 612px;*/
	margin-left:10px;
	width: 680px;
	height: 140px;
	border: solid RGB(74,25,111) 3px;
	background:#F1E7FA;
	text-align:justify;
	font-size: 12px;
	padding: 2px 7px 4px 6px;
	z-index: 9;	
}

.jaguarheading {
	font-family: Helvetica, arial, sans-serif;
	color: RGB(242,103,34);
	border:solid 0px red;
/*	line-height: 26px; */
	line-height: 1.25em;
}

div#trips #jaguarcontent {
	width: 520px;
	line-height: 1.25em;
	border:solid 0px red;

}

div#trips #jaguarphoto {
	/*margin-top: -185px;*/
	margin-top: -170px;
	float: right;
}

/****************  TRIPS - IGUANA   ****************/
div#trips #iguana {
	/*position: absolute;
	top: 772px;*/
	margin-left: 10px;
	width: 680px;
	height: 140px;
	border: solid RGB(79,185,74) 3px;
	background:#e3ffc4;
	text-align:justify;
	font-size: 12px;
	padding: 2px 7px 4px 6px;
}

.iguanaheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(86,166,1);
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25em;
}

div#trips #iguanacontent {
	width: 520px;
	line-height: 1.25em;
}

div#trips #iguanaphoto {
	margin-top: -170px;
	float: right;
}

/****************  TRIPS - CONDOR   ****************/
div#trips #condor {
	/*position: absolute;
	top: 932px;*/
	margin-left: 10px;
	width: 680px;
	height: 150px;
	border: solid rgb(149,34,132) 3px;
	background:#ffe8fc;
	text-align:justify;
	font-size: 12px;
	padding: 2px 7px 4px 6px;
}

.condorheading {
	color: rgb(134,34,117);
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25em;
}

div#trips #condorcontent {
	width: 520px;
	line-height: 1.25em;
}

div#trips #condorphoto {
	margin-top: -170px;
	float: right;
}	

/****************	TRIPS - TORTUGA ****************/
div#trips #tortuga {
	/*position: absolute;
	top: 1102px;*/
	margin-left: 10px;
	width: 680px;
	height: 140px;
	border: solid rgb(255,226,0) 3px;
	background:#fbf6d4;
	text-align:justify;
	font-size: 12px;
	padding: 2px 7px 4px 6px;
}

.tortugaheading {
	color: rgb(246,140,31);
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25em;
}

div#trips #tortugacontent {
	width: 520px;
	line-height: 1.25em;
}

div#trips #tortugaphoto {
	margin-top: -156px;
	float: right;
}	

/****************	TRIPS - TUCAN ****************/
div#trips #tucan {
	/*position: absolute;
	top: 1262px;*/
	margin-left: 10px;
	width: 680px;
	height: 120px;
	border: solid rgb(237,127,32) 3px;
	background:#ffe0bf;
	text-align:justify;
	font-size: 12px;
	padding: 2px 7px 4px 6px;
}

div#trips #tucancontent {
	width: 520px;
	line-height: 1.25em;
}

/****************	TRIPS - QUETZAL ****************/
div#trips #quetzal {
	/*position: absolute;
	top: 1402px;*/
	margin-left: 10px;
	width: 680px;
	height: 150px;
	border: solid rgb(109,207,246) 3px;
	background:#ecfaff;
	text-align:justify;
	font-size: 12px;
	padding: 2px 7px 4px 6px;
}

div#trips #tucancontent {
	width: 520px;
	line-height: 1.25em;
}

/****************	TRIPS - CAPYBARA ****************/
div#trips #capybara {
	/*position: absolute;
	top: 1572px;*/
	margin-left: 10px;
	width: 680px;
	height: 120px;
	border: solid rgb(237,27,36) 3px;
	background:#ffeced;
	text-align:justify;
	font-size: 12px;
	padding: 2px 7px 4px 6px;
}

div#trips #capybaracontent {
	width: 520px;
	line-height: 1.25em;
}

/**************** BROCHURE REQUEST ****************/
div#brochure {
	/*position: absolute;
	top: 1714px;
	margin-left:160px;*/
	z-index: 3;
	border: solid 0px red;
}

/**************** TRIPS - INTINERARIES ****************/
/*div#trips #itinerarieslink {
	position: absolute;
	top: 1594px;
	z-index: 3;
	border: solid 0px green;
	left: 186px;
}*/


	
/**************** FOOTER PANEL ****************/
div#footer {
	clear: both;
	background-color: #e9e9e9;
	background-color: #fff;
	height: 180px;
	width: 100%;
	padding-top: 10px;
	border-top: solid thin #e0e0e0;
	text-align: center;
}

div#footer #address {
	color: #000;
	text-align: center;
	font-weight:bold;
}

div#footer #activelogos {
	margin: auto;
	width: 980px;
	border: solid 0px red;
}

/*********** BROCHURE FORM **************/

div#brochureform {
	background: url(../images/brochure-background-test.jpg) no-repeat;
	/*background:#FFFFFF url(../images/brochure-request-box2.png) no-repeat;
	margin-top: 40px;
	margin-left: 70px;*/
	width: 380px;
	height: 270px;
	padding: 0px 5px 0px 0px;
	border: solid 0px yellow;
	z-index:7;
	/*margin-left: 10px;*/
}

.rowlight {
	background-color: #ffebe1;
}
.rowdark {
	background-color: #ffd2bc;
}

div#formborder {
	border: 1px solid #f26722;
}

div#formborderinside {
	border: 1px solid #ffd2bc;
}

.formtable {
	border:1px solid #f69361;
}

.formtableoutside {
	 background-color:#ffffff;
}

div#news {
	text-align:justify;
	border: solid 1px black;
	padding: 5px 5px 5px 5px;
	background-color:#FFFEC4;
	font-size: 0.9em;
	line-height: 1.7em;
	text-align:justify;
}

.photogallery {
	font-size:14px;
	font-weight:bold;
}

