html, body, a, p, div, span, img, strong, table, tr, td, form, ul, li, h1, h2, h3, h4, h5, h6
{
	border: none;
	margin: 0;
	padding: 0;
}

hr, #TopBanner h1
{
	display: none;
}

body
{
	background-color: #87795f;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#MainBox
{
	width: 870px;
	margin: 0px auto 0px auto;
	background-color: #fff;
	background-image: url('../images/styles/bg.gif');
	background-position: top center;
	background-repeat: repeat-y;
}

#MainDivBottom
{
	width: 870px;
	height: 15px;
	margin: 0px auto 30px auto;
	background-image: url('../images/styles/bg_bottom.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

#TopBanner
{
	position: relative;
	width: 850px;
	height: 253px;
	margin: 0px auto 0px auto;
	background-image: url('../images/styles/top_banner_bg.jpg');
	background-repeat: no-repeat;
}

#topBannerImg
{
	position: absolute;
	top: 45px;
	left: 0px;
	width: 850px;
	height: 201px;
}

#CampVyr
{
	position: absolute;
	left: 0px;
	top: 45px;
	display: block;
	width: 850px;
	height: 200px;
}

#TopBannerLanguage
{
	position: relative;
	top: 13px;
	right: 10px;
	float: right;
}
#TopBannerLanguage a
{
	color: #fff;
	text-decoration: none;
}
#TopBannerLanguage a:hover
{
	text-decoration: underline;
}

#BottomPanel
{
	clear: both;
	width: 850px;
	height: 52px;
	margin: 20px auto 0px auto;
	background-image: url('../images/styles/bottom_panel.jpg');
	background-repeat: no-repeat;
}
#BottomPanelTextLeft
{
	position: relative;
	left: 10px;
	top: 20px;
	float: left;
	color: #fff;
}

#CenterBox
{
	position: relative;
	left: 25px;
	float: left;
	width: 590px;
}

#RightBox
{
	position: relative;
	right: 10px;
	float: right;
	width: 247px;
	padding-bottom: 20px;
}

#RightBox li
{
	clear: both;
	list-style-type: none;
}

a.RightBoxButton, a.RightBoxButtonSet
{
	float: right;
	width: 241px;
	height: 42px;
	background-image: url('../images/styles/right_menu_button.jpg');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-decoration: none;
	text-align: left;
}
a.RightBoxButton:hover
{
	background-position: 0% 100%;
}
a.RightBoxButtonSet
{
	background-image: url('../images/styles/right_menu_button_set.gif');
}
a.RightBoxButton span, a.RightBoxButtonSet span
{
	position: relative;
	top: 9px;
	left: 10px;
	color: #e0ccbf;
	font-size: 20px;
	font-weight: bold;
}
a.RightBoxButton:hover span
{
	color: #fff;
}
a.RightBoxButtonSet span
{
	color: #fff;
}

a.RightBoxButton2, a.RightBoxButton2Set
{
	float: right;
	width: 241px;
	height: 35px;
	background-image: url('../images/styles/right_menu_button2.gif');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-decoration: none;
	text-align: left;
}
a.RightBoxButton2:hover
{
	background-position: 0% 100%;
}
a.RightBoxButton2Set
{
	background-image: url('../images/styles/right_menu_button2_set.gif');
}
a.RightBoxButton2 span, a.RightBoxButton2Set span
{
	position: relative;
	top: 7px;
	left: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
a.RightBoxButton2:hover span
{
	color: #fff;
}
a.RightBoxButton2Set span
{
	color: #fff;
}

a.ExtraBox
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 285px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 10px;
	text-decoration: none;
	cursor: pointer;
}
a.ExtraBox span.title
{
	position: absolute;
	top: 13px;
	left: 0px;
	width: 285px;
	color: #72691d;
	font-size: 20px;
	font-weight: bold;
}
a.ExtraBox span.ExtraBoxTop
{
	display: block;
	width: 285px;
	height: 44px;
	background-image: url('../images/styles/extrabox_top.jpg');
	background-repeat: no-repeat;
}
a.ExtraBox span.ExtraBoxMiddle
{
	display: block;
	width: 285px;
	height: 160px;
	background-image: url('../images/styles/extrabox_middle.gif');
	background-repeat: repeat-y;
	background-color: #fff;
}
a.ExtraBox span.ExtraBoxMiddle img
{
	width: 273px;
	height: 160px;
}
a.ExtraBox span.ExtraBoxBottom
{
	display: block;
	width: 285px;
	height: 21px;
	background-image: url('../images/styles/extrabox_bottom.jpg');
	background-repeat: no-repeat;
}

.SpecialText
{
	float: left;
	width: 575px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border: solid 1px #f1dfc6;
	background-color: #fff3e3;
	background-image: url('../images/styles/specialtext_bg.gif');
	background-repeat: repeat-x;
	text-align: left;
}
.SpecialText h2
{
	margin: 5px 7px 10px 7px;
	padding-bottom: 3px;
	color: #2f7331;
	border-bottom: solid 1px #fff3e3;
	font-size: 18px;
}
.SpecialText h3
{
	margin: 20px 0px 5px 10px;
	color: #2f7331;
	font-size: 17px;
	font-weight: bold;
}
.SpecialText p
{
	margin: 5px 7px 0px 10px;
	color: #2a9d33;
}
.SpecialText .Highlight
{
	margin: 10px 0px 10px 10px;
	color: #DF0D0D;
	font-size: 16px;
	font-weight: bold;
}
.SpecialText ul.PriceList
{
	margin: 15px 0px 10px 30px;
	list-style-position: outside;
	color: #2f7331;
	font-size: 16px;
	font-weight: bold;
}
.SpecialText ul.Actions
{
	margin: 5px 0px 10px 30px;
	list-style-position: outside;
	color: #2a9d33;
	font-size: 16px;
}
.SpecialText ul.Actions a
{
	font-weight: bold;
}
.SpecialText ul.Contact
{
	width: 400px;
	margin: 5px 0px 5px 10px;
	list-style-type: none;
	color: #2a9d33;
	font-size: 16px;
}
.SpecialText ul.Contact li
{
	padding: 7px 0px 7px 5px;
}
.SpecialText ul.Contact li.Second
{
	background-color: #F1DFC6;
}
.SpecialText a
{
	color: #2a9d33;
}

.Box
{
	position: relative;
	left: -6px;
	float: left;
	width: 587px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.BoxTop
{
	clear: both;
	float: left;
	width: 587px;
	height: 37px;
	background-image: url('../images/styles/box_top.jpg');
	background-repeat: no-repeat;
	text-align: left;
}
.BoxTop h2
{
	position: relative;
	top: 8px;
	left: 20px;
	color: #72691d;
	font-size: 20px;
	font-weight: bold;
}
a.BoxMiddle
{
	clear: both;
	float: left;
	width: 587px;
	padding-bottom: 5px;
	background-image: url('../images/styles/box_middle.jpg');
	background-repeat: repeat-y;
	text-decoration: none;
	cursor: pointer;
}
a.BoxMiddle:hover
{
	background-image: url('../images/styles/box_middle_over.jpg');
}
a.BoxMiddle img
{
	clear: both;
	position: relative;
	left: 12px;
	float: left;
	margin-top: 5px;
	cursor: pointer;
}
a.BoxMiddle p, a.BoxMiddle span
{
	display: block;
	position: relative;
	top: 5px;
	right: 20px;
	float: right;
	width: 380px;
	color: #2a9d33;
	text-align: left;
	cursor: pointer;
}
div.BoxMiddle
{
	clear: both;
	float: left;
	width: 587px;
	padding-bottom: 0px;
	background-image: url('../images/styles/box_middle.jpg');
	background-repeat: repeat-y;
	text-decoration: none;
	text-align: left;
}
div.BoxMiddle p
{
	clear: both;
	position: relative;
	left: 15px;
	width: 560px;
	padding: 3px 0px 5px 0px;
	color: #2a9d33;
	text-align: left;
}
div.BoxMiddle p.trip
{
	clear: both;
	position: relative;
	left: 15px;
	width: 555px;
	padding: 10px 0px 10px 0px;
	color: #2a9d33;
	text-align: left;
}
div.BoxMiddle img.trip
{
	position: relative;
	left: 8px;
	float: left;
	margin: 8px 8px 0px 8px;
	border-bottom: solid 8px #fff;
}
div.BoxMiddle a
{
	position: relative;
	left: 8px;
	float: left;
	border: solid 8px #fff;
	margin: 3px 2px 3px 2px;
	cursor: pointer;
}
div.BoxMiddle a:hover
{
	border: solid 8px #f1dfc6;
}
div.BoxMiddle a img
{
	display: block;
}
.BoxBottom
{
	clear: both;
	width: 587px;
	height: 21px;
	float: left;
	background-image: url('../images/styles/box_bottom.jpg');
	background-repeat: no-repeat;
}

table.PriceList
{
	width: 555px;
	border-collapse: collapse;
	margin-left: 10px;
	font-size: 16px;
}
table.PriceList tr
{
	color: #2a9d33;
}
table.PriceList tr.Second
{
	background-color: #F1DFC6;
}
table.PriceList td
{
	padding: 7px 0px 7px 5px;
}
table.PriceList td.Left
{
	width: 85%;
}
table.PriceList td.Right
{
	text-align: center;
}

.advert
{
	position: relative;
	top: 40px;
	left: 3px;
}

.Map
{
	position: relative;
	left: -3px;
	display: block;
	width: 100%;
	text-align: center;
}
