.PageHeader {
	background-image: url(Images/UI/HeaderTexture.gif);
	background-repeat: repeat-x;
}
body {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(Images/UI/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.PageWorkSpace {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.WorkspacePurple {
	background-image: url(Images/UI/EnquiriesBookings_simple.gif);
	background-repeat: no-repeat;
	background-position: 6px 14px;
}
.WorkspaceBlue {
	background-image: url(Images/UI/Colours/Monkey-Blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.WorkspaceRed {
	background-image: url(Images/UI/EnquiriesBookings_extended_2008.gif);
	background-repeat: no-repeat;
	background-position: 6px 14px;
}
.WorkspaceOrange {


	background-image: url(Images/UI/Colours/Monkey-Orange.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.WorkspaceGreen {


	background-image: url(Images/UI/Colours/Monkey-Green.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.WorkspaceBlack {


	background-image: url(Images/UI/Colours/Monkey-Black.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.Content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.BoldBlackFeature {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.BookingPanel {
	background-image: url(Images/UI/Panels/bookingform-tex.gif);
	background-repeat: repeat-y;
}
.BookingPanel-Interior {
	background-image: url(Images/UI/Panels/bookingform-foot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.Activitypack {
	border: 5px dashed #8CFF8C;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.FeedbackPanel {

	background-image: url(Images/UI/Panels/feedbackform-tex.gif);
	background-repeat: repeat-y;
}
.FeedbackPanel-Interior {

	background-image: url(Images/UI/Panels/feedbackform-foot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.quote {
	font-style: italic;
	font-weight: bold;
}
.special_offer {
	border: 2px solid #FF0000;
	padding: 5px;
	color: #FF0000;
}
