/* CSS Document */
#leftContent{
	float: left;
	width:358px;
	margin: 20px 0px 0px 5px;
}
#leftContent strong{
	color:#712587;
	font-size:.7em;
	font-weight:normal;
}
#leftContent li{
	float:left;
	width:100px;
	height:150px;
	margin-right:18px;
	display:block;
	
}
#leftContent li p{
	width:100px;
	color: #712587;
	padding-left: 0;
	text-align:center;
	cursor:hand;
}

.line{
	background: url(../../design/images/dottedBG.gif) repeat-y right;
	width:5px;
	height:300px;
	display:block;
	float:left;
	margin:18px 0px 30px 20px;
}
#rightContent{
	float: right;
	width:358px;
	margin: 20px 5px 0px 0px;
}
#rightContent strong{
	font-size: .7em;
	color: #ee9900;
}
#joinTodayInt{
margin-top:0px;
}