﻿body {
	background-image: url('Images/SoftPink3.jpg');
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}
dt {
	font-weight: bold;
	margin-bottom: 12px;
}
dd {
	margin-bottom: 6px;
}
/* IDs for banner - Left Navigation - Right Text */
#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;  /* was 800 */
	background-color: white;
}
#banner {
	height: 140px;
	width: 100%;
	border-top: medium #822873 double;
	border-left: medium #822873 double;  
	border-right: medium #822873 double;  
	background-color: white; 
	padding-top: 10px; 
/*	border: thick lime solid;  */
}
#banner_text {
	position: absolute;
	width: 100%;
	top: 100px;
	font-weight: bold;
	color: #571a39;
	font-style: normal;
	text-align: center;
	font-style: italic;
	font-size: large;
}
#container {
	position: relative;
	width: 100%;
	border: medium #822873 double; 	
	border-top: 1px #822873 solid; 
	background-color: white;
/*	border: thin blue solid;  */
}
#leftColumn {
	width: 200px; 
	position: absolute;
	left: 0px;
	top: 0px;
	padding-right: 20px;
	height: 100%;
	background-image: url('Images/leftColBkgd.png');
	background-repeat: repeat;
/*	border: medium fuchsia solid;  */
}
#rightColumn {
	margin-left: 250px;
	width: 680px;  /* was 590 */
	font-family: Tahoma;
	font-size: medium;
	color: #571a39;
/*	border: medium aqua solid;  */
}
#Footer {
	clear: both;
/*	position: absolute;
	top: 800px;  
	position: relative;*/
	width: 950px;   /* was 800 */
	text-align: center;
	font-size: small;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 20px 0;
/*	border: thick orange solid;  */
}
#Footer p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/* ID exceptions  */
#rightColumn ul
{
	list-style-image:url('Images/bullet.jpg');
}
#rightColumn li {
	margin-bottom: 6px;
}
/* Specialized Classes for inside the sections */
.Tagline {
	width: 100%;
	text-align: center;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: black;
}
.openImage {
	vertical-align: top;
	float: right;
	border-style: solid;
	border-width: 1px;
	margin: 5px;
	border-color: #822873;
}
.Address {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 125%;
	font-size: small;
	padding-left: 10px;
/*	border: medium blue dashed;  */
}
.hours {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 125%;
	font-size: small;
	padding-left: 10px;
}
.references {
	font-size: x-small;
}
.imgRight {
	float: right;
	margin: 5px 0px 5px 10px;
	border: medium black solid;
}
.imgRightNB {
	float: right;
	margin: 5px 0px 5px 10px;
}
.imgLeft {
	float: left;
	margin: 5px 10px 5px 0;
	border: medium black solid;
}
.imgLeftNB {
	float: left;
	margin: 5px 10px 5px 0;
}
.imgCenter {
	text-align: center;
	margin: 10px;
	border: medium black solid;	
}
.site {
	color: blue;
	font-size: xx-small;
}
.center {
	text-align: center;
}
h1 {
	color: #571a39;
	font-style: italic;
	font-size: large;
	text-align: center;
}
h2 {
	color: #571a39;
	font-style: italic;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: #571a39;
	font-style: italic;
	font-size: large;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}
.insideHeading {
	color: #571a39;
	font-style: italic;
	font-size: large;
	text-align: left;
	font-weight: 200;
}
.subHeading {
	color: #571a39;
	font-style: italic;
	font-size: medium;
	text-align: left;
	font-weight: 300;
}
#invite {
	font-size: medium;
	font-style: italic;
	text-align: center;
}
.single {
	margin-top: 0px;
	margin-bottom: 0px;
}


