/* Website template by freewebsitetemplates.com */
/*------------------------- Layout styles ------------------------*/ 
html{
/*	background:url(../images/bg-body-top.jpg) repeat-x left top;
*/
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	background-color: #f6eaea;
/*	background:url(../images/bg-body-bottom.jpg) repeat-x left bottom;
*/
}
p a{
	text-decoration:underline;
	color: #8B8B8B;
}

.circle-bullets {
  list-style-type: circle; /* Displays hollow circular bullets */
}

/* unvisited link */
a:link {
  color: #8d6a48;
}

/* visited link */
a:visited {
  color: #a87e5d;
}

/* mouse over link */
a:hover {
  color: #a87e5d;
}

/* selected link */
a:active {
  color: #a87e5d;
}

/*-------------------------	Footer --------------------------*/
div.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 200px;
  padding-bottom: 5px;
  background: url(/images/header.png) no-repeat right top;
}

div.footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  height: 100px;
  padding: 0px;
  background: url(/images/footer.png) no-repeat left top;
}
