#content {
	padding:10px 10px 10px 10px;
	background-color:#fff;
	overflow:hidden;
	min-height:300px;
}
.sidebar_right {
	background-image: url(../images/sidebar_br.png);
	background-repeat: repeat-y;
	background-position: 10% top;
}
.sidebar_left {
	background-image: url(../images/sidebar_br.png);
	background-repeat: repeat-y;
	background-position: 10% top;
}
/* Columns shortcode
----------------------------------------------------------------------------------------------------*/
.fullwidth {
	width:100%;
	float:left;
	margin-bottom:10px;
}
.one_half {
	width:48.10%;
	float:left;
	margin-right:3.80%;
	margin-bottom:10px;
}
.one_half_last {
	width:48.10%;
	float:right;
	margin-bottom:10px;
}
.one_third {
	width:30.80%;
	float:left;
	margin-right:3.80%;
	margin-bottom:10px;
}
.one_third_last {
	width:30.80%;
	float:right;
	margin-bottom:10px;
}
.two_third {
	width:55.40%;
	float:left;
	margin-right:3.80%;
}
.two_third_last {
	width:55.40%;
	float:right;
	margin-bottom:10px;
}
.one_fourth {
	width:45.0%;
	float:left;
	margin-right:3.80%;
	margin-bottom:1px;
}
.one_fourth_last {
	width:22.15%;
	float:right;
	margin-bottom:10px;
}
.three_fourth {
	width:64.05%;
	float:left;
	margin-right:3.80%;
	margin-bottom:20px;
}
.three_fourth_last {
	width:64.05%;
	float:right;
	margin-bottom:10px;
}
.one_fifth {
	width:16.96%;
	float:left;
	margin-right:3.80%;
	margin-bottom:10px;
}
.one_fifth_last {
	width:16.96%;
	float:right;
	margin-bottom:10px;
}
.four_fifth {
	width:69.240%;
	float:left;
	margin-right:3.80%;
	margin-bottom:10px;
}
.four_fifth_last {
	width:69.240%;
	float:right;
	margin-bottom:10px;
}
* html .clearfix {
} /* IE6 */
*:first-child+html .clearfix {
} /* IE7 */
/* clearfix */

.clear {
	clear:both;
	display:block;
	height:0px;
	width:100%;
	visibility:hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
