body {
	background-color: #fff;
	font-size: 1em;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding: 20px;
	margin:0;
        background: url(cemeteries-button-bg.png) no-repeat, url(lightpaper.png) repeat; 
        background-attachment: fixed;
	}

a:link {
        font-weight: bold;
	color: #000000;
text-decoration: none;
border-bottom: 1px dotted #202020;
	}

a:visited {
        font-weight: bold;
	color: #000000;
text-decoration: none;
border-bottom: 1px dotted #202020;
	}

a:hover {
        color: #ffffff; 
        background-color: #000000; 
	}

a:active {
        font-weight: bold;
	color: #000000;
	}

section {
    max-width: 600px;
    min-width: 500px;
	border: 1px dotted #404040;
	padding: 25px;
	margin-left: 320px;
        color: #202020;
        background: #ffffff; 
        opacity: 0.7;
	}

header, section, aside, nav, article {
    display: block;
font-size: 12pt;
font-family: Garamond, Arial, Helvetica, Sans-serif;
}

footer { font-size: 10pt; }

#navcontainer { 
    position: fixed;
    top: 435px;
    left: 25px;
    width: 300px;
  }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-size: 12pt;
font-family: Garamond, Arial, Helvetica, Sans-serif;
text-transform: uppercase;
        opacity: 0.7;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 200px;
background-color: #c0c0c0;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #404040;
color: #fff;
}

input, select, textarea {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #000000;
	border-style: dotted;
	padding: 1px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12pt;
	color: #000000;
	}

p, pre, h1, header {
    margin: 0 0 20px;
}

h1, h2 {
    font-size: 1.6em;
    font-weight: normal;
text-transform: uppercase;
}