body {
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%; 
	margin:0;
	padding: 0;
	text-align: center;
	background: #2398F9;
}

/*centraliser of main page */
.window {
	background: url(../grfx/internal_repeat.jpg) repeat-x #FFF;
/*	background: url(../grfx/back_repeat.jpg) repeat-x;*/
	text-align: left; /* Readjustment: due to IE Hack */
	margin-right: auto; /*centres in compliant browsers*/
	margin-left: auto; /* "	" */
	padding: 0;
	width: 800px;
}

.clr {
	clear:both;
}

.right {
	float:right;
	padding-left:2em;
	padding-right:0em;
}

.left {
	float:left;
	padding:2em;
}

#content img.staff {
	padding:0 4px 18px 4px;
	float:left;
	background-color:#FFFFFF;
	border:0;
}

#content img.organise {
	background-color:#FFFFFF;
	border:0px;
	vertical-align:middle;
}

.header {
	background: url(../grfx/header.jpg) no-repeat;
	height:104px;
	margin: 0 0 30px 0;
}

.subHeader {
	background:url(../grfx/home_subheader.gif) no-repeat;
	height:224px;
}

#internal_heading {
	height:134px;
}


#content {
	padding:0 0 0 18px;
	width:480px;
}

#content img {
	padding:3px;
	color:#E4D39F;
	background-color:#E4D39F;
	border-bottom:1px solid #666666;
	border-right:1px solid #999999;
}



.footer {
	font-size: 1em;
	color:#000000;
	padding-top:2em;
	clear: both;
	height: 40px;
	background:url(../grfx/nav/internal_footer.gif) no-repeat top left;
}

.footer p {
	padding-top: 0em;
	margin-left:25px;
	padding-bottom:2em;
}

h1 {
		color:#904134;
}

h2 {
	font-size:0.9em;
	margin: 1ex 0;
	color:#904134;
}

h2 a {
	color:#904134;
}

h3 {
	font-size: 0.8em;
	margin: 1ex 0;
	color:#904134;
}

h4 {
	font-size: 0.75em;
	margin: 1ex 0;
}

p, td, li {
	font-size:0.75em;
}

li ul li{
	font-size:1em;
}

.heading_right {
	color:#D5BC8D;
}

.clear {
	clear:both;
}

.clear_right {
	clear:right;
}
	
.photo_caption_left {
	float:left;
	font-size:0.95em;
	text-align:center;
	padding:0.5em;
	width:120px;
}

#photo_caption_left p a {
	color:#3366CC;
}
	
.bookingform {
	border: 1px solid #7AC7F5;
	background: #E2F2FC;
	padding: 7px;
	margin-bottom: 11px;
	width: 499px;
}

.bookingform td {
	padding: 4px 3px;
	line-height: 1.4em;
}

table input, table select {
	font-size: 0.95em;
}

/* it's not centre anymore, it's like button
 alignment for the "click here to book tour thing" */
.centre {
	position: relative;
	left: 3em;
	
	
}

#regions {
	/*position:inherit;*/
	float:right;
	top: 0px;
	left:0px;
}

#regions img {
	padding:0;
	border:0;
}

.caption {
	font-size:1em;
	font-weight:normal;
	text-align:center;
}

.blue {
	color:#94D5FA;
}