p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}
.typography p {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 180%;
	color: #FFF;
}
.typography h2 {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: normal;
	line-height: 120%;
	color: #773900;
}
.typography a {
	font-weight: bold;
	text-decoration: none;
	color: #773900;
}
.typography a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.typography a.more {
	display: inline-block;
	padding-right: 6px;
	background: url(../images/arrow_more_dark.gif) no-repeat 100% 55%;
	* background: url(../images/arrow_more_dark.gif) no-repeat 100% 60%;
}
.typography a:hover.more {
	text-decoration: none;
	color: #FFF;
	background: url(../images/arrow_more_white.gif) no-repeat 100% 55%;
	* background: url(../images/arrow_more_white.gif) no-repeat 100% 60%;
}
.typography h1.heading1 {
	display: inline;
	padding-right: 15px;
	* padding-right: 30px;
	font-size: 40px;
	color: #FFF;
}
/*.typography h1 .sIFR-flash {
	background: url(../images/h1_arrow.png) no-repeat 100% 3px;
	* background: url(../images/h1_arrow.png) no-repeat 100% 5px;
}
.typography h1 .sIFR-flash:hover {
	background: url(../images/h1_arrow.png) no-repeat 100% -68px;
	* background: url(../images/h1_arrow.png) no-repeat 100% -66px;
}*/
.typography .copy ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.typography .copy ul li {
	list-style: none;
	margin: 15px 0 15px 0;
	padding: 0 0 0 25px;
	font-size: 18px;
	line-height: 160%;
	color: #FFF;
	background: url(../images/arrow_orange_menu.gif) no-repeat 0 40%;
}
.typography .intro {
	line-height: 140%;
	font-size: 15px;
	color: #773900;
}

.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}
