
/* CSS Document */



.toggler {
	color: #FFBB2A;
	margin: 10px 0 0 26px;
	font-size: 1.2em;
	font-weight: normal;
	font-family: 'Century Gothic';
	border-bottom: 1px solid #212121;
	background: url(../images/toggleBG.png) no-repeat;
	padding: 8px 0 5px 4px;
}
 
.element {
	background: url(../images/toggleContentBG.png) no-repeat bottom right;
}
 
.element p {
	margin: 0;
	padding: 4px 26px 10px 40px;
}
 
blockquote {
	font-style: italic;
	padding:5px 0 5px 50px;
}
