/* CSS Document */

body	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	text-align:center;
	background-color:#f9f5e4;
	margin:0px;
	padding:0px;
	}
	
*	{
	margin:0px;
	padding:0px;
	}

/* *************** FONT FORMATTING ***************** */	

p	{
	font-size:.93em;
	text-align:left;
	}
	
h1	{
	font-size:1.2em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6F1314;
	}
	
h2	{
	font-size:0.98em;
	font-weight:bold;
	color: #6F1314;
	}

a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #990000;
}


/* *************** PAGE LAYOUT ***************** */	
	
#wrapper	{
	width:829px;
	margin:0px auto;
	text-align:left;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	}

#title	{
	width:829px;
	height:154px;
	background-image: url(../images/bishop_title.jpg);
	background-repeat:no-repeat;
	float:left;
	}
	
#menu	{
	width:829px;
	height:36px;
	float:left;
	clear:both;
	}

#contentWrap	{
	width:829px;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	float:left;
	margin:0px;
	padding:0px;
	clear:both;
	}
	
#contentArea	{
	width:740px;
	padding:10px 40px 10px 40px;
	margin:0px;
	text-align:left;
	clear:both;
	}

#footer	{
	width:829px;
	height:63px;
	background-image:url(../images/footer.jpg);
	float:left;
	}
	
.clearfix {
    	display: block; 
    	height: 0px; 
    	clear: both; 
		float:none;
				}

.clearfix:after {
    	content: "."; 
		color:#FFFFFF;
    	display: block; 
    	height: 0px; 
    	clear: both; 
    	visibility: hidden;
		float:none;
				}