@import url("main_template.css");

#main
        {
            background-image: url("../images/josh-bkgd.jpg");
        }
#main1, #main11
        {
            font-weight: normal;
            width: 230px;
            height: 190px;
        }
#main2, #main21
        {
            font-weight: normal;
            width: 470px;
            height: 190px;
        }
#main2-1, #main21-1
        {
            float: left;
            font-weight: normal;
            width: 230px;
            height: 190px;
        }
#main2-2, #main21-2
        {
            float: right;
            font-weight: normal;
            width: 230px;
            height: 190px;
        }
#main11, #main21-2
        {
            position: relative;
        }
.bottom {
            position: absolute;
            bottom: 0;
        }
h2      {
            color: #CC6265;
            margin-bottom: 0px;
            text-decoration: underline;
            font-size: 1.0em;
        }

