@charset "windows-1252"; 

body {	
	background-color: #FFFBFA;
	background-image:url("../images/backgrounds/cemetery-bkg.jpg");
	font-family: Verdana, Helvetica, Sans-Serif;
	color: navy; 
	font-size: 10px;

}
				
p {
	line-height: 1.5;
	position: absolute;
	background-color: #FFFBFA;
	top: 150;
	margin: 0 275px;
	width: 750;
	border-width: 0px;
	font-size: 8px;
	text-align: left;
}

img {
	border-width: 0px;
}
H1 {
	font-size: 2.25em;
	text-align: left;
}
H2 { 
	font-size: 1.75em;
	text-align: center;
	margin-left: 200px;
	margin-right: 200px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: navy;
}

H3 {
	font-size: 1.25em;
} 					  

H4 {
	font-size: 1em;
	text-align: center;
}

a {
	color: #9f0028;
	text-decoration: underline;
}

#toptitle {	
	div-align: center;
	position: absolute;
	top: 5px;
	width: 750px;
}
	
#toptitle img {
	position: absolute;
	top: 2px;
	left: 60px;
	width: 200px;
}

#toptitle2 img {
	position: absolute;
	top: 33px;
	left: 350px;
	width: 600px;
	align: center;
}

#header {
	position: absolute;
	top: 100px;
	left: 275px;
	width: 750px;
	font-size: 18px;
	text-align: center;
	
}

#rightside { 
	float: right;
	top: 150px;
	left: 950px;
	width: 220px;
	text-align: left;
	font-size: 14px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
}

#rightside a:hover {
	font-weight: bold;
}

#navigation {
	position: absolute;
	top: 160px; 
	left: 25px;
	width: 250px;
	text-align: left;
	font-size: 14px;
	border-style: solid;
	border-width: 0px 0px 0px 0px
}

#navigation a:hover {
	font-weight: bold;
	color: navy;
}

#content { 
	background-color: #FFFBFA;
	position: absolute;
	top: 130px;
	left: 275px;
	width: 960px;
	border-width: 2px;
	padding: 15px;
	text-size: 18px;
	text-align: left;
} 

#footer {	
	float: bottom;
	position: relative;
	width: 750px;
	background-color: navy;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	div-align: center; 
	color: tan;
	text-align: center;
}


	
