@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #bde5bd;
	background-image: url(../img/iStock_000003297842Small_main_2_bg.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
} 
.twoColFixLtHdr #container #header2 #header2left {
	float: left;
	width: 220px;
	visibility: visible;
	overflow: visible;
	margin: 0px;
	height: 135px;
	background-image: url(../img/logo7.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.twoColFixLtHdr  #container  #header2  {
	height: 137px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #4E591f;
	border-left-color: #4E591f;
}
.twoColFixLtHdr #container #header2 #header2right h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.twoColFixLtHdr #container #header2 #header2right {
	width: 548px;
	float: right;
	height: 135px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4e591f;
	background-color: #000000;
	vertical-align: middle;
	overflow: hidden;
	padding-left: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #F0F0F0;
	vertical-align: middle;
	background-image: url(../img/bride-calla-bouquet-lg_2.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid white;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #c0c0c0;
	background-image: url(../img/bride-calla-bouquet-lg_2.jpg);
	background-repeat: no-repeat;
	color: #0000FF;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	line-height: 20px;
	margin-top: 0px;
	background-position: top;
	clear: both;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #4e591f;
	border-bottom-color: #4E591F;
}
.twoColFixLtHdr   #sidebar1   a {
	display: block;
	text-decoration: none;
	text-indent: 15px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 7px;
	margin-top: 0px;
	border: 1px solid #999999;
	margin-left: 15px;
	margin-right: 15px;
}
.twoColFixLtHdr #sidebar1 p {
	padding-top: 0px;
	margin-top: 10px;
}


.twoColFixLtHdr   #sidebar1   a:link {
	color: #006600;
}

.twoColFixLtHdr   #sidebar1   a:visited {
	color: #D05C83;
}

.twoColFixLtHdr   #sidebar1   a:hover {
	background-color: #E4E4E4;
	background-position: 20px;
	text-indent: 25px;
}

.twoColFixLtHdr   #sidebar1   a:active {

}

.twoColFixLtHdr #mainContent {
	clear: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #container #mainContent h1 {
	margin-top: 10px;
	padding: 5px;
	color: #006600;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #F0F0F0;
	background-image: url(../img/bride-calla-bouquet-lg_2.jpg);
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}
.twoColFixLtHdr #footer a {
	color: #FFFFFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style9 {
	font-size: 18;
	vertical-align: top;
}
td.style10 {
	padding: 4px;
	text-align: left;
	vertical-align: text-top;
}
td {
	text-align: left;
	vertical-align: top;
}
.style10 table, td, tr {
	border: 1px solid #333333;
	border-collapse: collapse;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}
#mainContent    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	color: #686868;
}

