.container{
background-color: #FFFFCC ;
}
.border{
border-width: 1px; 
border-style: solid; 
border-color: #000000;
}

div#global {
	width:700px; 
	height:3000px;
	margin:0 auto; 
	text-align:center;
	border:1;
	border-style:solid;
	padding: 5px;
	}
div#wrap {
	overflow:hidden;
}
div#l1c1 {
	float:left; 
	width:300px;
}
div#l1c2 {
	margin-left:0px;
}
div#l2c1 {
	float:left; 
	width:220px;
	height:220px;
}
div#l2c2 {
	float:left; 
	width:150px;
}
div#l2c3 {
	float:left; 
	width:150px;
}
div#l2c4 {
	float:left; 
	width:120px;
}
div#l3c1 {
	float:left; 
	width:320px;
}
div#l3c2 {
	float:left; 
	width:300px;
	margin-top:60px;
	margin-left:40px;
	height:310px;
}
div#l4c1 {
	float:left; 
	width:341px;
	height:200px;
}
div#l4c2 {
	float:right; 
	width:341px;
	height:200px;
}
div#l5c1 {
	float:left; 
	width:341px;
	height:200px;
}
div#l5c2 {
	float:right; 
	width:341px;
	height:200px;
}

