.top_image{
width:66%;
background-color:#394a29;
height:200px;
	float:left;
	-moz-box-sizing: border-box;
	position:relative;
	}
	
	
.lineup_box{
width:32.7%;
background-color:#fff;
min-height:550px;
float:left;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding:0px; 
border:2px solid #1c4782;
border-radius:4px;
	position:relative;
	
	}
	
.date_box{
width:100%;
background-color:#ccc;
height:80px;
float:left;
-moz-box-sizing: border-box;	
		position:relative;
	}
	
.fullwidthbox{
width:100%;
background-color:#fff;
min-height:300px;
float:left;
-moz-box-sizing: border-box;	
box-sizing: border-box;	

font-family:arial;
		position:relative;
		font-size:12px;
	
	}	
	
h2.holding{
	color:#333;
	position:relative;
	font-family:arial;
	font-size:14px;
	width:100%; 
	text-align:center;

	}
	
	.newslist_box{
width:24%;

float:left;

-moz-box-sizing: border-box;	
box-sizing: border-box;	
		position:relative;

	}	
		
	.news_box{
width:75%;
background-color:#fff;
float:right;
min-height:200px;
border:4px solid #f3f3f3;
-moz-box-sizing: border-box;	
box-sizing: border-box;	
		position:relative;
	padding:10px;
	}	