﻿body {
}

   .box
        {
            /*border: solid 1px red;*/
            font-family: Verdana;
            font-size: .7em;
            width: 220px;
            padding: 5px;
        }
        .box img
        {
            width: 65px;
            height: 75px;
            float: left;
            margin-right: 5px;
            border: ridge 2px #e2e2e2;
        }
        .box .txt
        {
            left: 0px;
            list-style-type: square;
            display: list-item;
            list-style-position: inside;
            margin-bottom: 5px;
        }
        .main
        {
            width: 90%;
        }
        .left
        {
            
            height: 500px;
            border: solid 1px green;
        }
        .right
        {float:right;
            width: 250px;
            height: 500px;
            border: solid 1px black;
        }