<!--
body {background-color: #F3E09E; color: #000; font-family: Helvetica, Arial, sans-serif; border-width: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
	background-image: url("graphics/bkg.jpg");
	background-repeat: repeat-x;
	background-position: top;
}

div.main_container { width: 100%; text-align: center; }

div.container {
    display: block;
    border: 0px solid #000;
    padding: 0px;
    width: 750px;
    margin: 0px auto;
    position: relative;
    text-align: left;
}

div.yel_bar { width: 750px; height: 9px; background-color: #F3E09E; font-size: 0%; }

div.home_banner { width: 750px; height: 458px; background-color: #FBF4DD;
    background-image: url("graphics/sandown_nursing_home.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}

div.wwo_banner { width: 750px; height: 549px; background-color: #FBF4DD;
    background-image: url("graphics/bed-dining-room.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.test_banner { width: 750px; height: 549px; background-color: #FBF4DD;
    background-image: url("graphics/hall.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.contact_bkg { width: 750px; height: 458px; background-color: #FBF4DD;
    background-image: url("graphics/contact_bkg.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.logo { float: left; margin: 0px 0px 0px 10px; }

#nav { float: right; }

#nav ul { padding: 0px; margin: 0px; list-style: none; font-size: 80%; font-weight: bold; }

#nav li { float: left; margin-left: 1px; padding-left: 5px;	background: url("graphics/l_corner.gif") no-repeat left bottom #006; }

#nav a:link {display: block; text-decoration: none; color: #FFF; background: url("graphics/r_corner.gif") no-repeat right bottom #006; padding: 0px 5px 0px 0px;}
#nav a:visited {display: block; text-decoration: none; color: #FFF; background: url("graphics/r_corner.gif") no-repeat right bottom #006; padding: 0px 5px 0px 0px;}
#nav a:hover {display: block; text-decoration: none; color: #FBF4DD; background: url("graphics/r_corner.gif") no-repeat right bottom #006; padding: 5px 5px 0px 0px;}
#nav a:active {display: block; text-decoration: none; color: #FBF4DD; background: url("graphics/r_corner.gif") no-repeat right bottom #006; padding: 5px 5px 0px 0px;}

div.right_content { position: absolute; left: 375px; top: 42px; width: 375px; height: 516px; background-color: #FFF; font-size: 80%; }

div.right_contact { position: absolute; left: 375px; top: 42px; width: 375px; height: 425px; background-color: transparent; font-size: 80%; }

div.home_content { width: 750px; background-color: #FFF; padding: 0px 0px 10px 0px; font-size: 80%; }

div.col1 { float: left; width: 360px; padding: 0px 9px 0px 5px; border-right: 1px solid #006; font-size: 110%; }

div.col2 { float: left; width: 360px; padding: 0px 5px 0px 10px; font-size: 110%; }

div.footer { width: 750px; background-color: #FBF4DD; padding: 10px 0px 10px 0px; font-size: 70%; text-align: center; }

div.clearer { clear: both; margin: 0px; padding: 0px; border: 0px; line-height: 0px; height: 1px; font-size: 0px; }

div.divider { width: 375px; height: 9px; font-size: 0%; background-image: url("graphics/stars.gif"); background-repeat: no-repeat; background-position: center; }

div.contact_box { margin: 40px 30px 0px 40px; padding: 10px; font-weight: bold; border: 1px solid #006; background-image: url("graphics/white_bkg.gif"); }

img { border: 0px; margin: 0px; padding: 0px; }

h1 { font-size: 220%; color: #006; padding: 5px; margin: 0px; text-align: center; font-family: "Times New Roman", serif; font-style: italic; font-weight: normal; }

h2 { font-size: 120%; color: #006; padding: 5px; margin: 0px; }

p { margin: 5px 0px 8px 0px; }

p.pad { margin: 5px 5px 8px 10px; }

span.name { font-size: 90%; font-style: italic; }

ul { margin-bottom: 10px; margin-top: 0px; }

li { margin: 0px 0px 8px 0px; }

a:link {text-decoration: none; color: #006;}
a:visited {text-decoration: none; color: #006;}
a:hover {text-decoration: underline; color: #00C;}
a:active {text-decoration: underline; color: #00C;}

-->