/*shortcode columns for full width pages*/

.wrap{
width:100%;
float:left;

}
.mid-column-home{
width:960px;
margin: 0 auto;
}

.mid-column{
width:960px;
margin: 0 auto;

}
.divider{
border-bottom:1px solid #ccc;
margin:20px 0px;
}

.last{
margin-right:0px !important;
float:right;
}

.column1{
	width:100%;
	margin-bottom:20px;
}



.column2{
width:48.59%;
float:left;
margin-right:2.80%;
margin-bottom:20px;


}

/*one third*/
.column3{
width:31.45%;
float:left;
margin-right:2.80%;
margin-bottom:20px;
}

/*two third*/
.column3_2{
width:65.70%;
float:left;
margin-right:2.80%;
/*margin-bottom:20px;*/
}

.column4{
width:22.86%;
float:left;
margin-right:2.80%;
margin-bottom:20px;
}

.column4_3{
width:74.30%;
float:left;
margin-right:2.80%;
margin-bottom:20px;
}

.column5{
width:21.90%;
float:left;
margin-right:2.80%;
margin-bottom:20px;
}

/*one half*/

#bottom{
width:100%;
margin:0 auto;

}