@charset "utf-8";
/* CSS Document */

.bg {
	background-image: url(images/style_1_cont.jpg);
	background-repeat: repeat-x;
}
body {
	background-color: #393e38;
}
.bg2 {
	background-image: url(images/style_1_cont_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.border {
	border: 1px solid #667e07;
}.bodybg {
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-y;
}
.underline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.menubg {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
}
.bodyborder {
	border: 6px solid #95ba08;
}
.topmenubg {
	background-image: url(images/welleness_solutions_4.jpg);
	background-repeat: no-repeat;
}
