html, body
	{
	margin: 0;
	padding: 0;
	background: #faf7bb url(images/bg.jpg) no-repeat fixed;
	color: #564b47; /*need?*/
	}
body
	{
	min-width: 700px;
	}
a, a:visited
	{
	color: #006699;
	}
a:hover 
	{
	color: #564b47;
	}
a:active 
	{
	color: #006699;
	}

#container
	{
	position: relative;
	background: #ffffff url(images/container_bg.jpg);
	width: 700px;
	margin: 20px auto 0 auto;
	padding: 0;
	}
#header
	{
	background-color: #faf7bb;
	padding: 0;
	}
#main
	{
	background-color: #ffffff;
	border-left: 1px solid #564b47;
	float: right;
	width: 449px;
	}
#left
	{
	float: left;
	width: 250px;
	}
#footer
	{
	background-color: #f4f266;
	clear: both;
	border-top: 1px solid #564b47;
	border-bottom: 5px solid #564b47;
	text-align: right;
	}
h1
	{
	font-family: sans-serif;
	font-size: 12px;
	margin: 5px 10px;	
	}
p.heading
	{
	color: #006699;
	font-family: Georgia, serif;
	font-size: 18px;
	padding: 8px 20px 0px 8px;
	margin: 14px 0 0 0;	
	}
p
	{
	font-family: sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 20px 0px 8px;
	margin-left: 15px;
	}
p.caption
	{
	font-family: sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin-top: 2px;
	margin-left: 10px;
	}	
.photothumb
	{
	margin: 10px 0 0 24px;
	padding: 4px;
	width: 190px;
	height: 140px;
	background-color: white;
	}
div.thumbnail
	{
	float: left;
	}
.photothumbsm
	{
	margin: 20px 0 -5px 14px;
	padding: 4px;
	width: 95px;
	height: 70px;
	background-color: white;
	}
img.map
	{
	border: 2px solid #C2C195;
	margin: 0 0 20px 23px;
	}

/*===============NAV BAR===============*/

#navcontainer
	{
	width: 700px;
	border-top: 1px solid #ECCA41;
	border-bottom: 1px solid #564b47;
	background-color: #f4f266;
	}
#navcontainer ul 
	{ 
	margin: 0;
	padding: 12px;
	text-align: center;
	text-transform: uppercase;
	font-family: georgia, serif;
	font-size: 11px;
	letter-spacing: 1px;	
	}
#navcontainer ul li 
	{ 
	display: inline;
	}
#navcontainer ul li a
	{
	padding: 5px 10px;
	margin: 10px;
	background-color: #F2F27B;
	color: #006699;
	text-decoration: none;
	border: 1px solid #94B473;
	}
#navcontainer ul li a:hover
	{
	background-color: #EEDC51;
	color: #006699;
	}
#navcontainer ul li a:active /*NOT WORKING in FF or IE7 (I think)*/
	{
	background-color: #EEDC51;
	color: #006699;
	}
	
/*===============RATE LIST===============*/

#ratelist
	{
	font: 12pt/18pt sans-serif;
	width: 405px;
	margin: 0 20px 0 23px;
	padding: 0;
	}

td.price
	{
	font: bold 12pt/18pt sans-serif;
	color: #006699;
	border-bottom: 1px dotted #564b47;
	margin: 0;
	padding: 0;
	text-align: right;
	}
	
td.date
	{
	border-bottom: 1px dotted #564b47;
	margin: 0;
	padding: 0;
	}
	
/*===============IMAGE GALLERY===============*/	
	
#photocontainer 
	{
    position: relative; 
    width: 700px; 
    height: 400px;
    margin: 10px auto 0 12px; 
    border: 0; 
    padding: 0;
    }
#photocontainer ul 
	{
    padding: 0; 
    margin: 0; 
    list-style-type: none;
    width: 250px;
    border: 0;
    float: left;
    }
#photocontainer li
	{
	float: left;
	}
#photocontainer a.gallery span 
	{
    position:absolute;
    display: none;
    }
#photocontainer a.gallery, #container a.gallery:visited 
	{
    display: block; 
    color: #000; 
    text-decoration: none; 
    border: 4px solid #ffffff; 
    margin: 8px 10px 1px 2px; 
    padding: 0;
    text-align: left; 
    }
#photocontainer a.image1 
	{
    background: url(images/pictures/orangessm.jpg);
    width: 95px;
    height: 70px;
    }
#photocontainer a.image2 
	{
    background: url(images/pictures/poolsm.jpg);
    width: 95px;
    height: 70px;
    }
#photocontainer a.image3 
	{
    background: url(images/pictures/kitchensm.jpg);
    width: 95px;
    height: 70px;
    }
#photocontainer a.image4 
	{
    background: url(images/pictures/loungesm.jpg);
    width: 95px;
    height: 70px;
    }
#photocontainer a.image5 
	{
    background: url(images/pictures/bathroomsm.jpg);
    width: 95px;
    height: 70px;
    }
#photocontainer a.image6 
	{
    background: url(images/pictures/eastersm.jpg);
    width: 95px;
    height: 70px;
    }
#photocontainer a.image7 
	{
    background: url(images/pictures/townsm.jpg);
    width: 95px;
    height: 70px;
    }
#photocontainer a.image8 
	{
    background: url(images/pictures/townhallsm.jpg);
    width: 95px;
    height: 70px;
    }
#photocontainer a.gallery:hover 
	{
    border: 4px solid #C2C195; 
    padding: 0;
    }
#photocontainer a.gallery:hover span 
	{
	display: block;
    position:absolute; 
    top:10px; 
    left:262px; 
    color:#564b47; 
    background:#fff;
    font: 12px/14px sans-serif;
    }
