.bg_top {
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
}
.bg_top1 {
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
}
.bg_bod {
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-bottom: 30px;
}
.bg_foot {
	background-image: url(http://www.kettlebellclub.com/images/bg_foot.jpg);
	background-repeat: repeat-x;
}
.bg_nl {
	background-repeat: repeat-x;
	padding-top: 15px;
}


.box {
	background-color: #F4F2ED;
	padding: 20px;
	border: 1px solid #CECECE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #585858;
	margin-top: 8px;
	margin-bottom: 8px;
}
.box_wh {
	background-color: #FFF;
	padding: 20px;
	border: 1px solid #CECECE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #585858;
	margin-top: 8px;
	margin-bottom: 8px;
}

.title_black {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	margin-top: 2px;
	margin-bottom: 2px;
}
.title_red {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #801717;
	margin-top: 2px;
	margin-bottom: 2px;
}
.text_links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #537D95;
	text-decoration: underline;
	margin-top: 1px;
	margin-bottom: 1px;
}
.text_red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #801717;
}
.text_whi {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	margin-top: 4px;
	margin-bottom: 4px;
}
.text_main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #585858;
	margin-top: 8px;
	margin-bottom: 8px;
}

.pad_tb {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pad_all {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;

}
