/*** BORDER COLOURS ***/

.header-inside, #footer {
	border: 10px solid #000;
	}
	
.login-menu li a {
	background: url(http://www.visitarlondres.com/custom/images/login-tab-black.jpg);
	}
	
#left-nav {
	border: 7px solid #000;
	}
	
#left-nav h2 {
	border-bottom: 7px solid #000;
	}
	
/*** PAGE STYLING ***/

#left {
	width: 347px;
	float: left;
	padding: 10px 4px 10px 0;
	border-right: 2px solid #99ccff;
	}
	
* html #left {
	padding: 10px 1px 10px 0;
	}
	
#left .item {
	margin: 0 0 10px 0;
	
	}
	
#left .item .item-image {
	float: left;
	}

#left .item h3 {
	height: 13px;
	width: 208px;
	background: #000;
	float: left;
	padding: 6px 5px 8px;
	font-size: 1em;
	}
	
* html #left .item h3 {
	font-size: 1em;
	}
	
#left .item h3 a {
	color: #fff;
	text-decoration: none;
	}
	
#left .item .text {
	height: 89px;
	width: 204px;
	
	float: left;
	padding: 2px 5px;
	color: #000;
	font-size: 1em;
	margin: 0 2px 10px 0;
	}
	
#left .item .text a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin: 1px 0 0 0;
	float: left;
	}
	
* html #left .item .text a {
	margin: 0;
	}
	
#left .item .text a:hover {
	color: #000;
	}
	
.sponsored-link a {
	width: 330px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: #000;
	font-weight: bold;
	text-align: center;
	padding: 10px 5px;
	font-size: 0.9em;
	margin: 10px 0 0;
	}
	
#right {
	width: 404px;
	float: right;
	background: #000;
	margin: 0 -5px 0 0;
	}
	
* html #right {
	margin: 0 0 0 10px;
	width: 370px;
	float: left;
	padding: 10px;
	}
	
#right h3 {
	width: 374px;
	background: #fff;
	color: #000;
	float: left;
	margin: 10px;
	padding: 5px;
	font-size: 1em;
	}
	
* html #right h3 {
	width: 370px;
	margin: 0 0 10px 0;
	padding: 5px;
	}

#right .item {
	width: 384px;
	float: left;
	background: #fff;
	margin: 0 0 10px 10px;
	padding: 0;
	}
	
* html #right .item {
	margin: 0 0 10px 0;
	height: 70px;
	}
	
*:first-child+html #right .item {
	height:auto;
	}
	
#right .item .left-box {
	width: 190px;
	float: left;
	}
	
#right .item .left-box h4 {
	font-size: 0.9em;
	}
	
#right .item .left-box h4 a {
	color: #000;
	text-decoration: none;
	padding: 5px 0 5px 5px;
	display: block;
	font-size: 1.1em;
	}
	
#right .item .right-box {
	width: 180px;
	float: left;
	color: #000;
	padding: 5px;
	font-size: 0.8em;
	}
	
* html #right .item .right-box {
	height: 10px;
	}
	
#right .item .right-box a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
#right .item .right-box a:hover {
	color: #000;
	}
	
#content .ads {
	margin: 10px 0 5px 0;
	float: left;
	}
	
*:first-child+html #content .ads, * html #content .ads {
	margin: 10px 0 5px 0;
	}
	
#content .ads a {
	margin: 0 0 0 10px;
	}