@charset "utf-8";

/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	border:0;
	line-height: 1.5ex;
	text-align: center;
}
body {
	border-color: #000; /* Sets the border color properties for an element using shorthand notation */
	color: #000;
	background: #646949 url(../background/11resize.jpg) repeat;
	margin: 25px auto 0px;
}
h1 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	border-style: none;
}
h2 {
	font: normal  "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	color: #3FAB07;
	text-decoration: underline;
	text-align: left;
}
h3 {
	color:#3FAB07;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	font-size: medium;
}

p {
	font: normal medium/1.5em "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	color: #333;
	color: #000;
	text-align: left;
}

/* Sets the style for unvisited links. */
a:link {
	color: #FFF;
	font-size: medium;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
/* Sets the style for visited links. */
a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	font-size: medium;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #FFF;
	text-decoration: underline;
	font-size: medium;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #FFF;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #FFF;
	font-size: medium;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto; /* Redefines the text alignment defined by the body element. */
	width: 800px;
	background: #FFFFFF url(none);
}
#header {
	border-bottom: .4em double #3FAB07; /* Sets the bottom border properties for an element using shorthand notation */
	float: none;
	height: 100px;
	line-height: 15px;
	padding: 10px 10px 0px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background: #FFF url(../IMAGES/GRAPHICS/page_header.jpg) no-repeat center center;
	border-top: .4em none #3FAB07;
	border-right: .4em none #3FAB07;
	border-left: .4em none #3FAB07;
}
#contentWrapper {
	overflow: hidden;
	background: #FFF url(../IMAGES/GRAPHICS/small-yellow.jpg) repeat-y scroll left bottom;
}
#leftColumn1 {
	border-right: 0px double #3FAB07; /* Sets the right border properties for an element using shorthand notation */
	float: left;
	padding: 0px 0px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 159px;
	clear: both;
}
#content {
	font: medium "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0 0 0 200px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border-style: none;
	padding: 10px 10px 30px 0px;
}
	
#footer {
	border-top: 0.55em none #3FAB07; /* Sets the top border properties for an element using shorthand notation */
	padding: 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: right;
	background: #FFF url(IMAGES/GRAPHICS/yellow-bkg-green-lines.gif) repeat-y scroll left bottom;
}
#footer2 {
	width: 780px;
	text-align: right;
	vertical-align: baseline;
	margin: 0px auto;
	float: none;
	font-size: small;
	padding: 5px;
	color: #FFF;
	line-height: 1.5em;
}
#content a:link {
	color: #000;
	text-decoration: none;
	font: normal medium "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
}
#content a:visited {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
}
#content a:hover {
	color: #390;
	text-decoration: underline;
}
#content a:active {
	color: #666;
	text-align: center;
}
table tr td    {
	font-size: small;
	text-align: left;
}
table tr td a:link {
	font-size: small;
}
#weddingTable {
}

img {
	margin: 0px 25px 0px 0px;
	padding: 5px;
	float: none;
}
#special {
	text-align: center;
}

.wilma {
	clear: right;
	float: right;
}

.required {
	color: #900;
	font-size: small;
}
.services {
	line-height: 1.5em;
	list-style: circle inside;
	text-align: left;
}
.special_ad {
	vertical-align: top;
	position: relative;
}
h4 {
	font-size: medium;
	color: #600;
	text-align: left;
}
h5 {
	color: #600;
	text-align: left;
	font-weight: normal;
}
.title {
	font-weight: normal;
	color: #600;
	font-size: medium;
	line-height: 1.4em;
	font-style: italic;
}


#spring {
	text-align: center;
}
