@charset "UTF-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #e5d6ba;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #6e5537;
}
p{
	font-size: 80%;
	line-height:110%;
	margin-top:5px;
}
h1{
	margin:0;
	padding:0;
	font-size:100%;
	
}
h2{
	font-size:90%;
	color:#6e5537;
}
h3{
	font-size:85%;
	font-weight:lighter;
	color:#7c6547;
}
a{
	color: #6e5537;
}
a img{
	border:none;
	text-decoration:none;
}

#container {
	width: 800px;  
	margin: 0 auto; 
	margin-top:36px;
	text-align: left;
}
#header { 
	background:url(../images/meinrad_craighead_title.png) no-repeat top left;
	padding: 70px 0 6px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#mainContent {
	height:382px;
	font:100% Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin:0;
	background:#fff;
	border:1px solid #ca9f2e;
	border-top:none;
	color:#666;
}
.home #mainContent{
	background:url(../images/wisdom_home.jpg) no-repeat center center;
}

#mainContent_inner{
	height:362px;
	padding:20px 0;
}

#col1{
	float:left;
	width:489px;
	height:302px;
	padding:0 10px 20px 20px;
	overflow:auto;
}
#col2{
	padding:10px;
	padding-right:20px;
	float:right;
}

#footer {
	clear:both;
	padding: 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}
#footLeft{
	float:left;
	width:100px;
}
#footLeft  p{
	text-align:left;
}
#footLeft a{
	text-decoration:none;
}
#footRight{
	float:right;
}
#footRight p{
	text-align:right;
}

#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:70%;
}

#nav{
	margin:8px 0;
	margin-bottom:18px;
	padding:5px 0;
}
p.bread{
	font-size:70%;
}