/* GOOD SHEPHERD */

html, body { margin: 0; padding: 0; }

body { 
	font-family: 'Trebuchet MS'; 
	font-size: 0.9em;
	text-align: center; 
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-y;
	background-position: center top; 
	background-color: #990000;
	}

a, h1, h2, h3, h4 { color: #990000; }

h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }

p { line-height: 140%; }

ul.nobullets { list-style-type: none; margin: 0; padding: 0; line-height: 130%; }

img.photo { border: 3px solid #990000; }

div#header { 
	height: 142px; 
	width: 768px;
	margin: 0 0 0 2px; 
	padding: 0;
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
}
* html div#header { margin: 0 2px 0 4px; }

div#header h1 { 
	margin: 0; 
 	padding: 63px 10px 0 10px;  
 	background-image: url(images/window1.gif);
 	background-repeat: no-repeat;
 	background-position: 10px 10px;
 	text-align: right;
 	height: 79px;
 	}
 	
div#header h2 { 
	text-align: right;
	border-top: 1px solid #C3C3BD;
	padding: 10px 10px 0 10px;
	margin: -40px 0 0 157px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	color: #000;
}
 
div#hrule { 
	background-image: url(images/hrule.gif); 
	background-repeat: repeat-x; 
	height: 10px; 
	padding: 0; 
	margin: 0;
	}
* html div#hrule { margin: 0 -4px 0 4px; }

div#container { 
	text-align: left; 
	width: 770px; 
	margin: 0 auto; 
	}
	
div#content { 
	float: left; width: 553px; 
	padding: 14px;
/*	border-right: 2px solid #3A3939; */
	}

div#navigation { 
	float: right; 
	width: 186px;
	margin-left: -2px;
	padding: 0;
	}

div#navigation img { border: none; }
div#navigation ul { 
	margin: 0; padding: 0; list-style-type: none; }
div#navigation li { margin: 0 -3px 0 -6px; padding: 0; 
text-align: right; margin-top: 13px; border-bottom: 1px solid #B27F7F; width: 190px; }
div#navigation li.noline { border-bottom: 0; }
div#navigation li p { margin: -3px 4px 15px 0; }

