﻿/*
-----------------------------------------------
Website:  Rose Ella Village
Page:     location.htm
Author:   Dustin Halstead
----------------------------------------------- */

	#map {
	border: thin #245E35 groove;
	width: 600px;
	height: 500px;
	}

	#button {
	padding-top: 5px;
	width: 600px;
	height: 24px;
	}

	#button a {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	height: 21px;
	font: 9pt/14pt Georgia, "Times New Roman", Times, serif;
	color: #102710;
	padding: 3px 10px 5px 10px;
	background: url(imgs/But-S.gif) no-repeat left top;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	}

	#button a:hover {
	text-decoration: none;
	color: #E3FFDF;
	}
