html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    font-size: 14px;
    font-family: Georgia, Arial, sans-serif;
    background: #443031;
}

.clearer {
    clear: both;
}

#header {
    height: 162px;
    text-align:center;
    background: url("../images/header_bg.jpg") repeat-x left top;
}

#header .header-content {
    width: 924px;
    margin: 0px auto;
    height: 162px;
    position:relative;
    text-align:left;
    background: url("../images/header_flower.jpg") no-repeat left top;
}

#header .top {
    display:table;
    position:absolute;
    top: 14px;
    right: 54px;
}

#header .top img {
    position:relative;
    top: -7px;
    margin-left: 21px;
}

#header .top a img {
    top: 0px;
}

#navigation {
    position:absolute;
    top: 123px;
    left: 235px;
    display:table;
}

#navigation a {
    font-size: 15px;
    font-family:Georgia;
    color: #e8ccb5;
    text-decoration:none;
    margin-right: 70px;
}

#container {
    background: #443031;
    position:relative;
    text-align:center;
    padding-bottom: 190px;
}

#main-content {
    width: 864px;
    margin: 0px auto;
    background: #fff url("../images/flower.jpg") no-repeat right top;
    text-align:left;
    position:relative;
    z-index: 100;
}

#left-column {
    width: 296px;
    float:left;
    background: url("../images/leftbar_bg.jpg") repeat-x left top;
    position:relative;
    padding-top: 46px;
    overflow:hidden;
    z-index: 100;
}

#left-columnhome {
    width: 296px;
    float:left;
    position:relative;
    padding-top: 3px;
    overflow:hidden;
    z-index: 100;
}


#main-column {
    width: 532px;
    float:right;
    position:relative;
    padding-top: 48px;
    overflow:hidden;
    z-index: 100;
}
#main-columnhome {
    width: 550px;
    float:left;
    position:relative;
    padding-top: 30px;
    padding-left: 85px;
    overflow:hidden;
    z-index: 100;
}

#home-main {
    width: 864px;
    position:relative;
float:right;
    overflow:hidden;
    padding-top: 0px;
    z-index: 100;

}


h1 {
    font-size: 32px;
    font-family: Georgia;
    color: #953a50;
    font-weight:normal;
}

h2 {
    font-size: 20px;
    font-family: Georgia;
    font-style:italic;
    color: #953a50;
    font-weight:normal;
    padding-top: 20px;
}

h3 {
    font-size: 16px;
    font-family: Georgia;
    font-style:italic;
    color: #953a50;
    font-weight:normal;
    padding-top: 20px;
}


#main-column p {
    width: 380px;
    font-family: Georgia;
    line-height: 22px;
    padding-bottom: 20px;
    background: url("../images/flower2.jpg") no-repeat left bottom;
}

#main-column p {
	padding-bottom: 0px;
	background: none;
	font-family: Georgia;
}

#footer {
    width: 1200px;
    height: 443px;
    background: url("../images/footer.png") no-repeat left bottom;
    position:absolute;
    left: -168px;
    bottom: -190px;
    z-index:1;
    text-align:center;
}

.footer-image {
    width: 100%;
    position:absolute;
    bottom: 92px;
    left: 0px;
}

.footer-text {
    width: 100%;
    position:absolute;
    bottom: 0px;
    height: 64px;
    color: #e8ccb5;
    font-size: 12px;
    font-style:italic;
    left: 0px;
}italics {
	font-style: italic;
}

