body{
	max-height: 100%; 
	background-image :  url(../image/parchment_2.jpg) !important;
	background-repeat : repeat !important;
}

p,
.event {  
   font-family: Georgia, "Times New Roman", Times, serif; 
   font-size: 1em
}

.title {
	text-align: center;
}
	
.byline {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 1em;
	text-align : center;
	font-style : italic;
}

.photo_caption {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 1em;
    line-height: 1.5;  
	text-align : center;
	font-style : italic;	
    font-weight: bold;
    color: #663333;
}

.intro {  
   font-family: Georgia, "Times New Roman", Times, serif; 
   font-size: 1.25em; 
   font-style: italic; 
   font-weight: bold;
   line-height: 1.5;  
   color: #663333;
   text-align: center;
   margin-left: 2em
}

h1 {  
   font-family: Georgia, "Times New Roman", Times, serif; 
   font-size: 3em; 
   font-style: italic; 
   font-weight: bold; 
   color: #663333
}

h2 {
   font-family: Georgia, "Times New Roman", Times, serif; 
   font-size: 2.5em; 
   font-style: italic; 
   font-weight: bold; 
   color: #663333
}

h3 {
   font-family: Georgia, "Times New Roman", Times, serif; 
   font-size: 2em; 
   font-style: italic; 
   font-weight: normal; 
   color: #663333	
}

h4 {
   font-family: Georgia, "Times New Roman", Times, serif; 
   font-size: 1.5em; 
   font-style: normal; 
   font-weight: bold; 
   color: #663333	
}

a.menubar,
.event-header {
   font-family: Georgia, "Times New Roman", Times, serif; 
   font-size: 1.25em;
   font-style: italic; 
   font-weight: bold; 
   text-align: center;   
   color: #663333
}

h5 {
   font-family: Georgia, "Times New Roman", Times, serif; 
   font-size: 1.15em; 
   font-style: italic; 
   font-weight: bold; 
   color: #663333	
}

h6 {
   font-family: Georgia, "Times New Roman", Times, serif; 
   font-size: 1em; 
   font-style: normal; 
   font-weight: bold; 
   color: #663333	
}

li {
	font-family: Georgia, "Times New Roman", Times, serif; 
   font-size: 1em;
	list-style : circle outside;
	}

ol {
	font-family: Georgia, "Times New Roman", Times, serif; 
   font-size: 1em;
	list-style : decimal outside;
	}

a {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 1em;	
}

a:link {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 1em;
	color : Blue;
	text-decoration : none;
	}

a:visited {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 1em;
	text-decoration : none;
	color : #B22222;
}

a:active {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 1em;
	color : #9400D3;
	text-decoration : none;
	}

a:hover {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 1em;
	color : Teal;
	text-decoration : none;
}

/*** gallery area ***/
/*.thumbs {
	text-align: center;
	width: 600px;
	height: 90px;
	overflow: auto;
	white-space: nowrap;
	padding: 2px;
	background-color: #EEE8AA;
}
.thumbs a,
.thumbs a:link,
.thumbs a:visited,
.thumbs a:active {
	border:0px;
}
.thumbs img {
	padding:2px;
	background-color: #fff;
	border: 1px #999 solid;
}
.thumbs img:hover {
	padding:2px;
	background-color: #fff;
	border: 1px #000 solid;
}
.galleryimg {
	text-align:center;
	margin-bottom: 5px;
	padding: 5px;
}
.galleryimg a,
.galleryimg a:link,
.galleryimg a:active,
.galleryimg a:visited {
	border:0px;
}
.galleryimg img {
	border:1px #ccc solid;
}
.galleryimg img:hover {
	border:1px #000 solid;
}
*/