@import url("main_template.css");

#main
        {
            background-color: #CADCDC;
        }
#main1
        {
            font-weight: normal;
            width: 233px;
            height: 240px;
            text-align: center;
            font-weight: bold;
            margin-top: 20px;
        }
#main2
        {
            font-weight: normal;
            width: 467px;
            height: 240px;
            text-align: center;
            font-weight: bold;
            margin-top: 20px;
        }
#main2-1
        {
            float: left;
            width: 230px;
        }
#main2-2
        {
            float: right;
            width: 230px;
        }
#main3  {
            clear: both;
            position: relative;
            height: 80px;
            margin: 0;
        }
#main4  {
            clear: both;
            position: relative;
            padding: 5px 0px 5px 0px;
            margin: 0;
            text-align: center;
        }
h3      {
            color: #0000ff;
            margin-bottom: 0px;
        }
#main img
        {
            outline: ridge #0D5856;    
        }
form select
        {
            color: #8A2908;
            font-weight: bold;
            background-color: #FEF7D6;
            width: 200px;
        }

