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

DIV.news {
	width: 200px;
	height: 440px;
	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: 400px;
	color: #666666;
	float: left;
	text-align: justify; 
	margin: 0 10px 20px 0px;
}

	DIV.home P.infoText {
		padding-bottom: 20px;
	}
	
	DIV.home DIV.video {
		margin-bottom: 20px;
	}
	
	DIV.home DIV.videoHeading {
		font-size: 16px;
		font-weight: bold;
		padding: 5px 0;
	}

DIV.latest-releases {
		width: 440px;
		float: left;
	}
	
	DIV.new-projects {
		margin-top: 20px;
		float: left;
		width: 440px;
	}
		
		DIV.latest-releases A:hover {
			text-decoration: none;
			color: #666666;
		}

	DIV.latest-releases IMG,
	DIV.new-projects IMG {
		float: left;
		width: 150px;
		margin-right: 5px;
	}
	
	DIV.latest-releases DIV.heading,
	DIV.new-projects DIV.heading,
	DIV.videoHeading {
		font-weight: bold;
		font-size: 16px;
		color: #666666;
		border-bottom: 3px solid #666666;
		margin-bottom: 5px;
	}
	
		DIV.latest-releases DIV.name,
	DIV.new-projects  DIV.name{
			font-weight: bold;
			font-size: 14px;
		}
		
		DIV.latest-releases UL,
	DIV.new-projects UL {
			float: left;
			width: 265px;
			margin-left: 16px;
		}
		
			DIV.latest-releases UL LI,
	DIV.new-projects UL LI {
				list-style: square outside;
			}
				
				DIV.latest-releases UL LI IMG,
	DIV.new-projects UL LI IMG {
					width: 35px;
					float: none;
				}


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

DIV.press {
	width: 220px;
	color: #666666;
	padding: 10px 20px 10px 20px;
	border: 1px dashed #999999;
	float: right;
	margin-bottom: 10px;
}
	DIV.press DIV.heading {
			padding: 5px 0 5px 0;
			font-size: 20px;
			letter-spacing: 2px;
	}
	
	DIV.press A {
		float: left;
		margin-bottom: 10px; 
	}

DIV.contacts {
	width: 220px;
	color: #666666;
	padding: 10px 20px 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;
}	
