@charset "UTF-8";
body {
	background-image: url(../images/bg.png);
	margin: 0px;
	height: 100%;
}
#container {
	height: 100%;
	background: url(../images/leftribbon.png) repeat-y;
	background-position: 118px;
	
}#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 120px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: #C39 thick solid;
}
#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	height: 100%;
	width: 100%;
	text-align:center;
}
.verse {
	color: #C39;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
}
#directions {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.fax {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
.address {
	color: #fff;
	font-size: 10px;
	font-style: italic;
}
.phone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #C9F;
}
#content img {
	border: #000 thick solid;
}
.directions {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #ffF;
	font-style: italic;
}
#ribbonbottom {
	background: url(../images/ribbonbottom.png) repeat-X;
	width: 100%;
	height: 39px;
	position: relative;
	top: 75px;
	z-index: 0;
}
#bow {
	background: url(../images/bow.png) no-repeat;
	position: relative;
	left: 0px;
	top: -50px;
	width: 248px;
	height: 204px;
}
#copy {
	position: relative;
	top: -20px;
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-weight: bold;
}
#copy a {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #c39;
	font-weight: bold;
}
