body {
  margin: 0;
  background: #ffffff url(images/paper.jpg) scroll repeat 0%;
  font-family: arial,helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 90%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}

.firstletter {
		float: left;
		font-size: 1.5em;
		line-height: 1;
		font-weight: bold;
		margin-right: 0.2em;
	}

/*buttons*/
#navigation {
  background: #339999;
  position: absolute;
  top: 60px;
  left: 0;
  width: 200px;
  height: auto;
  color: #ffffff;
}

#navigation ul {
  margin: 0 0 1em;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}

#navigation ul a {
  margin: 0 1em 1px;
  padding: 0 0.5em;
  background: #ffffff url(images/harpdress2.jpg) scroll repeat 0%;
  color: #000000;
  text-decoration: none;
  display: block;
}
#navigation a:visited {
  color: #000000;
}
#navigation a:hover {
  background: #DCDCDC
}
#content {

border-left: 210px solid #339999;
  padding: 1px 20px 2em 40px;
  font-size: 1.0em;
  color: #000000;
}

h1 {
  font-size: 3em;
  color: #000000;
}

h2 {
  font-size: 2em;
  color: #000000;
}

h3 {
  font-size: 1.75em;
  color: #000000;
}


#container {
  background: #ffffff url(images/harpdress.jpg) scroll repeat 0%;
  border-width: 2px 2px 2px 2px;
  border-style: line;
  margin: auto;
  position: relative;
  width: 1000px;
  height: auto;
  font-size: 1.15em;
  color: #ffffff;
}

#p1 {
	text-align: center;
		
	}


#footer {
			clear: both;
			background: #ffffff;
			margin: auto;
  			position: relative;
  			width: 325px;
			font-size: 1.0em;
  			color: #000000;
		}
		
		#footer p {
			margin: 0;
		}

