body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #FFFAE6;
	background-color: #712228;
	margin: 0px;
}

/********************************** Font Styling *********************************************/
p {
	font: 0.9em  helvetica,arial,tahoma,sans;
	text-align: center;
}

.p2 {
	font: 0.9em  helvetica,arial,tahoma,sans;
	text-align: left;
}

.p3 {
	font: 0.9em  helvetica,arial,tahoma,sans;
	font-weight: bold;
	text-align: left;
	text-decoration:none;
}

.p4 {
	font: 0.9em  helvetica,arial,tahoma,sans;
	text-align: left;
	text-decoration:none;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFAE6;
	text-decoration:underline;
}

.h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFAE6;

}


/************************************************** Layout *********************************/
#container { 
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding: 1px; /* messy method of overcoming a rendering bug in mozilla 1.4, maybe others */
	background: url("StAndrewsBGBurgundy800x600.gif") top center no-repeat;
	width: 800px;
	height: 720px;
	}

/*************************** Contains Page Content **********************/		
#intro {
	position: relative;
	top: 240px;
	left: 35px;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	width: 360px;
	
}
/********************************************************Generic Links******************/
a:link {
	font-weight: 1em;
	color: #FFFAE6;
	text-decoration: none;	
	background-color: transparent;
	font: helvetica,arial,tahoma,sans;
}

a:visited { 
	font-weight: 1em; 
	text-decoration: none;
	background-color: transparent;
	color: #FFFAE6;
}

a:hover, a:active { 
	text-decoration: underline;
	color: #fff;
}

a:img { border-width: 0; } 

/******************************************* Link for "events" *********************************/
#linkList {
	position: relative;
	top: 0px; 
	left: 420px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	width: 360px;
	text-align: center;
}

/***************************** Gallery Layout ***********************************/
div#links_p {
	position: relative; 
	top: 50px; 
	left: 68px; 
	width: 600px;  
	z-index: 100;
}

div#links_p a {
	display: block; 
	text-align: left; 
	font: bold 1em sans-serif; 
   	padding: 1px 1px; 
   	margin: 0 0 1px; 
   	border-width: 0; 
   	text-decoration: none;
   }

div#links_p a:hover {
	color: #00C6E9; 
	background: transparent;
	
}

div#links_p a span {
	display: none;
	}
   
/* -----------------pop-up pictures for Gallery -------------------*/
div#links_p a:hover span {
	display: block;
   	position: absolute; 
   	top: -230px; 
	left: 350px; 
   	width: 300px;
   	padding: 5px; 
   	margin: 0px; 
   	z-index: 100;
   	
   }

/*****************************  Welcome footer *********************************/

#footer {
	position: relative; 
	top:25px;
	text-align: center;
			
}






	
