	body, html {
		height: 100%;
	}
	
	body {  
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		color: #333;
		margin: 0;
		text-align: left;
		background: #eee url(images/bg_body_tile.jpg) 0 0 repeat-x;
	}
	
	p {
		font-size: 75%;
		line-height: 1.8em;
	}
	
	p.dateadded {
		font-size: 67.5%;
		margin-top: 0;
	}
	
		
	h2, h3, h4 {
		font-size: 120%;
		margin-top: 0;
	}
		
	a {
		color: #06f;
		text-decoration: underline;
	}
		
	a:hover {
		text-decoration: none;
	}
	
	li {
		font-size: 75%;
		line-height: 1.8em;
	}
	
	#wrapper {
		position: relative;
		text-align: left;
		width: 770px;
		margin: 0 auto 0 auto;
		padding: 0;
		min-height: 100%;
		background: url(images/bg_wrapper_tile.jpg) 0 0 repeat-y;
	}
	
	* html #wrapper {
		height: 100%;
	}
	
	#header {
		width: 770px;
	}
	
		#header #left {
			float: left;
			width: 570px;
			height: 236px;
			padding: 0;
			margin: 0;
			background: url(images/bg_header_left_fixed_2.jpg) 0 0 no-repeat;
		}
		
			#header #left .click {
				margin:0; padding:0;
				position:relative;
				width:123px; height:236px;
				overflow:hidden;
			}
			
				#header #left .click a,
				#header #right .button1 a,
				#header #right .button2 a {
					display: block;
					cursor: pointer;
				}
			
				#header #left .click span {
					display:block;
					position:absolute; left:0; top:0; z-index:1;
					width:123px; height:236px;
					margin:0; padding:0;
					background:url("images/logo.jpg") top left no-repeat;
				}
		
		#header #right {
			float: left;
			width: 200px;
			padding: 0;
			margin: 0;
		}
		
			#header #right .button1,
			#header #right .button2 {
				margin:0; padding:0;
				position:relative;
				top: 14px;
				width:200px; height:103px;
				overflow:hidden;
			}
			
			#header #right .button1 span,
			#header #right .button2 span {
				display:block;
				position:absolute; left:0; top:0; z-index:1;
				width:200px; height:103px;
				margin:0; padding:0;
			}
			
				#header #right .button1 span {
					background:url("images/bg_button_booking.jpg") top left no-repeat;
				}
				
				#header #right .button2 span {
					background:url("images/bg_button_cases.jpg") top left no-repeat;
				}

	#navigation {
		clear: left;
		width: 770px;
		margin: 0;
		padding: 0;
		min-height:49px;
		overflow: hidden;
		background: url(images/bg_navigation_tile.jpg) 0 0 repeat-x;
	}
	
		* html #navigation {
			height: 49px;
		}
	
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#navigation li {
		margin: 0;
		padding: 0;
		float: left;
		text-align: center;
		padding: 15px 7px;
		text-transform: uppercase;
		font-weight: bold;
		line-height: normal;
	}
		
	#navigation a {
	   display: block;
	   text-decoration: none;
	   color: #fff
	}
	
	#navigation a:hover {
	   color: #0ff;
	}
	
	#navigation a.selected {
	   color: #0ff;
	}
	
	#container {
		width: 770px;
	}
	
		#container #leftcol {
			float: left;
			width: 560px;
			padding: 5px;
			margin: 0;
		}
		
		#container #rightcol {
			float: right;
			width: 190px;
			padding: 5px;
		}
		
		* html #container #rightcol {
			display: inline;
		}
		
			#container #rightcol h5 {
				width: 98%;
				background: #ccc;
				padding: 1%;
				margin: 0;
				font-size: 100%;
				font-weight: 100;
			}
			
	#footer-wrapper {
		clear: left;
		width: 100%;
		background-color: #666;
	}
	
		#footer {
			margin: 0 auto 0 auto;
			width: 760px;
			padding: 40px 5px;
			background: url(images/bg_footer_fixed.jpg) 0 0 no-repeat;
		}
		
		#footer p {
			font-size: 67.5%;
			color: #ccc;
			margin: 0;
		}
		
		#footer a {
			color: #fff;
		}
	
	.skip {
		display: none;
	}
	
	#forms {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	#forms .errors {
		font-size: 75%;
		color:#900;
		line-height: 1.5em;
	}
	
	#forms fieldset {
		padding: 10px;
		border: 1px solid #06f;
		margin-bottom: 15px;
	}
	
	#forms legend {
		font-size: 85%;
		display: normal;
		color: #666666;
		font-weight: bold;
	}
		
	#forms form p {
		clear: left;
		margin: 0;
		padding: 10px 0 10px 0;
	}
			
	#forms form p label {
		float: left;
		width: 100%;
		font-size: 100%;
		font-weight: bold;
	}
	
	#forms input.text {
		width: 250px;
		font-size: 120%;
		padding: 3px;
	}
	
	#forms input.button {
		padding: 5px;
		border: 1px outset #03c;
		background-color: #06f;
		color: #fff;
	}
	
	#forms textarea.text {
		width: 250px;
		height: 150px;
		border: 1px solid #ccc;
		font-size: 120%;
		font-family: Arial, Helvetica, sans-serif;
		padding: 3px;
	}
	
	#forms select.text {
		width: 250px;
		border: 1px solid #ccc;
		font-size: 120%;
		padding: 3px;
	}	

	/********* CMS STYLES ********/
	
	.ditto_wrapper .ditto_link {
		text-align: right;
	}

	.ditto_wrapper a, .ditto_wrapper a:visited, .ditto_wrapper a:hover {	
		border: 0;
	}
	
	.ditto_pages .ditto_currentpage {
		border: 1px solid #000;
		padding: 1px 5px 2px;
		margin-right: 1px;
		background-color: #ccc;
		color: #666;
	}
	
	.ditto_pages .ditto_off {
		border: 1px solid #999;
		padding: 1px 5px 2px;
		margin-right: 1px;
		color: #ccc;
	}
	
	.ditto_pages a, .ditto_pages a:link, .ditto_pages a:visited {
		border: 1px solid #0066CC;
		padding: 1px 5px 2px;
		margin-right: 1px;
		text-decoration: none !important;
		color: #0066CC;
	}
	
	.ditto_pages a:hover {
		background-color: #fff;
		color: #000;
	}