* { margin:0; padding:0;}

body { 
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000;
}
a {text-decoration:none; color:#000;}
a:hover {text-decoration:none; color:#FF9900;}
a:visited {text-decoration:none; color:#999999;}

#mainFrame { 
	width:632px; 
	margin:35px auto; 
}

#header { 
	width:632px; 
	height:197px; 
	background-image:url(images/header.jpg); 
	float:left; 
}

#mainContent { 
	width:632px;  
	float:left;
}

#text { 
	width:632px;  
	float:left;
}
#footer { 
	width:632px;  
	float:left;
	margin-bottom:30px;
}
#rate {  
	float:left;
	margin-top:2px;
	border:none;
}
#contactDetails {
	margin-left:10px; 
	float:left;
}
#overlay{
	width:632px;
	height:240px;
	display:none;
	clear:both;
}
#overlay img{
	margin:0;
	padding:0;
	display:inline;
}
.divider {
	float:left;
	width:632px;
	height:15px; 
	border-bottom: #918f8f solid 1px; 
	margin-bottom:15px;
}

#videoWall { 
	width:632px; 
	height:374px;
	background-color:#333333;
	float:left; 
}

.title {
	width:632px;
	margin-bottom:10px;
	float:left
}

.textColumn {
	width: 188px;
	float:left;
	padding-right:22px;

}
.orangeText {
	color:#FF9900;
}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }  /* for IE/Mac */