#bg {
	left: 0px; 
	background: #b2d5ec;
	min-height: 100%; 
	min-width: 100%; 
	top: 0px; 
	position: fixed;"
}

#wrap{
	position: relative;
	width: 922px;
	margin: 0 auto;
	background: #ffffff;
	font-family: 'Times New Roman', serif;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
	padding:10px 10px 15px;
}

#headerWrap {
	position: relative;
	height: 119px;
	background:url('../img/headerBG.jpg') top left no-repeat;
}

#leftText {
	position: relative;
	float: left;
	height: 35px;
	left: 13px;
	top: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow:2px 2px 2px #000000;
	font-size: 18px;
}

#rightText {
	position: relative;
	width: 212px;
	height: 72px;
	background:rgba(255,255,255,0.7);
	float: right;
	top: 7px;
	text-align: right;
	font-size: 17px;
	color: #FF0000;
	padding-right: 10px;
	font-weight: bold;
}

#rightText span {
	font-size: 21px;
	line-height: 1.6;
	font-weight: bold;
}

#rightText img {
	vertical-align: middle;
}

#nav {
	position: relative;
	height: 31px;
	border-top: 1px solid #FFFFFF;
	background:url('../img/navBG.jpg') top left repeat-x;
}

#nav ul li {
	display: inline;
	width: 132px;
	float: left;
	height: 31px;
	font-weight: bold;
}

#nav ul li a {
	color: #000000;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding: 7px 0 12px;
}

#nav ul li.active a {
	color: #ffffff;
	text-align: center;
	background:url('../img/hover.png') top left no-repeat;
}

#nav ul li:hover a {
	color: #ffffff;
	text-align: center;
	background:url('../img/hover.png') top left no-repeat;
	text-decoration: none;
	font-weight: bold;
}

#nav ul li.floatRight {
	float:right;
}

#contentWrap {
	position: relative;
	margin-top: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #dce7ae url('../img/mainBG.jpg') top left no-repeat;
	line-height: 1.2;
}

#leftContent {
	width: 330px;
	padding-right: 11px;
	display: inline;
	float: left;
	position: relative;
}

#rightContent {
	width: 436px;
	padding-right: 145px;
	float: right;
	position: relative;
}

#rightContent p {
	font-size:16px;
	line-height:1.3;
	padding:0 0 20px;
}

#rightContent p.firstPara {
	font-size:19px;
	line-height:1.3;
	padding:0 0 20px;
}

#rightContent span {
	font-size: 18px;
	font-style: italic;
	color: #218e3c;
}

#leftContentWedding {
	width: 330 px;
	padding-right: 11px;
	display: inline;
	float: left;
	position: relative;
}

#rightContentWedding {
	width: 436px;
	padding-right: 145px;
	float: right;
	position: relative;
}

#rightContentWedding p {
	font-size:16px;
	line-height:1.3;
	padding:0 0 20px;
}

#rightContentWedding span {
	font-size: 19px;
	font-style: italic;
	color: #218e3c;
	font-weight: bold;
}

#leftContentContact {
	width: 304px;
	padding-left: 5px;
	display: inline;
	float: left;
	position: relative;
}

#leftContentContact img {
	border: 2px solid #2b9b45;
}

#rightContentContact {
	width: 457px;
	padding-right: 153px;
	float: right;
	position: relative;
}

.header img {
	padding: 14px 7px;
}

#rightContentContact p {
	font-size:16px;
	line-height:1.3;
	padding:0 0 20px;
}

#rightContentContact span {
	font-size: 19px;
	font-style: italic;
	color: #218e3c;
	font-weight: bold;
}

#galleryScroller {
	position: relative;
	height: 72px;
	border-top: 2px solid #ffffff;
}


#galleryScroller a,
#galleryScroller a img {
	display:block;
	float:left;
	position: relative;
}

#galleryScroller img {
	margin-right:2px;
	display:block;
	float:left;
}

#footer {
	position: relative;
	font-size: 10px;
	padding-top: 10px;
	padding-left:10px;
}

#footerInner {
	position: relative;
	height: 30px;
	top: 6px;
	background:url('../img/footerBar.jpg') bottom left no-repeat;
	margin-left:-10px;
}

#footerText {
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-left: 15px;
	padding-top: 9px;
	text-align: center;
}

#social {
	position: absolute;
	bottom: 10px;
	right: 80px;
	z-index: 999;
}

#leftArrow {
	position: absolute;
	background:rgba(255,255,255,0.75);
	width: 30px;
	height: 51px;
	left:-10px;
	top:0;
	font-size:32px;
	font-weight: bold;
	padding-top: 22px;
	z-index:999;
	line-height:1;
	text-align: center;
	cursor: pointer;
	display:none;
}
#rightArrow {
	position: absolute;
	background:rgba(255,255,255,0.75);
	width: 30px;
	height: 51px;
	right:-10px;
	top:0;
	font-size: 30px;
	font-weight: bold;
	padding-top: 22px;
	z-index:999;
	line-height:1;
	text-align: center;
	cursor: pointer;
	display:none;
}

#contactForm {
	width: 400px;
	text-align: right
}

#contactForm label {
	font-weight: bold;
	font-size: 15px;
}

#contactForm input[type=text] {
	width: 285px;
	padding-left: 3px;
	vertical-align: top;
	margin-bottom:5px;
	border:none;
	padding:5px;
	font-family:Arial, sans-serif;
	font-size:13px;
	margin-left:10px;
}

#contactForm label textarea {
	width: 285px;
	padding:5px;
	vertical-align: top;
	margin-bottom: 5px;
	border:none;
	font-family:Arial, sans-serif;
	font-size:13px;
	margin-left:10px;
}

#contactForm input[type=submit],
#contactForm input[type=reset] {
	background: #339143; /* Old browsers */
	background: -moz-linear-gradient(top,  #339143 0%, #2d3f16 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#339143), color-stop(100%,#2d3f16)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #339143 0%,#2d3f16 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #339143 0%,#2d3f16 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #339143 0%,#2d3f16 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #339143 0%,#2d3f16 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#339143', endColorstr='#2d3f16',GradientType=0 ); /* IE6-9 */
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	font-family: 'Times New Roman', serif;
	cursor:pointer;
}

#contactAddress {
	font-size: 16px;
	line-height:1.4;
	padding:15px 0 15px 15px;
}

#contactAddress span {
	font-size: 16px;
	color: #000;
	font-style: normal;
	
}

#imageBar {
	width: 922px;
	height: 73px;
	position: relative;
	overflow:hidden;
}

#imageBar div.innerImage {
	width:1200px;
	height:73px;
}

#hoverImage {
	position:absolute;
	display:none;
	z-index:9999;
	background:#ffffff;
	padding:5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#hoverImage img {
	max-width:250px;
	max-height:250px;
	display:block;
}
.small {
	font-size: 12px;
	text-align: right;
}

.delivery {
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}

.red {
	color: #FF0000;
}

#leftContentText {
	padding-left: 10px;
}