.fldi
{
	float:left;
	display:inline;
}

.frdi
{
	float:right;
	display:inline;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright 
{
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.inner-main
{
	margin:0px;
	padding:0px;
	width:990px;
	overflow:hidden;
}

	.top-banner
	{
		margin:20px 0px 0px 15px;
		padding:0px;
		width:958px;
		height:auto;
		/*background-color:#959595;*/
		border:1px solid #868686;
	}
	
	.important-links
	{
		margin:30px 0px 0px 15px;
		padding:0px;
		width:960px;
		/*background-color:#99CC33;*/
		height:226px;
	}
	
		.book-img
		{
			margin:0px;
			padding:0px;
			position:relative;
			top:-10px;
		}

	
		.all-links
		{
			margin:0px;
			padding:0px;
			width:748px;
			/*background-color:#00CCFF;*/
			height:215px;
			
		}
		
		
			.ind-links
			{
				margin:0px 0px 1px 7px;
				padding:0px;
				width:240px;
				height:90px;
				/*background-color:#996633;*/
				overflow:hidden;
			}
			
				.link-heading
				{
					margin:20px 0px 0px 0px;
					padding:0px 10px 0px 10px;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:12px;
					color:#FF7E00;
					font-weight:bold;
					width:220px;
					line-height:20px;
				}
			
				.about-link
				{
					margin:0px;
					padding:0px 10px 0px 10px;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:12px;
					color:#000000;
					font-weight:normal;
					width:220px;
					line-height:13px;	
				}
			
			
			.numbers-tab
			{
				margin:0px;
				padding:0px;
				width:60px;
				height:23px;
				/*background-color:#993399;*/
				position:relative;
				top:190px;
				/*border-bottom:1px solid #D7D7D7;*/
			}
			
		.right-matter
		{
			margin:30px 0px 0px 15px;
			padding:0px 0px 30px 0px;
			width:625px;
			height:auto;
			/*background-color:#CC00FF;*/
		}
		
			.article-head
			{
				margin:0px;
				padding:0px 0px 0px 0px;
				width:610px;
				height:65px;
				/*background-color:#00CCFF;*/
			}
			
			
			.article-matter
			{
				margin:20px 0px 0px 0px;
				padding:0px 10px 0px 20px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:13px;
				color:#3D3D3D;
				font-weight:normal;
				width:580px;
				line-height:15px;	
			}
		
		.left-banners
		{
			margin:30px 0px 0px 10px;
			padding:0px 0px 30px 0px;
			width:325px;
			height:auto;
			/*background-color:#99CC99;*/
		}
		
			.other-banners
			{
				margin:0px 0px 15px 0px;
				padding:0px;
				height:auto;
				width:325px;
			}
						
		


