@charset "utf-8";
/* CSS Document */



body{
	background-color: #A59C81;
	background-image: url(../images/bg.png);
}


#footer{
	line-height: 1.5em;
	margin: 0;
	padding: 5px;
	background-color: #283E2E;
	color: #fff;
}

header p{
	color:#333;	
	text-shadow: none;
}

section p{
	color: #FFF;
	text-shadow: none;
}

p{
	color:#000;	
}

h1,h2,h3,h4,h5,h6{
	color: #993366;
}

hr {
	margin: 2em 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,102,51,0.25);
	}

/*#navButton .toggle:before {
	background: rgba(253, 56, 162, 0.9);
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 2.25em;
	left: 0.5em;
	line-height: 2.25em;
	position: absolute;
	text-align: center;
	top: 0.5em;
	width: 3.5em;
}*/
