DIV.leftCol {
	width: 200px;
	margin: 0 20px 20px 0px;
	float: left;
}

DIV.news {
	width: 200px;
	height: 420px;
	overflow: auto;
	color: #333333;
	float: left;
}

	DIV.news DIV.newsHeading {
		font-size: 20px;
		border-bottom: 1px dashed #333333;
		margin-bottom: 20px;
	}
	
	DIV.news DIV.recent {
		margin: 5px 0;
		padding: 4px;
	}
	
	DIV.news DIV.recent A.name {
		display: block;
		font-weight: bold;
		color: #999999;
	}
	
	DIV.news DIV.recent DIV.info {
		padding: 0 0 0 5px;
		color: #CCCCCC;
	}
	
	DIV.news DIV.upcomming {
		margin: 5px 0;
		padding: 4px;
	}
	
	DIV.news DIV.upcomming A.name {
		display: block;
		color: #CC0000;
		font-weight: bold;
	}
	
	DIV.news DIV.upcomming DIV.info {
		color: #333333;
		padding: 0 0 0 5px;
	}
	
	DIV.news DIV.actual {
		position: relative;
		margin: 5px 0;
		padding: 2px;
		border: 2px solid #CC0000;
	}
	
	DIV.news DIV.actual A.name {
		display: block;
		color: #CC0000;
		font-weight: bold;
		font-size: 14px;
	}
	
	DIV.news DIV.actual DIV.place {
		position: absolute;
		right: 1px;
		top: 0;
		color: #CC0000;
		font-weight: bold;
		font-size: 15px;
	}
	
	DIV.news DIV.actual DIV.info {
		color: #333333;
		font-weight: bold;
		padding: 0 0 0 5px;
	}
	
	DIV.news DIV.actual A.meet {
		display: block;
		color: #CC0000;
		font-weight: bold;
		padding: 0 0 0 5px;
		text-align: right;
		text-decoration: none;
	}
	
DIV.home {
	width: 440px;
	color: #666666;
	float: left;
	text-align: justify; 
	margin: 0 10px 20px 0px;
}

	DIV.home P.infoText {
		padding-bottom: 20px;
	}
	
	DIV.home DIV.video {

	}
	
	DIV.home DIV.indexMosaic {
	}
	
		DIV.home DIV.indexMosaic A.mosaicItem {
			width: 180px;
			padding: 10px;
			display: block;
			float: left;
			text-decoration: none;
		}

		DIV.home DIV.indexMosaic A.mosaicItem:hover {
			text-decoration: none;
			color: #000000;
		}
		
		DIV.home DIV.indexMosaic A.mosaicItem:hover DIV.name {
			color: #000000;
		}
		
		DIV.home DIV.indexMosaic A.mosaicItem:hover DIV.duration {
			color: #000000;
		}

		DIV.home DIV.indexMosaic A.category-animals {
			background-color: #007333;
		}
		
		DIV.home DIV.indexMosaic A.category-animals:hover {
			background-color: #96c5ab;
		}

		DIV.home DIV.indexMosaic A.category-destinations {
			background-color: #172983;
		}
		
		DIV.home DIV.indexMosaic A.category-destinations:hover {
			background-color: #9fa7cc;
		}

		DIV.home DIV.indexMosaic DIV.category-culture {
			background-color: #EA691C;
		}
		
		DIV.home DIV.indexMosaic DIV.category-culture:hover {
			background-color: #f6c1a2;
		}

		DIV.home DIV.indexMosaic A.category-science {
			background-color: #CD071E;
		}
		
		DIV.home DIV.indexMosaic A.category-science:hover {
			background-color: #ea99a2;
		}

		DIV.home DIV.indexMosaic A.category-sports {
			background-color: #8FBC13;
		}
		
		DIV.home DIV.indexMosaic A.category-sports:hover {
			background-color: #d1e39e;
		}

		DIV.home DIV.indexMosaic A.category-cuisine {
			background-color: #E2007A;
		}
		
		DIV.home DIV.indexMosaic A.category-cuisine:hover {
			background-color: #f396c8;
		}

		DIV.home DIV.indexMosaic A.category-lifestyle {
			background-color: #10A4E2;
		}
		
		DIV.home DIV.indexMosaic A.category-lifestyle:hover {
			background-color: #9ddaf3;
		}

		DIV.home DIV.indexMosaic A.category-kids {
			color: #FDC300;
		}
		
		DIV.home DIV.indexMosaic A.category-kids:hover {
			color: #fee696;
		}
		
		  DIV.home DIV.indexMosaic A.mosaicItem DIV.image {
			}
		  
		    DIV.home DIV.indexMosaic A.mosaicItem DIV.image IMG {
					width: 180px;
				}
				
			DIV.home DIV.indexMosaic A.mosaicItem DIV.name {
				color: #FFFFFF;
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
			}
		  
		  DIV.home DIV.indexMosaic A.mosaicItem DIV.duration {
				color: #FFFFFF;
			}

DIV.bannerBBCMG {
	width: 240px;
	height: 110px;
	float: right;
	font-weight: bold;
	color: #999999;
	font-size: 10px;
	text-align: justify;
	padding: 0 0 0 20px;		
}	

DIV.contacts {
	width: 220px;
	color: #666666;
	padding: 10px 0 20px 20px;
	border: 1px dashed #999999;
	float: right;
}	

	DIV.contacts DIV.heading {
			padding: 10px 0 5px 0; 
			font-size: 20px;
			letter-spacing: 2px;
	}
	
	DIV.contacts P {
		margin: 10px 0;
		font-size: 12px;
		line-height: 18px;
	}
	
		DIV.contacts P STRONG {
			font-size: 20px;
		}
		
		DIV.clear {
			clear: both;
			width: 976px;
			font-size: 1px;
		}

A.banner {
	display: block;
	width: 260px;
	color: #666666;
	margin-top: 20px;
	padding-top: 3px;
	float: right;
	border: 1px dashed #999999;
}	