@charset "UTF-8";
/* CSS Document */



body
	{
		
		background-color:#fff3db;
		text-align:left !important;
		padding:0;
		margin:0;
		background-image:url(images/troon_golf_background.jpg);
		background-repeat:repeat;
		
		
		
		
	}


#wrapper
	{
		width:1000px;
		margin:0 auto;
	}
	

.divder
	{
		clear:both;
		float:none;
		height:20px;
		background-color:#000;
	}
.clear
	{
		float:none;
		clear:both;
	}
	

#header
	{
		background-color:#657a8b;
	}
	

.bookingLink
	{
		width:1000px;
		height:1100px;
		border:none;
	}

#logo
	{
		float:left;
		width:700px;
	}
	


#ad
	{
		float:left;
		width:300px;
	}
	


#footer
	{
		height:50px;
		background-color:#000;
	}
	








