@charset "utf-8";
/*CSS Document*/
    .left {
        	float:left;
        }
        
    .right {
        	float:right;
        }
        
    .clear {
        	clear:both;
        }
    body
        {   
            color: #666666;
            font-family: Arial, Helvetica, sans-serif;
            background: url("../images/background.png") repeat-x;
        }
    h1
        {
            font-size: 18px;
            font-weight: bold;
        }
    h2
        {
            font-size: 15px;
            font-weight: bold;
        }
    .main
        {   
            border: 0px;
            width: 100%;
            text-align: center;
        }
    .content
        {
            /*margin-top: 20px;
            border: dotted;
            border-color: #CCCCCC;
            border-width: thin;*/
            margin-left: auto;
            margin-right: auto;
            width: 100%;
            max-width: 750px;
        }
    a
        {
            text-decoration: none;
        }
     a img
        {
            border: 0px;
            
            
        }
    .grup
        {
            margin-top: 20px;
            margin-bottom: 20px;
        }