body {

}

h1 {
	background: url(http://cdn.shopify.com/s/files/1/0012/1122/assets/wallblank-tag2.png) no-repeat;
	width: 153px;
	height: 60px;
	text-indent: -3000px;
	margin-right: auto;
	margin-top: -41px;
	margin-left: auto;
}

h2 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 24px;
	color: #565656;
	margin-top: 65px;
}

h3 {
	padding-top: 15px;
	padding-bottom: 8px;
	font-size: 20px;
	font-weight: 100;
	text-shadow: rgba(0,0,0,0.28) 0 1px 0;
	color: #000;
	margin-left: -10px;
}

h3.getstarted {
	text-align: center;
	font-size: 36px;
	margin-left: 0;
}

ul li {
	
}

a {
	color: #ba0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	padding-bottom: 10px;
}

#footer {
	text-align: center;
	height: 40px;
	width: 100%;
	background: #959999;
	border-top: 1px solid #d5d2cf;
	padding-top: 10px;
	color: white;
}

ul.lst {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

ul.lst li {
	display: block;
	padding: 3px 7px;
	overflow: hidden;
	border-bottom: 1px solid #f3f2e8;
}

ul.lst li span {
	float: left;
}

ul.lst li em {
	float: right;
	font-style: normal;
	font-weight: normal;
	color: #9c836e;
}

fieldset p {
	color: #ba0000;
	text-align: center;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header {
	height: 80px;
	margin-bottom: 45px;
}

#headerbar {
	height: 40px;
	width: 100%;
	background: #e1e1e1;
	border-bottom: 1px solid #ccc;
}

#header p {
	text-align: center;
	font-size: 24px;
	margin-top: 12px;
}

#header #nav {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: aviano-slab-1, aviano-slab-2, Georgia, "Times New Roman";
	font-weight: 100;
}

#header #nav li a {
	display: inline;
	float: left;
	color: #ba0000;
	text-decoration: none;
	background-color: white;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 9px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px 5px;
	font-size: 14px;
	box-shadow: 1px 1px 2px #333;
	-webkit-box-shadow: 1px 1px 2px #333;
	-moz-box-shadow: 1px 1px 2px #333;
}

#header #nav li a:hover {
	color: black;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#header #nav li a:active {
	color: black;
	box-shadow: -1px -1px 1px #333;
	-webkit-box-shadow: -1px -1px 1px #333;
	-moz-box-shadow: -1px -1px 1px #333;
}

#header #nav li.right a {
	float: right;
}

#content {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.2;
}

p.paperswitcher {
	text-align: center;
}

p.intro {
	text-align: center;
}

p.haiti {
	background-color: #565656;
	color: white;
	padding: 5px;
	margin-bottom: 15px;
}

.haiti a {
	color: white;
}