/* external cascading stylesheet file for St. Mark's web site */
/* filename styles.css */
/* colors are from http://www.visibone.com/colorlab/ */

body { 
    background-color: #ffffff;  /* white */
	font-family: Arial, Helvetica, sans-serif;   /* no default size set, so defaults to 12 */
	color: #000000;  /* all body text that is not a link is black */
	}        

 /* a color setting in a heading that's a link won't override an a:link color if it's been set */

/* a:link overrides span or div and is the only thing that overrides default link colour of bright blue */

#content {
		 border-top: 2.5px solid #078d2c;
		 position: absolute; 
		 top: 5px;
		 z-index: 0
		 }

#nav {
	 float: right; 
	 right: 0; 
	 top: 2.85em; 
	 width: 22%;
	 padding: 4; 
	 margin-top: 0; 
	 margin-right: 0; 
	 margin-bottom: 1em; 
	 margin-left: 1em; 
	 border-left: 2px solid #078d2c; 
	 border-right: 2px solid #078d2c;
	 border-bottom: 2px solid #078d2c; 
	 font-family: tahoma, verdana,sans-serif;
	 background-color: #77f99b; 
	 line-height: 1.4em;
	 text-align: center;}

#nav a {font-weight: bold; color: #115c0a; text-decoration: none; font-variant: small-caps;}

#nav a:visited {color: #115c0a;}

#nav a:hover {color: #ffffff;}

#nav a:active {color: #115c0a;}

.text {padding: 1em;}

#news { 
	background-color: #f1fa4e;
	padding: 4; 
	border: 2px solid #078d2c;} 