* { margin: 0; padding: 0; outline: 0; }
img { border: 0; }

body {
	background: #f9f6f1 url(../images/bg.gif) repeat-x;
	font-size: 62.5%;
	font-family: georgia;
}

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

	#logo {
		width: 480px;
		height: 96px;
		padding: 32px 0 0;
		float: left;
		font-size: 1.6em;
		color: #45332c;
	}
	
		h1 a {
			width: 428px;
			height: 47px;
			background: url(../images/thewhitehart-logo.gif) no-repeat;
			display: block;
			text-indent: -9999px;
			font-size: 0.01em;
			margin-bottom: 4px;
		}
		
	#companycontact {
		width: 480px;
		height: 96px;
		padding: 32px 0 0;
		float: right;
		font-size: 1.3em;
		color: #4c4745;
		list-style-type: none;
	}
		
		#companycontact li { 
			display: block;
			text-align: right; 
			padding: 0 0 10px;
		}
		
		#companycontact strong {
			font-weight: normal;
			color: #aea5a2;
		}
		
	#navigation {
		clear: both;
		list-style-type: none;
		height: 57px;
		padding: 0 0 0 10px;
		text-transform: uppercase;
	}
	
		#navigation li {
			border-right: 1px solid #cfbfa4;
			float: left;
			font-size: 1.5em;
		}
		
		#navigation li.first {
			border-left: 1px solid #cfbfa4;
		}
		
			#navigation li a {
				padding: 20px 0 0;
				height: 37px;
				display: block;
				text-decoration: none;
				color: #45332c;
			}
			
			#navigation li a:hover {
				font-weight: bold;
				color: #9a2f13;
			}
			
			#navigation li a.home {
				width: 77px;
				padding-left: 48px;
				background: url(../images/icon-home.gif) no-repeat 15px 17px;
			}
			
			#navigation li a.accommodation {
				width: 167px;
				padding-left: 55px;
				background: url(../images/icon-accommodation.gif) no-repeat 21px 17px;
			}
			
			#navigation li a.howtofindus {
				width: 157px;
				padding-left: 55px;
				background: url(../images/icon-howtofindus.gif) no-repeat 20px 17px;
			}
			
			#navigation li a.contactus {
				width: 122px;
				padding-left: 55px;
				background: url(../images/icon-contactus.gif) no-repeat 20px 17px;
			}
				
		
	#photos {
		clear: left;
		list-style-type: none;
		padding: 0 0 0 10px;
	}
	
		#photos li {
			float: left;
			width: 300px;
			height: 211px;
			padding: 20px 20px 0 0;
		}
		
			#photos li.interior {
				background: url(../images/twh-interior.jpg) no-repeat 0 20px; 
			}
			
			#photos li.exterior {
				background: url(../images/twh-exterior.jpg) no-repeat 0 20px;
			}
			
			#photos li.pool {
				background: url(../images/twh-pool.jpg) no-repeat 0 20px;
				padding: 20px 0 0 0;
			}

#contentcontainer {
	clear: left;
	width: 100%;
	background: #f9f1e4;
	padding: 0 0 40px;
	border-bottom: 1px solid #e0dad0;
	overflow: hidden;
}

	#content { 
		width: 950px;
		padding: 30px 0 0 10px;
		margin: 0 auto;
		overflow: hidden;
		font-size: 1.3em;
		color: #4c4745;
	}
	
		#content h2 {
			color: #79250f;
			font-size: 1.8em;
			font-weight: normal;
			padding: 0 0 12px;
		}
		
		#content p {
			line-height: 1.8em;
			padding: 0 0 1.8em;
		}
		
		#content a {
			color: #77250f;
			text-decoration: underline;
		}
		
		#content-sub {
			width: 625px;
			padding: 0 15px 0 0;
			float: left;
		}
		
		#sidebar {
			float: left;
			width: 278px;
			padding: 10px;
			border: 1px solid #e2d7c7;
			background: #f0e7d8;
		}
		
			#sidebar h3 {
				font-weight: normal;
				color: #3b3936;
				padding: 0 0 15px;
				font-size: 1.5em;
			}
		
		#about {
			float: left;
			width: 300px;
			padding: 0 20px 0 0;
		}
		
		#eatingin { 
			float: left;
			width: 300px;
			padding: 0 20px 0 0;
		}
		
		#contact {
			float: left;
			width: 300px;
		}

#footer {
	clear: both;
	width: 950px;
	padding: 15px 0 20px 10px;
	margin: 0 auto;
	font-size: 1.3em;
}

	#footer a {
		color: #77250f;
		text-decoration: none;
	}
		
	#footer a:hover { text-decoration: underline; }
	
	#footer ul { list-style-type: none; display: block; overflow: hidden; padding: 0; }
	
		#footer li { display: inline; border-left: 1px solid #dad6ce; padding: 0 8px; overflow: hidden; }
		
		#footer li.first { border: 0; padding: 0 8px 0 0; }
	
	#footer p {
		clear: left;
		color: #5e5552;
		overflow: hidden;
		padding: 5px 0 0;
	}
		

