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

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

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

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

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

.h4 {
	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 History Content *****************************/		
#intro {
	position: relative;
	top: 240px;
	left: 35px;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	width: 350px;
	
}

/************************************** Contains Events Content *****************************/
#events {
	position: relative;
	top: -140px;
	left: 400px;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	width: 350px;
}



/********************************************************Generic Links******************/
a:link {
	color: #FFFAE6;
	text-decoration: none;	
	background-color: transparent;
	font: 1em  helvetica,arial,tahoma,sans;
}

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

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


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





	
