	/** <body **/

body {
	background: url('./images/wwry-london/main-background.jpg') #666 repeat-x top;
	margin: 0px;
	padding: 0px;}
	
	/** Main <div> tags **/
	
div#header {
	width: 100%;
	background: url('./images/wwry-london//bg-header.gif') #000;
	margin: 0px auto 10px auto;
	text-align: center;
	height: 110px;
	padding: 0px;}
	
div#bar {
	background: url('./images/wwry-london/corner-top-left.gif') top left no-repeat;
	margin: 0px;
	padding: 5px 0px 10px 0px}
	
div#content {
	background: url('./images/wwry-london/background-new.jpg') #000 no-repeat top left;
	text-align: left;
	width: 95%;
	margin: 0px auto;
	padding: 0px;
	line-height: normal;
	color: #fff;}
	
div#footer {
	background: url('./images/wwry-london/corner-bottom-left.gif') no-repeat bottom left;
	margin: 0px auto 10px auto;
	text-align: center;
	padding: 0px 0px 10px 0px;
	clear: both;
	color: #ccc}
	
	/** Corner <div> tags **/
	
div#headLeft {
	background: url('./images/wwry-london/bg-header-left.gif');
	float: left;
	width: 15px;
	height: 100px;}
	
div#headRight {
	background: url('./images/wwry-london/bg-header-right.gif');
	float: right;
	width: 15px;
	height: 100px;}

div.bottomRight {
	background: url('./images/wwry-london/corner-bottom-right.gif') bottom right no-repeat;
	float: right;
	width: 15px;}
	
div.topRight {
	background: url('./images/wwry-london/corner-top-right.gif') top right no-repeat;
	float: right;
	width: 15px;}

	/** Navigation **/

div#bar ul {
	padding: 5px 0px;
	margin: 0px;}
	
div#bar li {
	font-size: 1.2em;
	display: inline;
	padding: 0px 10px;
	border-left: 1px #ccc solid;}
	
div#bar li.head {
	font: normal italic 1.2em Verdana;
	width: 200px;
	border-left: 0px;}

	/** Headers **/
	
h1 {
	margin: 0px;
	padding: 0px;}

h2 {
	text-align: left;
	margin: 0px;
	padding: 5px;
	color: #c00;}
	
div#bar h2 {
	display: none;}
	
div#bar h3 {
	display: inline;
	text-transform: uppercase;
	border-bottom: 1px #ccc solid;
	color: #ccc;
	padding: 0px;
	margin: 0px}
	
h3 {
	color: #ff0;
	padding: 0px 10px;}
	
	/** Links **/
	
a {
	font-weight: bold;
	text-decoration: none;
	color: #f90;}
	
a:hover {
	color: #ff0;}

a img {
	border: 0px;}
	
div#footer a {
	color: #333;}
	
	/** Paragraphs **/

div#footer p {
	line-height: 15px;
	color: #333;
	text-align: center;}
	
	/** Images **/
	
img.alignright {
	float: right;
	border: 1px #fff solid;
	margin: 10px;}
	
img.alignleft {
	float: left;
	border: 1px #fff solid;
	margin: 10px;}
	
	/** Column Alignment **/
	
div.left {
	width: 50%;
	float: left;}
	
div.right {
	width: 50%;
	float: right;}