/* CSS Document */
/* 
  -----------------------------------
commissionspagesections
  -----------------------------------
*/	

    .commissionholder {
		width: 940px;
	}

	.commissiontext {
		width: 620px;
		float: left;
		clear: both;
	}
	
	.commissiontext dl {
		width: 620px;
		display: inline; /* fixes IE/WIN in double margin bug */
	}
	
	.commissiontext dt {
		font-size: 140%;
		font-weight: bold;
	}
	
	.commissiontext dd {
		margin: 0 0 0 0;
		padding: 0;
	}
	
		
 /* 
  -----------------------------------
commission300pximage
  -----------------------------------
*/

	.commissionimage {
		float: right;
		width: 300px;
		border: 1px solid #D9E0E6;
		border-bottom-color: #C8CDD2;
		border-right-color: #C8CDD2;
		}
		

