body {
	background: #ffffff url(images/grey.png) repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Josefin Sans', serif;
 	font-size: 16pt;
  	font-style: normal;
  	font-weight: 400;
  	text-shadow: none;
 	text-decoration: none;
 	text-transform: none;
  	letter-spacing: 0em;
  	word-spacing: 0em;
  	line-height: 1;
}
#header {
	height: 180px;
}
.container {
	width: 700px;
	float: left;
	padding: 25px;
	margin: 0 auto 0 4em;
}
#logo {
	text-align: left;
	padding-top: 60px;
	padding-left: 14px;
}
#shade {
	font-size: 0.9em;
	padding: 20px 15px 8px 15px;
	line-height:1.5em;
	text-align: left;
}
#shade ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
}
#shade ul li {
	padding-top: 4px;
}
a {
	color: black;
	background: #f0c05a;
	text-decoration: none; 
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear; 
	transition: all 0.4s linear;
	text-decoration: none;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 8px;
}
a:hover {
	color: black;
	font-weight: normal;
	background-color: #f88900;
	border: none;
}
p {
	color: black;
	font-size: 1.1em;
	margin: 0;
}

#pageslide-slide-wrap {
	background-image: url(images/darkergrey.png);
}

#pageslide-content
{
	margin: 250px 0 0;
}

#pageslide-content p {
	font-size: 14pt;
	font-family: 'Josefin Sans', serif;
 	font-style: normal;
 	font-weight: 400;
 	text-shadow: none;
 	text-decoration: none;
 	text-transform: none;
 	letter-spacing: 0em;
 	word-spacing: 0em;
 	line-height: 1;
	margin: 2em;
	padding: 1em;
}


