body {
	margin: 20px;
	background: #fff url(images/pattern1.png) 0 0 repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #404040;
}

h1 {
	font-size: 2em;
	letter-spacing: -1px;
	margin: 5px 0;
	text-align: left;

}

h2 {
	margin: 0px;
	float: left;
	font-size: 26px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	background: #eeeeee;
	padding: 10px;
}


#page-container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;

}


#header {
	
	height: 90px;
	background:url(images/logotrans.gif) no-repeat;
	border-bottom: 1px solid #cccccc;
	
}	

#banner {

	height: 350px;
	background-image:url(images/london.png);

}

#menu {

	padding: 10px;
	background:#cccccc;
	
}

#menu p {

	font-size: 16px;
	margin: 0px;
	font-weight: bold;
	text-align:center;

}


#menu a:link {color: #054C79;}
#menu a:visited {color: #054C79;}



#content {

	margin-top:10px;
	margin-bottom:10px;
	
}

#footer {

	height: 100px;
	
	margin-top: 15px;
	
	}
	
#links {

}

a:link {color: #c00000;}
a:visited {color: #c00000;}
a:active {color: #c00000;}
a:hover {background-color: #808080; color:#FFFFFF;}
a {text-decoration: none;}