/* ---- Body Elements ---- */
		h1
		{
		font-size: 25px;
		border-bottom: #000000 2px solid;
		margin-bottom: 5px;
		clear: both;
		}
		
		h2
		{
		font-size: 20px;
		border-bottom: #000000 1px solid;
		margin-bottom: 5px;
		clear: both;
		}
		
		h3
		{
		font-size: 18px;
		border-bottom: #000000 1px solid;
		margin-bottom: 5px;
		clear: both;
		}
		
		p
		{
		font-family: Arial;
		font-size: 14px;
		margin: 0 10px 10px 10px;
		}
		
		.para
		{
		text-indent: 1cm;
		}
		
		.mainPicR
		{
		float: right;
		width: 250px;
		margin-left: 5px;
		margin-bottom: 10px;
		}
		
		.mainPicL
		{
		float: left;
		overflow: auto;
		width: 250px;
		margin-right: 10px;
		margin-bottom: 10px;
		}
		
		#didPicL
		{
		float: left;
		width: 175px;
		margin-right: 10px;
		margin-bottom: 10px;
		}
		
		#didPicR
		{
		float: right;
		width: 175px;
		margin-left: 5px;
		margin-bottom: 10px;
		}
		/* ---- End Body Elemtns ---- */