#wrapper {width: 960px; margin: auto; padding: 50px 0;}

	#content {
		width: 270px;
		padding: 15px 25px; 
		float: left; 
		background: transparent url(../images/tooltip/leftColumn.gif) no-repeat; 
		min-height: 575px;
		height: auto !important;
		height: 575px;}
		
	
	.tTip {cursor: pointer;}
	.tip {color: #000;}
	
		#cloud1 {top: 93px; left: 230px;}
		#cloud2 {top: 168px; left: 440px;}
		#cloud3 {top: 228px; left: 100px;}
		#cloud4 {top: 350px; left: 370px;}
		#cloud5 {top: 370px; left: 60px;}
				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../images/tooltip/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(../images/tooltip/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(../images/tooltip/tipBtm.png) no-repeat bottom; height: 32px;}