/* GENERAL STYLES */
body
        {
        	font: 12px Arial;
        	margin: 0px;
        	padding: 0px;
        }
        #wrapperHead
        {
        	position: relative;
        	height: 86px;
            background: url('/images/baldwinPartnerBg.png') repeat-x top left;
            border-bottom: solid 1px #b4c0c7;
        }
        #logo
        {
        	position: absolute;
        	top: 20px; left: 10px;
        }
        #navi
        {
        	position: absolute;
        	top: 20px; left: 160px;
        	text-align: right;
        }
        #navi a, #navi span.div
        {
            color: #606060;	
        }
        #navi div.small
        {
        	margin-top: 5px;
            font-size: 11px;	
        }


/* EDITOR PROPERTIES */

