body {
	margin: 0;
	padding: 0;
	background:url(../grfx/backgrounds/background.jpg) repeat-x #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #344a56;
	
}

#shadow {
	width: 975px;
	background:url(../grfx/shadow.jpg) repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#top_shadow {
	background:url(../grfx/top_shadow.jpg) no-repeat;
	width: 975px;
}

#container {
	margin-left: 5px;
	width: 961px;
	margin-bottom: -20px;
	position: relative;
}

#flash {
	width: 961px;
	height: 277px;
	margin-bottom: -4px;
}

#content_wrapper {
	background:url(../grfx/backgrounds/content_bg.jpg) repeat-x #fff;
	float: left;
	width: 961px;
}

	#left_wrapper {
		float: left;
		width: 706px;
		padding: 1px 0 5px 5px;
	}
	
		.top_images {
			margin-left: 20px;
		}
		
		#content {
			float: left;
			width: 720px;
			margin-top: 10px;
			line-height: 150%;
		}
		
			#contact_details {
				float: left;
				width: 180px;
				margin: 5px 0 10px 5px;
			}
			
				#contact_table {
					font-size: 9px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					text-align: right;
					width: 160px;	
					
				}
				
					#contact_table a {
						color: #000;
						font-weight: bold;
					}
					
						#contact_table a:hover {
							text-decoration: none;
						}
				
					#contact_table td {
						padding: 6px 15px 6px 0;
					}
				
					.blue_bg {
						background-color: #e3eaed;
					}
					
					.light_blue_bg {
						background-color: #f0f6f9;
					}
					
					.payment {
						margin-top: 13px;
					}
					
			#text {
				float: right;
				width: 500px;			
				padding: 0 10px 10px 10px;
				
			}
			
				*:first-child+html #text {
					padding-top: 10px;					
				}
				
				* html #text {
					padding-top: 10px;
				}
				
			.booking_form {
				padding-bottom: 10px;
				width: 450px;
			}
				
			.booking_form td {
				vertical-align: top;
				padding: 3px 0 3px 0;
			}
			
			
	
	#right_wrapper {
		float: right;
		width: 194px;
		min-height: 390px;
		height: auto !important;
		height: 390px;
		margin: 10px 10px 0 0;
		padding: 35px 10px 10px 0;		
	}
	
		#right_wrapper div {
			background:url(../grfx/backgrounds/testimonials_bg.jpg) no-repeat;
			margin: 100px 0px 0 -10px;
			width: 194px;
			padding: 35px 10px 10px 10px;
		}
		
		* html #right_wrapper div {
			margin: 100px 0 0 0;
			width: 184px;
		}

	
/* internal layout */

		#internal_wrapper {
			float: left;
			width: 941px;
			background-color: #fff;
			padding: 20px 10px 20px 10px;
		}
		
			#int_left {
				width: 220px;
				float: left;
				margin-top: -12px;
			}
			
			#internal_content {
				float: left;
				width: 450px;
				line-height: 150%;
			}
			
			#int_right {
				float: right;
				width: 200px;
			}
			
			#laser {
				text-align: center;
			}

/* end internal layout */
	
	
			
#footer {
	clear: both;
	background:url(../grfx/backgrounds/footer_bg.jpg) no-repeat #fff;
	width: 975px;
	height: 50px;
	color: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 8px 0 0 0;
	margin-left: -8px;
	position: relative;
	z-index: 2;

}



	#footer .ftlinks a {	
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		padding: 0 10px 0 10px;
	}
	
	#footer .ftcopy a {
		color: #fff;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #b854aa;
	}
	
	