body {
	font: 14px gerorgia;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #CCCC99;
	
}
/*------------Layout------------------------------*/
#header { 
			 
			width: 790px;
			height: 119px;
			margin:0;
	      padding:0;
			position:relative;
         }

#container {
	background-position: top;
	width: 790px;
	height: 573px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	position: relative;
	background-image: url(images/containerBG.gif);
	vertical-align: top;
	border-bottom: 1px solid Black;
}
#mainBox {
  
   width:790px;
   padding: 10px;
	text-align: left;
	
	
	}
	
#Leftmain {
	float: left;
	width: 450px;
	padding: 10px;
	border-right: 1px solid Gray;
}
	 
#Rightmain {
	float: right;
	position: relative;
	right: 15px;
	width: 275px;
	padding: 10px;
	
}

	
.pictureBox{
	background: #CCCC99;
	border: 1px solid;
	text-align: center;
	padding: 6px;
	}
	
#pictures {
	position: absolute;
	left: 22px;
	top: 405px;
	text-align: center;
	width: 740px;
	padding: 4px;
	background: #CCCC99;
	border: 1px solid;
}			
#Lefttour {
	float: left;
	width: 240px;
	padding: 16px;
	border-right: 1px solid Gray;
}
#Righttour {
	float: right;
	position: relative;
	right: 20px;
	width: 480px;
	padding: 10px;
	text-align: center;
	
}
#LeftContent {
	float: left;
	width: 450px;
	padding: 10px;
	border-right: 1px solid Gray;
}
#RightContent {
	float: right;
	position: relative;
	right: 20px;
	width: 270px;
	padding: 8px;
	
}
#guestbook{
	float: left;
	width: 650px;
	padding: 10px;
}
#guestbookEntry{
	float: left;
	background: #F5F5EB;
	width: 700px;
	padding: 10px;
	border-bottom: 1px solid Gray;
}
#tarriff{
	float: left;
	background: #F5F5EB;
	width: 430px;
	padding: 6px;
	border-top: 1px solid Gray;
}
#tarriffBottom{
	float: left;
	background: #F5F5EB;
	width: 430px;
	padding: 6px;
	border-top: 1px solid Gray;
	border-bottom: 1px solid Gray;
}
/*------------Navigation------------------------------*/
#MainNavigation{
	background: url(images/navBG.gif) no-repeat top;
	width: 790px;
	height: 20px;
	
}
#mainLinks{
	font: 13px Arial;
	position: relative;
	top: 2px;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	font: 13px Arial;
	color: #000000;
	text-decoration: none;
	
}
a:visited {
	font: 13px Arial;
	color: #000000;
	text-decoration: none;
	
}
a:hover {
	font: 13px Arial;
	color: #7E7357;
	text-decoration: none;
	
}
a:active {
	font: 13px Arial;
	color: #000000;
	text-decoration: none;
} 
#footer {
	position: absolute;
	left: 22px;
	top: 555px;
	text-align: center;
	width: 740px;
	
}	

/*------------text------------------------------*/

.tour{
	font: 14px georgia;
	color: #000000;
	text-decoration: none;
	
}

.tour a:link{
	font: 14px georgia;
	color: #000000;
	text-decoration: none;
	
}
.tour a:visited{
	font: 14px georgia;
	color: #000000;
	text-decoration: none;
	
}
.tour a:hover{
	font: 14px georgia;
	color: #7E7357;
	text-decoration: none;
	
}
.Bold{
	font: 12px georgia;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.NameGuestbook{
	font: 14px georgia;
	text-decoration: underline;
}
.DateGuestbook{
	font: 12px georgia;
	text-decoration: none;
	font-style: italic;
}
.text{
font: 14px gerorgia;
color: #000000;	
}
