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

#columnA {
	float: left;
	width: 700px;
	text-align: center;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B8B7B7;
}
#columnA1 {
	background-color: #FFFFFF;
	float: left;
	width: 300px;
}
#columnA2 {
	background-color: #FFFFFF;
	float: left;
	width: 390px;
}
#columnB1 {
	background-color: #FFFFFF;
	float: left;
	width: 975px;
}
#columnB2 {
	background-color: #FFFFFF;
	float: left;
	width: 975px;
}
#columnB3 {
	background-color: #FFFFFF;
	float: left;
	width: 975px;
}
#columnC {
	float: left;
	width: 740px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B8B7B7;
}
#sidebar {
	float: right;
	width: 210px;
	padding-left: 5px;
	padding-right: 5px;
	
}
