html, body 		{	margin: 0;
				padding: 0;
				background: url(images/plans.gif) top left repeat;
				background-position: center;
			}

p			{	line-height: 18px;
				margin:0 0px 0px;
				text-align: justify;
			}

ul			{	text-align: left;}
	 

div.container	{	width: 830px;
				margin-left:auto;
				margin-right: auto;   /* align for good browsers */
				text-align: left; /* counter the body center */
				background: url(images/cont_bkg.gif) top left repeat-y;
				background-position: center;	
				line-height: 130%;
			}

div.aff		{	width: 800px;
				height: 100px;
				margin-left: 15px;			
				border-bottom: 1px #283F6B solid;
			}


div.spacer 		{	height: 20px;
				width: 800px;
				margin-left: 15px;
			}




div.left		{	float: left;
				margin-left: 15px;
				width:135px;
			}



div.right		{	margin-left: 165px;
				border-left: 0px #283F6B solid;
				width:643px;
			}



div.footer		{	clear: both;
				width: 800px;
				height: 30px;
				margin-left: 15px;
				border: 0px #283F6B solid;
				background-color: #D9D9DA;
			}






