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

body {
	font: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image: url(../Assets/background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #000000;
}
a {
}
#container {
	width: 1004px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	text-align: left;
	padding: 0 30px;
	color: #000000;
	clear: both;
	background-color: #FFFFFF;
	margin: 0;
	border: 1px solid #000000;
	background-image: url(../Assets/titleBkg.jpg);
	background-repeat: repeat-x;
}
#kelly {
	float: left;
	padding-right: 10px;
}
#finson {
	float: right;
	padding-left: 10px;
	clear: left;
}
#larry {
	float: left;
	padding-right: 10px;
	clear: right;
}
#julie {
	float: left;
	padding-right: 10px;
}
#bubbletube {
	float: right;
	padding-left: 10px;
}
#pat {
	float: left;
	padding-right: 10px;
}
#pauline {
	float: left;
	padding-right: 10px;
}
#rudy {
	float: right;
	padding-left: 10px;
	clear: left;
}
#therapy {
float: right;
}
.clearCenter {
	clear: both;
	text-align: center;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.centerText {
	text-align: center;
}
#mainContent h1 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
#mainContent h2 {
	font-size: 22px;
	font-weight: bold;
}
#mainContent p {
	font-size: 12px;
}
#footer {
	clear: both;
	text-align: center;
	padding: 0 10px;
	background:#FFFFFF;
	border: 1px none #000000;
}
#footer p {
	font-size: 10px;
	margin: 0; 
	padding: 10px 0; 
}

