body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(watermark_marm.jpg); 
	background-repeat: no-repeat; 
	color: #000;
	text-align: left;
	font-family: 'lucida grande','lucida sans unicode', palatino, serif;
	font-size: small;
}

#navcontainer
{
margin: 0px 0 0 0px;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #ffffff;
width: 80px;
height: 18px;
border-top: none;
border-right: 1px solid #801419;
border-bottom: 1px solid #801419;
border-left: none;
padding: 0;
margin: 0 0 0 0;
color: #801419;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px "Lucida Grande", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
background: #D6CFC7;
color: #801419;
}

#navcontainer a:active
{
background: #D6CFC7;
color: #801419;
}

#navcontainer li#active a
{
background: #D6CFC7;
color: #801419;
}

/* Self-explanatory.  Your content goes here; so season according to taste */

#main {
	width: 550px;
	margin-top: 1px;
	margin-left: 225px;
	text-align: justify;
}

h1 {
	font-family: Palatino, Georgia, Times New Roman, Times, serif;
	font-size: 27px;
	line-height: 28px;
	font-weight: normal;
	color: #801419;
}

a {
	color: #801419;
	text-decoration: underline;
}

a:hover {
	color: #D6CFC7;
	text-decoration: underline;
}

a:visited {
	color: #808080;
	text-decoration: underline;
}

hr {
	color: #CCC;
	background-color: #CCC;
}

p, li {
	margin-top: 6px;
	text-align: left;
}

/* This controls the "Made by Pages" footer */

.small {
	font-size: x-small;
	margin-top: 6px;
	text-align: right;
        color: #801419;
}
