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

body {
        background-image:url(../Images/background.png); 
        background-repeat: repeat-y; 
        background-position: center; 
        background-color: #fff7e6; 
}

h3
{
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-size:large;
	color:#fff;
	letter-spacing:-.1em;
	text-indent:10px;
	
	
}
h1
{
	color:#000;
	letter-spacing:-1px;
	text-indent:10px;
}
#walk-in-tub-lady
{
	background-image:url(../Images/lady.png);
	width:250px;
	height:370px;
	position:absolute;
	left: 12px;
	top: 725px;
}
#walk-in-tub-guy
{
	background-image:url(../Images/old_guy.png);
	width:200px;
	height:443px;
	position:absolute;
	right: -1px;
	top: 130px;
}
#walk-in-tub-guy2
{
	background-image:url(../Images/old_guy2.png);
	width:300px;
	height:223px;
	left:29px;
	top: 82px;
	position:absolute;
}


.footer
{
	display:block;
	width:100%;
	height:1em;
	font-size:small;
	font-weight: bold;
	background-color:#3E6B7C;
	color:#fff;
	bottom:0px;
	text-indent:10px;
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	list-style-type:none;
}
	
.header
{
	font-size:large;
		height:155px;
	background-image:url(../Images/header.png);
	border-bottom: #006  inset thick;
	padding:0px;
	margin:0px;
	
	
}
#logo{
	background-image:url(../Images/logo.png);
	background-repeat:no-repeat;
	width:470px;
	height:100px;
	
}
.phone
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:large;
	width:195px;
	height:100px;
	text-align:right;
	position:relative;
	display:inline;
	float:right;
	padding-right:5px;
	padding-top:5px;
	line-height:20px;
	bottom: 0px;
	text-transform:uppercase;
	letter-spacing:-1px;
	color:#fff;
}
	
#container {
        width: 768px;
        margin: 0 auto;
        text-align: justify left;
	
}
.subcontainer
{
	width:764px;
	margin:auto;
}
.main {
	font:medium Verdana,Geneva,Arial,Helvetica,sans-serif; 
	padding:2%;
	text-align:justify;
	line-height:2em;
	letter-spacing:normal;
}
.drop-shadow
{
 margin: 20px;
    width:250px; 
    background: url(../images/drop_border.png) top left no-repeat;    
    float: right;
}
.drop-shadow img
    {
    margin: 0px;
    padding: 5px;
    width: 230px;
    height: 170px;
    float: left;
}
.drop-shadow p
    {
    color: #666666;
    padding: 5px 5px 0px 0px;
    text-align: center;
    clear: left;
    font-style: italic;
}
	
