.accessaid, h1 {
	position: absolute;
	height: 0;
	overflow: hidden;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin-left: 1%;
}

a{color: #000000; text-decoration: underline}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	color: #FFD102;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
}

#container {
	position: relative;
	width: 886px; /* width + border for IE 5.x */
	w\idth: 930px; /* real width */
	margin: auto;
	text-align: left;
}

#header {
	background: url(images/mainheader2.jpg);
	height: 85px;
}
		
#side {
	background: url(images/mainside.jpg);
	z-index: 0;
	position: absolute;
	top: 85px;
	left: 0;
	width: 247px;
	height:515px;
}

#leftPic {
	padding-top:5px;
	padding-bottom:5px;
	padding-right: 5px;
	float:left
}

#rightPic {
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 5px;
	float:right
}

#topPic {
	position:absolute;
	top: 95px;
	left: 630px;
	width: 300px;
	height: 200px;
}

#midPic {
	position:absolute;
	top: 307px;
	left: 630px;
	width: 220px;
	height: 135px;
}

#botPic {
	position:absolute;
	top: 455px;
	left: 630px;
	width: 220px;
	height: 135px;
}

#testimoniePic1 {
	position:absolute;
	top: 315px;
	left: 865px;
	width: 65px;
	height: 65px;
}

#testimoniePic2 {
	position:absolute;
	top: 385px;
	left: 865px;
	width: 65px;
	height: 65px;
}

#testimoniePic3 {
	position:absolute;
	top: 455px;
	left: 865px;
	width: 65px;
	height: 65px;
}

#testimoniePic4 {
	position:absolute;
	top: 525px;
	left: 865px;
	width: 65px;
	height: 65px;
}
		
#content {
	background: url(images/maincontent.jpg);
	position: absolute;
	top: 85px;
	left: 247px;
	width: 553px;
	height:515px;
}

#mission {
	position:absolute;
	left:523px;
	top:65px;
	width: 278px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFD102;
}

#headlines {
	position:absolute;
	left:260px;
	top:240px;
	width: 359px;
	height: 330px;
	overflow: auto;
}

#headline {
	position:absolute;
	left:260px;
	top:228px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
}

#serviceheading {
	position:absolute;
	left:260px;
	top:90px;
	width: 300px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
}

#serviceheading1 {
	position:absolute;
	left:260px;
	top:166px;
	width: 300px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
}

#serviceinfo {
	position:absolute;
	left:260px;
	top:104px;
	width: 358px;
	height: 55px;
	overflow: visible;
}

#serviceinfo1 {
	position:absolute;
	left:260px;
	top:180px;
	width: 358px;
	height: 40px;
	overflow: visible;
}

#podcast {
	position:absolute;
	left:260px;
	top:577px;
	width: 142px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
	text-decoration:none;
}

#testimonies {
	position:absolute;
	left:864px;
	top:300px;
	width: 68px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
}

#address {
	position:absolute; 
	left:10px; 
	top:492px; 
	width: 186px; 
	height: 77px;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	position:absolute;
	left:19px; 
	top:580px; 
	width: 84px; 
	height: 13px;
}

#miraclelogo {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	position:absolute;
	top: 526px;
	left: 160px;
	width: 83px;
	height: 62px;
}

#miraclelogo a {
	text-decoration: none;
}

#bottomPic {
	position:absolute;
	bottom: 0px;
	left: 0px;
}

#clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width 
	padding: 15px 10px 15px 20px*/
}
#mainContent {
min-height:500px;
	margin: 0 0 0 158px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 10px 10px 0px;  /*remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 120%;
} 
#footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
