#secondary-content {
	float: right;
	width: 20%;
	margin-bottom: 100px;
}

#primary-content {
	float: left;
	width: 69%;
	margin-bottom: 100px;
}

#footer {
	clear: both;
}
/* @group 3 Columns Box */

#secondary-content  #ColumnBox {
	width: 100%;

}

#secondary-content 
#col1{
    width: 100%;
	display: block;
}

#secondary-content 
#col2 {
	width: 100%;
	display: block;
}

#secondary-content 
#col1, #secondary-content 
#col2 {
	margin-right: 0%;
}

#secondary-content 
#col3 {
	width:100%;
	display: block;
}

#secondary-content 
#col1, #secondary-content 
#col2, #secondary-content 
#col2 {
	padding-bottom: 30px;
}

/* @end */
