@charset "utf-8";
/* CSS Document */

.MainBody #sidebar1 #sidebar2 #sidebar3 #sidebar4 #sidebar5 #sidebar6 h3, .MainBody #sidebar1 #sidebar2 #sidebar3 #sidebar4 #sidebar5 #sidebar6 p {
	margin-left: 10px; 
	margin-right: 10px;
}
.MainBody #sidebar2 {
	float: left; 
	width: 25%;
	height: 100%;
	background: #7f94ba; 
	padding: 15px 0 25%;
	border-right: 1px dotted #000000;
}
.MainBody #sidebar3 {
	float: left; 
	width: 25%;
	height: 100%;
	background: #7f94ba; 
	padding: 15px 0 50%;
	border-right: 1px dotted #000000;
}
.MainBody #sidebar4 {
	float: left; 
	width: 25%;
	height: 100%;
	background: #7f94ba; 
	padding: 15px 0 70%;
	border-right: 1px dotted #000000;
}
.MainBody #sidebar5 {
	float: left; 
	width: 25%;
	height: 100%;
	background: #7f94ba; 
	padding: 15px 0 85%;
	border-right: 1px dotted #000000;
}
.MainBody #sidebar6 {
	float: left; 
	width: 25%;
	height: 100%;
	background: #7f94ba; 
	padding: 15px 0 100%;
	border-right: 1px dotted #000000;
}
