@charset "UTF-8";
body { background: #00063C url(../_images/background/background03.jpg) no-repeat fixed; 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: #FFF; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 1em; font-style: normal; line-height: 1.2em; font-weight: normal; }
#wrapper { width: 999px; margin: 0px auto 33px; padding: 0px; }
#header  { background: url(../_images/header/banner02.jpg); padding: 0;  /* 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. */ height: 270px; margin: 11px 0px 0px; }
#mainNav { margin: 0px; padding: 0px; height: 41px; }
#container  { margin: 0; text-align: left; background: #000 url(../_images/background/floweroflife2.jpg) repeat-y; padding: 0px; height: auto; }
#mainContent  { padding: 0 20px; z-index: 1; }
#homeContent { margin: 0px; padding: 0px 20px; background: url(../_images/flower/homeFlower04.jpg) no-repeat; }
#footer  { padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */ background:#DDDDDD url(../_images/header/footer07.jpg) no-repeat; margin: 0px; }
#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 */
}
#aboutLee { margin: 11px 0px 0px; padding: 0px; float: left; height: 300px; width: 240px; }
#contact1 { margin: 22px 0px 0px 22px; padding: 66px 0px 0px; height: 355px; width: 400px; z-index: 2; }
#contact2 { margin: 22px 0px 0px 499px; padding: 0px; height: 333px; width: 444px; z-index: 1; position: absolute; }
#video1b { padding: 0px 0px 0px 22px; height: 370px; width: 900px; z-index: 2; margin: 0px; }
.fusha { color: #AE1879; }
.White { color: #FFF; }
#sessions { margin: 0px; padding: 0px; height: 288px; width: 244px; float: left; }
#leftColumn { margin: 0px; padding: 0px 20px 0px 0px; height: 666px; width: 215px; float: left; }
#rightColumn { margin: 0px; padding: 0px 20px 0px 0px; height: 666px; width: 233px; float: right; }
