body {
	font: 13px Verdana, Geneva, sans-serif;
	background: #D5CBB2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.london_main #container {
	width: 779px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	padding: 2px 1px 2px 1px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.london_main #header {
	background: #392900;
	height: 343px;
	padding-bottom: 2px;
	background-image: url(../Images/header.jpg);
	text-align: center;
} 
.london_main #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.london_main #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: left;
}
.london_main #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f9db8f;
} 
.london_main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	font-weight:bold;
}

a:link {
	font-size:13px;
	color:#392900;
	text-decoration:underline;
}

a:active {
	font-size:13px;
	color:#f9db8f;
	text-decoration:underline;
}
a:hover {
	font-size:13px;
	color:#f9db8f;
	text-decoration:none;
}

a:visited {
	font-size:13px;
	color:#392900;
	text-decoration:underline;
}

.london_main #footer a.fnav:link, a.fnav:active {
	font-size:10px;
	color:#000;
	padding: 10;
	text-align:right;
	text-decoration:none;
}

.london_main #footer a.fnav:hover, a.fnav:visited {
	font-size:10px;
	color:#000;
	padding: 10;
	text-align:right;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #392900;
}

#copyright {
	width: 779px;
	background-color: #D5CBB2;
	margin: 0 auto;
	text-align: center;
}

#copyright p { 
	font-size:10px;
	color:#FFF;
	padding: 10;
	text-align:right;
}



/******** Headers ************/

.london_main #hotel {
	background: #392900;
	height: 343px;
	padding-bottom: 2px;
	background-image:url(../Images/headers/hotels.jpg);
	text-align: center;
}

.london_main #bandb {
	background: #392900;
	height: 343px;
	padding-bottom: 2px;
	background-image: url(../Images/headers/bandb.jpg);
	text-align: center;
}

.london_main #apartments {
	background: #392900;
	height: 343px;
	padding-bottom: 2px;
	background-image:url(../Images/headers/apartments.jpg);
	text-align: center;
}
.london_main #hostels {
	background: #392900;
	height: 343px;
	padding-bottom: 2px;
	background-image:url(../Images/headers/hostels.jpg);
	text-align: center;
}
.london_main #homestay {
	background: #392900;
	height: 343px;
	padding-bottom: 2px;
	background-image:url(../Images/headers/homestays.jpg);
	text-align: center;
}
.london_main #conference {
	background: #392900;
	height: 343px;
	padding-bottom: 2px;
	background-image:url(../Images/headers/venue.jpg);
	text-align: center;
}
.london_main #specials {
	background: #392900;
	height: 343px;
	padding-bottom: 2px;
	background-image:url(../Images/headers/specials.jpg);
	text-align: center;
}
.member {
	text-align: left;
	font-size:12px;
	font-style: italic;
	font-weight:bold;
}
.history {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	padding: 5px;
}
