 .top_banner
        {
            border: none;
            height: 96px;
            background: red url(../images/hdr.gif);
            color: #397DD2;
        }
        .bottom
        {
            border: none;
            height: 40px;
            background: red url(../images/bottom.gif);
        }
        
        div.bottom < br.clear
        {
        	display: none;
        }
        
        .end
        {
            margin-left: 1px;
            background: url(../images/end.gif);
            height: 16px;
            width: 219px;
        }
        .contact
        {
            margin-top: 5px;
            background: url(../images/contact.gif);
            height: 29px;
            width: 217px;
        }
        .next
        {
            margin-top: 5px;
            background: url(../images/next.gif);
            height: 29px;
            width: 217px;
        }
        .rel
        {
            margin-top: 5px;
            background: url(../images/rel.gif);
            height: 29px;
            width: 217px;
        }
        .conright
        {
            float: right;
            background: #E8E8E8;
            width: 733px;
            background: #FFF url(../images/bg1_2.gif);
            background-repeat: no-repeat;
        }
        .over
        {
            background: url(../images/css_over_2.gif);
            background-repeat: no-repeat;
            /*width: 212px;*/
            width: 213px;
            background-color:white;
            margin-left: 7px;
            min-height: 624px;
            margin-top: -16px;
            
            /*
            -webkit-border-top-left-radius: 20px;
			-khtml-border-radius-topleft: 20px;	
			-moz-border-radius-topleft: 20px;
			border-top-left-radius: 20px;
			
			-webkit-border-top-right-radius: 20px;
			-khtml-border-radius-topright: 20px;	
			-moz-border-radius-topright: 20px;
			border-top-right-radius: 20px;
			*/
        }
        .butt
        {
            border: none;
            width: 27px;
            height: 27px;
            background: #FFF url(../images/123.gif);
            color: #397DD2;
            vertical-align: middle;
        }
        ul.nava
        {
            list-style: none;
            margin: 0;
            padding-left: 10px;
            padding-top: 7px;
            padding-bottom: 10px;
        }
        li.navi
        {
            color: #FFF;
            font: 10pt tahoma;
            display: inline;
        }
        .clear
        {
            clear: both;
        }
        
        br.clear
        {
        	display:none;
        }
        
        
