/* CSS Document */

* {
 margin: 0;
 padding: 0;
}
body {
	text-align: center;
	background: #e6e7f3;
	font: 12px Verdana, Arial, sans-serif;
}
 
#page {
	margin: 10px auto 10px auto;
	width: 880px;
	text-align: left;
	background-color: #ffffff;
	background-image: url(images/images/middlestrip_02.jpg);
	background-repeat: repeat-y;
	background-position: left top;

}
.tom3bnoslices {
	background-image: url(images/tomindex3bnoslices.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header {
	height: 379px;
	width: 880px;
	background-color: #e6e7f3;
	background-image: url(images/tomindex2a_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#topnav {
	margin: 30px 50px 0px 0px;
	width:134px;
	float: right;
}
#topnav ul {
	list-style-type: none;
}
#topnav li {
	display: inline;
}
#topnav ul li a {
	text-decoration: none;
	border: none;
}


#content-primary {
	position: relative;
	background-color: #e6e7f3;
	background-image: url(images/tomindex2_middle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 212px;
	width: 880px;
}
#therapies {
	float: left;
	width: 206px;
	margin: 25px 0px 0px 50px;
}
#therapies ul {
	list-style-type: none;
}
#therapies li {
	display: inline;
}


.bluehome {
	font-size: 15px;
	color: #3c396a;
}
#footer {
	clear: both;
	height: 59px;
	width: 880px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #386cad;
	background-color: #e6e7f3;
	background-image: url(images/tomindex2_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}
#footer a {
	text-decoration: none;
	color: #386cad;
	font-weight: bold;
}
#footer a:hover {
	color: #3bcf8b;
	text-decoration: none;
	font-weight: bold;
}

#pwd {
	float: right;
	margin: 30px 40px 0px 0px;
}
#leftnav {
	float: left;
	background-position: bottom;
	margin: 35px 0px 0px 40px;
}
