@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background: #7c7a5d url(/images/bodyBkgd.jpg) top repeat-x;
}
#content {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	bottom: 0;
}
#logo {
	width: 256px;
	height: 125px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(/images/villageRetreatLogo.png) no-repeat top left;
	behavior: url(/css/iepngfix.htc);
	margin: 0;
}
#desc {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #62603d;
	margin: 0;
}
#slideshow{
	width: 800px;
	height: 360px;
}

#paragraphs {
	padding: 10px;
	background: white;
	color: #4b473e;
	font-size: 107%;
}

#tagline{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 30px;
	color: #463721;
	text-transform: capitalize;
	overflow: visible;
}

.uppercase{
	text-transform: uppercase;
	font-size: 200%;
	position: relative;
	left: -30px;
}

#tagline .uppercase{
	display: block;
}

#footer{
	margin-top: 20px;
	padding: 10px;
	background: #7c7a5d;
	color: #FFFFFF;
	text-align: center;
}

#footer .phone{
	color: #ebe0ca;
	font-weight: bold;
}

#footer a{
	color: #ebe0ca;
}

#legal{
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ebe0ca;
}