/* CSS Document */

#box_1 {
	background-color: #999999;
	height: 100px;
	margin-bottom:30px;
	width: 200px;
}
#box_2 {
	background-color: #FF0000;
	height: 100px;
	width: 200px;
	margin-top:20px;
	margin-bottom:30px;
}

#box_3 {
	background-color: #999999;
	//height: 200px;

	
	margin-bottom:30px;
	width: 300px;
}
#box_4 {
	background-color: #FF0000;
	height: 100px;
	width: 200px;
	margin-top:10px;
}

#box_5 {
	background-color: #999999;
	margin-top:20px;
	margin-bottom:20px;
}

#box_6 {
	background-color: #FF0000;
	height: 100px;
	width: 200px;
	margin-top:20px;
}
