@charset "utf-8";
/* 3 Column */
#col1, #footer_col1 {
	width:200px;
	float:left;
}

#col2, #footer_col2 {
	float:left;
	width:380px;
	margin-left:10px;
}
#col2_2, #footer_col2_2{
 width: 190px;
 float:left;
 border-left:10px #fff solid;
 background-color:#8aa5b2;
}
#col3, #footer_col3 {
	width:200px;
	float:right;
}


#col1, #col2, #col3, #col2_2
	{
	padding-bottom: 4000px;
	margin-bottom: -4000px;

}
#footer_col1 {
	width:200px;
	float:left;
	height:104px;
	background-color:#d8e1e5;
}
#footer_col2 {
	height:104px;
	width:380px;
	float:left;
	background-color:#d8e1e5;
}
#footer_col2_2 {
	float:left;
	height:104px;
	border-right:10px #fff solid;
	background-color:#8aa5b2;
}
#footer_col3 {
	float:right;
	height:104px;
	width:200px;
	background-color:#d8e1e5;
}
