body {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #ece7d4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 25px 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: #392900;
	line-height: 20px;
}
.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: 58px;
	padding-bottom: 2px;
	background-image:url(../images/top4.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 0px; /* 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: 10px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cebc9d;
	height: 25px;	
} 
.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;
	text-align:center;
}
li {
	font-size: 12px;
	color: #392900;
}

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

a:active {
	font-size:12px;
	color:#623d03;
	text-decoration:underline;
}

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

a:hover {
	font-size:12px;
	color:#623d03;
	text-decoration:none;
}

a.qlink:link {
	font-size:12px;
	padding-top: 10px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a.qlink:active {
	font-size:12px;
	padding-top: 10px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a.qlink:visited {
	font-size:12px;
	padding-top: 10px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a.qlink:hover {
	font-size:12px;
	padding-top: 10px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.london_main #footer a.fnav:link, a.fnav:active {
	font-size:10px;
	color:#FFF;
	padding: 10;
	text-decoration:none;
}

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

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #392900;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #392900;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #392900;
	height: 25px;
	width: 500px;
	vertical-align: middle;
	text-indent: 10px;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color:#C90;
}

.picture_top {
	padding-bottom: 25px;
}

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

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

#main_content {
	padding-left: 25px;
}

table.sample {
	
	background-color: white;
}

table.sample .header {
	font-size:12px;
	color:#FFF;
}

table.sample th {
	background-color: #FFf;
	
}
table.sample .top {
	height:15px;
	background-color: #392900;	
}

table.sample .dark {
	padding: 5px;
	height: 25px;
	background-color: #ece7d4;	
}

table.sample .light {
	padding: 5px;
	background-color: #FFF;	
}

table.sample td {
	padding: 5px;
}

/******** 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;
}


