/* Effects entire Document */
body 		{
				background: #ffffff url(file://///fendc1.fenwick.home/ginger/My%20Documents/Web%20Work/cynagua.org/images/parchleft.jpg) repeat-y fixed top left;
				margin: 0px; padding: 0px;				
				}

/* Hide linked image borders */
a:link img, a:visited img {border-style: none}
a img {color: black} /* The only way to hide the border in NS 4.x */

/* Headers */
h1,h2,h3,h4,h5,h6 {
				margin-top: 0px; margin-bottom: 0px;
				padding-top: 0px; padding-bottom: 0px;				
				}
h1			{ font: italic normal normal 200% 'Old English Text MT','Monotype Corsiva','Georgia',times,serif;	}
h2			{ font: italic normal normal 150% 'Monotype Corsiva',Georgia,times,serif; }
h3			{ font: normal normal normal 125%	'Monotype Corsiva','Georgia',times,serif; }
h4			{ font: normal normal bold 100% Verdana,sans-serif; }
h5			{ font: normal normal bold 80% Verdana,sans-serif; }
h6			{ font: normal normal bold 60% Verdana,sans-serif; }

/* Top Header Bar */
#header	{				
				background: #fff5e2 url(file://///fendc1.fenwick.home/ginger/My%20Documents/Web%20Work/cynagua.org/images/parchback.jpg) repeat fixed top left;
				border-bottom: 2px solid #000000;
				color: #003300;
				text-align: center;	vertical-align: middle;
				margin-top: 0px; margin-left: 128px; margin-right: 0px;
				padding: 6px;		
				}

/* Left side Navigation Bar */
div#nav	{
				font: normal normal normal 70% Verdana,sans-serif;
				text-align: center;
				width: 100px;
				top: 0px; left: 0px;				
				padding-left: 10px; padding-right: 10px;				
				border: none;
				/* IE 5 & 6 Work Around - Part 1*/
				position: absolute;
				/* End */				
				}
				/* IE 5 & 6 Work Around - Part 2 */
				body>div#nav {position: fixed}
				/* End */

div#nav	a {
				text-decoration: none;
				display: block;
				padding: 1px;
				background: #ffffff none;
				border: outset 2px #ffffff;
				/* IE 5 & 6 Work Around - Part 1*/
				color: #000000;
				/* End */				
				margin-top: 1px; margin-left: 10px; margin-right: 10px; margin-bottom: 1px;			
				}
				/* IE 5 & 6 Work Around - Part 2 */
				body>div#nav a { border: outset 2px #000000; }
				/* End */
div#nav	a img {
				background: transparent none;
				padding-top: 5px;	padding-bottom: 5px;
				margin: 0px
				}
div#nav	a:hover {
				text-decoration: none;
				padding: 1px;
				border: inset 2px #ffffff;
				background: #f5f5f5 none;
				/* IE 5 & 6 Work Around - Part 1*/
				color: #000000;
				/* End */
				}
				/* IE 5 & 6 Work Around - Part 2 */
				body>div#nav a:hover { border: inset 2px #000000; }
				/* End */
				
/* Main Content Box */
#content {
				 color: #000000;
				 font: normal normal normal 100% Verdana,sans-serif;
				 margin-left: 130px;
				 padding-top: 20px; padding-left: 20px; padding-right: 20px;				 				
				 }			 
#content a:link				{ color: #008000; }
#content a:visited		{ color: #a52a2a; }
#content a:hover			{ color: #ffd700; }

#quote {
	color: #004080;
}

#email {
	color: #060;
}

div.head	{ font: normal normal normal 125%	'Monotype Corsiva','Georgia',times,serif; }
hr.main		{ background-color: #008000; color: #008000; height: 5px; }
hr.small	{ background-color: #008000; color: #008000; height: 2px; }
p.block		{ text-align: justify; margin-left: 25px; }
p.main		{ text-align: justify; text-indent: 25px; }
p.indent    { text-align: justify; margin-left: 40px; text-indent: -20px; }
p.contact	{ text-align: justify; text-indent: 45px; font-size:75%;   }
.goto		{ font-size: 80%; }
.inline		{ display: inline; }
ol.space	{ list-style-type: decimal; list-style-position: outside; }
}
/*#contact	{
	position:relative;
	right: -80px;
	top: -60px;
} */

/* Text (or image) alignment.  Must use with <p> or <div> command */
.left		 { text-align: left; }
.right	 { text-align: right; }
.center  { text-align: center; }
.justify { text-align: justify; }

/* Footer */
#footer		{ font-size: 80%; text-align: center;	}



