/* Website created for Sacred Springs by Alla Breve Design*/
/*
White: #fffff		Buttermilk: #fbfcba
Mint: #e3f0ab		Willow: #92b95c
Khaki: #bbc282		Forest: #415d2a
Fir: #273f2f		Black: #000000
*/

* {margin:0; padding:0;}

/*----- Body & Wrapper -----*/
body {
	background:url(graphics/green1.jpg) fixed;
	font-family:Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
#wrapper {margin:0 auto; width:922px;}

/*----- Header -----*/
#header {
	background:#415d2a;
	border:1px solid #415d2a;
	color:#fff;
	float:left;
	height:123px;
	margin:10px 0 0 0px;
	padding:0;
	width:920px;
}

/*----- Navigation -----*/
#navigation {
	background:#415d2a;
	border:1px solid #415d2a;
	color:#bbc27f;
	float:left;
	margin:0px 0px 0px 0px;
	padding:10px;
	width:900px;
}

/*----- Left Column -----*/
#leftcolumn {
	background:#fbfcba;
	border:1px solid #415d2a;
 	color:#84030;
	float:left;
	height:1565px;
	margin:0 0 0 0;
	padding:10px;
	width:678px;
}
#leftcolumn-contact, #leftcolumn-rates {
	background:#fbfcba;
	border:1px solid #415d2a;
	color:#84030;
	float:left;
	height:420px;
	margin:0 0 0 0;
	padding:10px;
	width:678px;
}

/*----- Right Column -----*/
#rightcolumn {
	background:#bbc282;
	border:1px solid #415d2a;
	color:#273f2f;
	display:inline;
	float:right;
	height:1565px;
	margin:0 0 0 0;
	padding:10px;
	width:200px;
}
#rightcolumn-contact, #rightcolumn-rates {
	background:#bbc282;
	border:1px solid #415d2a;
	color:#273f2f;
	display:inline;
	float:right;
	height:420px;
	margin:0 0 0 0;
	padding:10px;
	width:200px;
}
#rightcolumn-location {
	background:#bac17d;
	border:1px solid #415d2a;
	color:#273f2f;
	display:inline;
	float:right;
	height:100%;
	margin:0 0 0 0;
	padding:10px;
	width:200px;
}
a {background-color:inherit; color:#415d2a; text-decoration:underline;}
a:hover {background-color:inherit; color:#fff; text-decoration:none;}
#embeddedImageLeft {border:1 solid #415d2a; float:left; margin-bottom:5px; margin-right:10px;}

/*----- Footer -----*/
#footer {
	background:#415d2a;
	border:1px solid #415d2a;
	clear:both;
	height:42px;
	margin:0 0 10px 0;
	padding:0px;
	width:920px;
}