body, html { 		margin: 0;
					padding: 0;
					height: 100%;	/*IE*/			
					min-height:100%; /*Other Browsers*/				
					background: #fff;
					background: url(images/bkgd.gif) #fff top center repeat-y;

}

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

div.container {		margin-top: 20px;
					height: 100%;	/*IE*/			
					min-height:100%; /*Other Browsers*/		
					margin-left:auto;
					margin-right: auto;   /* align for good browsers */
					text-align: left; /* counter the body center */
					width: 974px;
}


div.aff {			float:left;		
					width: 972px;	
					background-color: transparent;
					clear: both;
}

div.aff2 {			float:left;	
					height: 30px;
					width: 972px;	
					background-color: #999;
					border: 1px #8EA2B1 solid;
					clear: both;
}


div.main {			float:left;
					width: 972px;
					clear: both;
					
}

div.main2 {			float:left;	
					margin-top: 37px;
					margin-left: 150px;	
					width: 500px;	
					background-color: transparent;
					border: 0px #999999 solid;
					text-align: justify;
					clear: both;
					
}

div.main2 ul { 		list-style-type: none; 
					padding: 5px; 
					margin: 5px;
}

div.main2 li { 		background-image: url(images/ul_dot.gif); 
					background-repeat: no-repeat; 
					background-position: 0 2px; 
					padding-left: 25px}



div.left{			float:left;
					margin-top: 0px;
					margin-left: 5px;
					width:225px;
					text-align: justify;
}


div.right{			float:right;
					margin-right: 5px;
					margin-top: 0px;
					padding: 13px 13px 13px 36px;
					width:684px;
					min-height: 585px;
					/*border-left: 2px #999 dotted;*/
					border-left: 1px #999 solid;
}


div.right ul { 		list-style-type: none; 
					padding: 5px; 
					margin: 5px;
}

div.right li { 		background-image: url(images/bullet.gif); 
					background-repeat: no-repeat; 
					background-position: 0 4px; 
					margin: 10px;
					padding-left: 25px
}

div.spacer {		float:left;	
					height: 20px;
					width: 972px;	
					background: transparent;
					border: 0px #8EA2B1 solid;
					clear: both;
}

div.spacer2 {		float:left;	
					height: 10px;
					width: 972px;	
					border-bottom: 1px #999 solid;
					clear: both;
}

div.footer {		float:left;	
					height: 84px;
					width: 972px;						
					/*border-top: 2px #999 dotted;*/
					border-top: 1px #999 solid;
					clear: both;
}



