html {
                margin: 0px;
                padding: 0px;
                height: 100%;
                width: 100%;
}
body {
                margin: 0px;
                padding: 0px;
                font-family:Georgia, "Times New Roman", Times, serif;
                font-size: 0.9em;
                height: 100%;
                width: 100%;
                background-color: #F0ECD6;
}
p{}
h1{}
h2{
				border-bottom: thin solid #37481a;
				font-size:18px;
}
h3{}
a:link {
                color: #993300;
                text-decoration: none;
}
a:visited {
                color: #999900;
}
a:hover, a:active {
                color: #9993300;
                text-decoration: none;
                border-bottom-width: 1px;
                border-bottom-style: dotted;
                border-bottom-color: #993300;
}
#container {
                width:700px;
                margin: auto;
                padding: 0 0 0 0;
				background-color:#FFFFFF;
                background-repeat: no-repeat;
                background-position:bottom;
				background-image:url(/images/cemeterybg.jpg);
                border:3px solid #37481a;
}
#topLogo {
                background-color:#37481a;
                height: 72px;
                width: 700px;
                margin-top: 0px;
                position:relative;
				color: #ffff99;
}
#topNav {
                background-color:#ffff99;
                height: 25px;
                width: 700px;
                position:relative;
				font-family:Geneva, Arial, Helvetica, sans-serif;
                font-size:11px;
				font-weight:bold;
				color: #37481a;
				text-align: center;
				padding-top:9px;		
				border-bottom:thin solid #37481a;
}
#topNav a:link, a:visited{
                color: #37481a;
                text-decoration: none;

}
#pageHeader {
                color: #37481a;
                font-size:24px;
                margin-bottom:20px;
				margin-top:20px;
				text-indent: 25px;
				font-weight:bold;
				background-color:#F0ECD6;				
}
#pageText {
                margin-left: 25px;
                margin-right: 25px;
}
#pageText img {
                border: 3px solid #37481a;
                padding:5px;
                margin:5px;
				background-color:#F0ECD6;
}
#pageText ul{
                text-align: left;
                margin: 0 0 0 0;
                padding:0 35px 15px 35px;
}
#footer{
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	padding:0 0 0 0;
	margin:0 0 0 0;
	bottom:0;
	border-top:1px solid #37481a;
	width:700px;
}
 
#footer a, #footer a:visited {
                padding: 5px;
                border: 1px solid #eeeeee;
                background-color: #fff;
                color: #666666;
                font-family:Geneva, Arial, Helvetica, sans-serif;
                font-size:10px;
}
 
#footer a:hover {
                padding: 5px;
                border: 1px solid #eeeeee;
                background-color: #eeeeee;
                color: #999999;
                font-family:Geneva, Arial, Helvetica, sans-serif;
                font-size:10px;
                text-decoration: none;
}
