﻿body 
{
    background-color: #808080;
    margin: 0;
    padding: 0;
   	font-family: Garamond, 'Times New Roman' , Times, serif;
   	font-size: 1.25em;
   	
}

#Page
{	
    position: relative;
	width: 1000px;
	background-image: url( '../../Images/Parchment_Background.png' );
	background-repeat: repeat;
	margin-left:auto;
	margin-right:auto;
	min-height: 550px;
	
}

#Header
{
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
    position: relative;
}
#Navigation
{
	position: absolute;
	left:0px;	
	padding-top:1em;
	padding-bottom:1em;
	margin-left:1em;
	width: 12em;
	font-size:1em;
}

a:link
{
	text-decoration:none;
	color: Maroon;
}
a:visited
{
	text-decoration:none;
	color:Green;
}
a:hover
{
	color:Red;
}

#Content
{
    margin-left: 13em;
    padding: 0 1em 1em 0;
}

#Content p
{
    font-size: 1em;
}

#ital
{
	font-style:italic;
	font-size:1em;
}
.DetailsHeader
{
	font-weight:200;
	background-color: Maroon; 
	color:White;
	text-align:right;
	margin-right:10px;    
}
.FormViewHeader
{
	background-color: Maroon; 
	color:White;
	text-align:left;
	margin-right:10px;    
}
.Grid
{
	border-style: solid; 
	border-color:#FFFFFF;
	border-width:thin;
	width: inherit;
	font-size: .85em;
	line-height: 85%;
}

.GridRow
{

}

.GridHeader
{
	font-weight:200;
	background-color: Maroon; 
	color:White;
}

.GridHeader a:link
{
    color:White;   
}

.GridSelectedRow
{
	background-color:White;
	font-style:italic;	
}
#Footer
{
	font-size: .65em;
	color: #FFFFFF;
    text-align:center;
}

.photogallery li
{
    vertical-align: top;
    list-style-type: none;
    display: inline-block;
	width: 200px;
	height: 300px;
	margin-right: 6px;
	margin-bottom: 10px;
	font-size: 0.65em;
}
.photogallery img
{
    
	display: inline-block;
	border: 1px solid #333300;
	width: 200px;
}
.warning
{
    color: Red;
    font-style: italic;
}
.addressHeadings
{
    margin-bottom: -1em;
    padding: 0 0 0 0;
}
