/* By Leandro Marcel by Tarantula.com  */
/* Never exclude reset.css of HTML */

#content_ustour {
	height:425px;
	width:968px;
	margin:auto;
	background-color:#000;
	background-image:url(../images/bg_ustour.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#content_uktour {
	height:425px;
	width:968px;
	margin:auto;
	background-color:#000;
	background-image: url(../images/uk_image.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#left {
	float:left;
	
	width:397px;
	height:425px;
}
#left img {
	margin-top:30px;
	margin-left:21px;
	float:left;
}
#center {
	width:120px;
	float:left;
	height:425px;
}
#right {
	width:430px;
	float:left;
	color:#828282;
	text-align:left;
	margin-left:21px;
}
/* ####   BOX    ####*/


#box {
	width:410px;
	margin-bottom:10px;
	background-color:#0d0d0d;
	padding:3px;
}
#box a {
	text-decoration:none;
	color:#ff0000;
}

#box p {
	margin-top:5px;
	font-size:10px;
}
#box strong {
	color:#FFFFFF;
	text-transform: capitalize;
}

#bt_the {
	float:left;
	margin-top: 10px;
}

