/*
|
| TITLE:	Mark Chironna Ministries Master Print Style Sheet
| AUTHOR:	Erik Smith, erik@pendergraphics.com	
|			
| EMPLOYED:	Pendergraphics Design Group, http://www.pendergraphics.com 	
| 
| CREATED:	October 10, 2006
| MODIFIED: 
|
*/






/* Main Navigation
--------------------- */

#header{
	display:none;
}

#mainNav {
}
	#mainNav ul{
		height:3px;
		background-color:#000000;
	}

	#mainNav ul li{
		display:none;
	}
	
	#mainNav object{
		display:none;
	}

	#content img {
		border:1px solid #ccc;
		padding:5px;
		background:#FCF9F5;
		margin: 5px;
	}
	
	#chheader span{
		display:block;
		font-size:28px;
	}

	#contentpad p.breadcrumbs{
		display:none;
	}
	
	#content h2 {
		margin:15px 0 0 15px;
		font-size:22px;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-transform:uppercase;
		font-weight:bold;
	}
	
	#content h3 {
		margin:15px 0 0 15px;
		font-size:18px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
	}
	
	#content p {
		margin:10px 0 0 15px;
		font-weight:normal;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
#side-bar{
	display:none;
}


#footer {
	display: none;
}

#searchbox {
	display: none;
}

span.sub {
	display: none;
}







