﻿
/* AltraVista Bed and Breakfast 
    stylesheet for directions.hml only
*/

body{
   background-color:#191970;
    }


#content {
    background-color:  white;
    position: absolute;
	left: 0px;
	top:0px;
	width: 460px;
	height:auto;
	padding:20px;
	font-family: "Helvetica, Arial, sans-serif";
	font-style: normal;
	text-align: left;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color:#00008B;
	z-index:0;
	
    }


