/* layout */

body {
	background-color:#EFEADA;
	background-image:url(../images/bgtile.gif);
	background-position:center;
	background-repeat:repeat-y;
	padding:0px;
	margin:0px;
	
}
.wrapper {
	/*background-color:#ffffff;*/
	width:837px;

	padding-bottom:20px;
}
.main {
	background-color:#FFFFFF;
	width:791px;
}
.header {
	background-color:#FFFFFF;
	width:791px;
	border-left: solid 3px white;
	border-right: solid 3px white;
	border-bottom: solid 3px white;
	text-align:left;	
}
.content {
	background-color:#FFFFFF;
	width:791px;
	border-left: solid 3px white;
	border-right: solid 3px white;
	border-bottom: solid 3px white;
	text-align:left;	
}
.sidecol {
	width:156px;
}
.sidecolcontent {
	padding-left:15px;
}

.mailbox {
	background-color:#666666;
	padding-left:15px;
	padding-right:15px;
}
.splashbox {
	border-top: 3px solid #E0D5B0;
	border-bottom: 3px solid #E0D5B0;
	border-left: 1px solid #E0D5B0;
	border-right: 1px solid #E0D5B0;
}
.splashcontent {
	padding-left:10px;
	padding-right:10px;
}

.featuresbox {
	border-top: 3px solid #666666;
	border-bottom: 3px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
.featurescontent {
	padding-top:10px;
	padding-left:15px;
	padding-right:10px;
}
.toursinfo {
	padding-left:15px;
	padding-right:150px;
}
.toursimage {
	padding-bottom:10px;
}

/* text */

.bodytext,.formelement2,h1,h2 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/*font-size:11px;*/
	font-size:0.7em;
	color:#666666;
	line-height:140%;
}
.bottomstrap {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/*font-size:11px;*/
	font-size:0.7em;
	color:#666666;
}
.leader,h1 {
	font-size:20px;
}
h2 {
	font-weight:bold;
}

.mailboxtext {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/*font-size:11px;*/
	font-size:0.7em;
	color:#D1D1D1;
	line-height:140%;
}
a {
	color:#FC8807;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#FC8807;
	text-decoration:none;
	font-weight:bold;
}
.formelement {
	width:115px;
}
.formelement2 {
	width:200px;
	margin-bottom:20px;
}