body {
	background-color: #fff;
	margin: 0px;
	border: 0px none;
	color: #000
}

/** Blue - #6baedf - Pink - #f06c9a */

h1 {
	font-family: Arial, 'Helvetica', sans-serif;
	font-size: 17px;
	color: #6baedf; /** Blue */
	font-weight: bold;
}
h2 {
	font-family: Arial, 'Helvetica', sans-serif;
	font-size: 15px;
	color: #f06c9a; /** Pink */
	font-weight: bold;
}
.bold { font-weight: bold; }
.spaced { line-height: 20px; }
.pink { font-family: Arial, 'Helvetica', sans-serif; color: #f06c9a; }
.blue { font-family: Arial, 'Helvetica', sans-serif; color: #6baedf; }
.super { font-family: Arial, 'Helvetica', sans-serif; font-size: 10px; vertical-align: super; } 

a:link {color: #6baedf; text-decoration: none;}
a:visited {color: #6baedf; text-decoration: none;}
a:hover {color: #f06c9a; text-decoration: underline;}
a:active {color: #f06c9a; text-decoration: none;}

#main_container {
	width: 955px;
	height: auto;
	margin: 0px auto 0px;
	padding-top: 30px;
	border: 0px;
	background: transparent;
}
#inner_container {
	width: 955px;
	height: auto;
	float: left;
	background-image: url('images/liquid.gif');
	background-repeat: repeat-y;	
}
#header {
	width: 955px;
	height: 200px;
	float: left;
	background-image: url('images/header_2.jpg');
	background-position: top;
	background-repeat: no-repeat;
}
#logo {
	width: 230px;
	height: 190px;
	float: left;
	background-image: url('images/bjf_logo.gif');
	margin-left: 10px;
	margin-top: 10px;
}
#title_container {
	width: 655px;
	height: 70px;
	float: right;
	margin-top: 70px;
	background: transparent;
}
#body_container {
	width: 955px;
	height: auto;
	min-height: 500px;
	float: left;
	background-image: url('images/pilates_girl_bg.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}
#footer {
	width: 955px;
	height: 69px;
	float: left;
	font-family: Arial, 'Helvetica', sans-serif;
	color: #fff;
	font-size: 11px;
	text-align: left;
	background-image: url('images/footer.jpg')
}
#footer a:link {color: #fff; text-decoration: none;}
#footer a:visited {color: #fff; text-decoration: none;}
#footer a:hover {color: #f06c9a; text-decoration: none;}
#footer a:active {color: #f06c9a; text-decoration: none;}

#divide_footer_left {
	width: auto;
	height: auto;
	float: left;
	margin-top: 7px;
	margin-left: 10px;
	font-family: Arial, 'Helvetica', sans-serif;
	color: #fff;
	font-size: 11px;
	text-align: left;
}
#divide_footer_right {
	width: auto;
	height: auto;
	float: right;
	margin-top: 7px;
	margin-right: 10px;
	font-family: Arial, 'Helvetica', sans-serif;
	color: #fff;
	font-size: 11px;
	text-align: left;
}
#copy_container {
	width: 590px;
	height: auto;
	float: right;
	margin-top: 15px;
	margin-right: 65px;
	padding-bottom: 15px;
	background: transparent;
	font-family: Arial, 'Helvetica', sans-serif;
	font-size: 12px;
	color: #666666;
}
#left_nav_container {
	width: 270px;
	height: auto;
	margin-top: 15px;
	padding-bottom: 15px;
	float: left;
	background: transparent;
}
#left_image_container {
	width: 225px;
	height: auto;
	margin-left: 1px;
	float: left;
	background: transparent;
}
#left_text_container {
	width: 200px;
	height: auto;
	margin-left: 26px;
	float: left;
	font-family: Arial, 'Helvetica', sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: left;
	background: transparent;
}
#left_shadow {
	width: 225px;
	height: 40px;
	margin-left: 1px;
	float: left;
	background-image: url('images/shadow_left.gif');
}
#left_titlebar {
	width: 200px;
	height: 28px;
	padding-left: 26px;
	padding-top: 11px;
	font-family: Arial, 'Helvetica', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	float: left;
	background-image: url('images/left_titlebar.jpg');
}

/** Start Main Navigation */

#nav_container ul {
	float: right;
	border: 0px none;
	margin: 0px 2px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	background: url('images/button_up.gif'); 
}
#nav_container ul li {
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#nav_container ul li a, .navcontainer ul li a.selected {
	/* inactive option box colours */
	width: 97px;
	height: 50px; /* box option height */
	padding-left: 0px;
	padding-top: 10px;
	color: #fff; /*color for other option type*/
	text-decoration: none;
	background: url('images/button_up.gif');
	display: block;
	text-align: center;
	font-weight: bold;
	font-family: Arial, 'Helvetica', sans-serif;
	font-size: 12px; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px
}
#nav_container ul li a:hover { 
	color: #fff; /* type colour for other option hover*/
	font-weight: bold;
	font-size: 12px;
	background-image: url('images/button_over.gif'); /* box colour for other option hover*/
}
#nav_container ul li a.selected {
	background-image: url('images/button_over.gif');
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

/** End Main Navigation */

/** Start Side Navigation */

#sidenav_container_main {
	float: left;
	text-align: left;
	width: 220px;
	margin-top: 5px;
	height: auto;
	background: transparent;
}
#sidenav_container ul {
	float: left;
	border: 0px none;
	margin: 0px 0px;
	padding: 0;
	list-style-type: none;
	text-align: left;
	background: url('images/side_up.gif'); 
	background-repeat: no-repeat;
}
#sidenav_container ul li {
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
#sidenav_container ul li a, .navcontainer ul li a.selected {
	/* inactive option box colours */
	width: 200px;
	height: auto; /* box option height */
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #6baedf; /*color for other option type*/
	text-decoration: none;
	background: url('images/side_up.gif');
	background-repeat: no-repeat;
	display: block;
	text-align: left;
	font-weight: bold;
	font-family: Arial, 'Helvetica', sans-serif;
	font-size: 13px; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px
}
#sidenav_container ul li a:hover { 
	color: #f06c9a; /* type colour for other option hover*/
	font-weight: bold;
	background-image: url('images/side_over.gif');
	background-repeat: no-repeat; /* box colour for other option hover*/
}
#sidenav_container ul li a.selected {
	background-image: url('images/side_over.gif');
	background-repeat: no-repeat;
	color: #f06c9a;
	font-weight: bold;
}

/** End Side Navigation */

#before_after_container {
	width: 590px;
	height: auto;
	float: left;
	background: transparent;
	margin-top: 10px;
	margin-bottom: 15px;
}
#before_after_image_left {
	width: 275px;
	height: auto;
	text-align: center;
	float: left;
	background: transparent;
}
#before_after_image_right {
	width: 275px;
	height: auto;
	text-align: center;
	float: right;
	background: transparent;
}

