/* CSS Styling forIndex Page */ 

#contentIndex {
	background:url('../images/main_content.png') no-repeat;
	height:900px;
	width:836px;
	float:right;
	padding:25px 0 0 58px;
	margin:0;
	}
	#contentIndex p {
		width:525px;
		text-align:justify;
		}
		#contentIndex p.textwrap { float:left; width:610px; position:relative; }
		#contentIndex p.signature { text-indent:-99999px; display:block; background:url('../images/signature.gif') no-repeat; height:78px; width:229px;}	
			
		#contentIndex h1 {
			margin-top:2px;
			}
		#contentIndex a img { 
			padding:0 0 0 165px;
			}
		#contentIndex img.about { margin:10px 0 0 33px; }
		#contentIndex img.picture { float:right; padding-right:200px;}
		#contentIndex img.home-pic { position:absolute; top:530px; left:375px;}
		#contentIndex iframe { padding-top:40px; }
