@import url("main_template.css");

#main1
        {
            background-image: url("../images/back2.jpg");
            width: 180px;
            height: 400px;
        }
#main2
        {
            font-weight: normal;
            width: 520px;
            height: 395px;
        }
#main2-1
        {
            float: left;
            font-weight: normal;
            width: 260px;
            height: 395px;
        }
#main2-2
        {
            float: right;
            background-image: url("../images/lily_01.gif");
            background-repeat: no-repeat;
            background-position: left bottom;
            font-weight: normal;
            width: 260px;
            height: 395px;
        }
h1
        {
            background-image: url("../images/dove_3.gif");
            background-repeat: no-repeat;
            background-position: right;
            color: #ffffff;
            padding-bottom: 30px;
        }
h3      {
            color: #CC6265;
            text-decoration: underline;
            margin-bottom: 5px;
        }
p      {
            color: #732CBA;
        }
